svn commit: r1577346 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 22:18:01 2014 New Revision: 1577346 URL: http://svn.apache.org/r1577346 Log: Removed the hack for AXIS2-3710. It is reasonable to require code running with a new major Axis2 release to conform to the Java EE specs (i.e. to override the GenericServlet#init(Servlet

svn commit: r1577345 - /axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi/OSGiAxisServlet.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 22:17:56 2014 New Revision: 1577345 URL: http://svn.apache.org/r1577345 Log: Correctly override the AxisServlet init method to avoid the issue described in AXIS2-3710. Modified: axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi/OSGiAxisServle

svn commit: r1577348 - in /axis/axis2/java/core/trunk/modules: osgi-tests/pom.xml osgi-tests/src/test/java/OSGiTest.java osgi/src/org/apache/axis2/osgi/internal/Activator.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 22:18:12 2014 New Revision: 1577348 URL: http://svn.apache.org/r1577348 Log: AXIS2-5329: * Remove the explicit invocation of OSGiConfigurationContextFactory#update and instead let the config admin service do its job. * Correctly handle the simultaneous dependency

svn commit: r1577347 - in /axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi: OSGiAxisServlet.java internal/Activator.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 22:18:06 2014 New Revision: 1577347 URL: http://svn.apache.org/r1577347 Log: No need to get the service reference for the ConfigurationContext multiple times. Modified: axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi/OSGiAxisServlet.java

svn commit: r1577344 - /axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi/OSGiAxisServlet.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 22:17:51 2014 New Revision: 1577344 URL: http://svn.apache.org/r1577344 Log: Removed unused imports. Modified: axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi/OSGiAxisServlet.java Modified: axis/axis2/java/core/trunk/modules/osgi/src/org/a

svn commit: r1577342 - in /axis/axis2/java/core/trunk/modules/osgi-tests: pom.xml src/test/java/OSGiTest.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 22:17:41 2014 New Revision: 1577342 URL: http://svn.apache.org/r1577342 Log: Enable HTTP in the OSGi tests. Modified: axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml axis/axis2/java/core/trunk/modules/osgi-tests/src/test/java/OSGiTest.java Modified:

svn commit: r1577343 - in /axis/axis2/java/core/trunk: modules/osgi-tests/src/test/java/OSGiTest.java pom.xml

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 22:17:46 2014 New Revision: 1577343 URL: http://svn.apache.org/r1577343 Log: * Completed the OSGi test: it now sends a SOAP request to a service deployed with OSGi. * Added the OSGi test to the build. Modified: axis/axis2/java/core/trunk/modules/osgi-tests/sr

svn commit: r1577191 - in /axis/axis2/java/core/trunk/modules/osgi-tests: pom.xml src/test/java/OSGiTest.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 15:20:31 2014 New Revision: 1577191 URL: http://svn.apache.org/r1577191 Log: Refactored the OSGi test: the test code itself doesn't need to run in the OSGi container and we don't need to install a probe. Instead, we just need to run the container and send SOAP re

svn commit: r1577125 - in /axis/axis2/java/core/trunk/modules/osgi-tests/src/test: java/OSGiTest.java java/org/apache/axis2/osgi/module/ resources/META-INF/module.xml

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 12:03:58 2014 New Revision: 1577125 URL: http://svn.apache.org/r1577125 Log: Also added Saminda's test module. Added: axis/axis2/java/core/trunk/modules/osgi-tests/src/test/java/org/apache/axis2/osgi/module/ - copied from r1577121, axis/axis2/java/core

svn commit: r1577119 - in /axis/axis2/java/core/trunk/modules/osgi-tests: pom.xml src/test/java/OSGiTest.java src/test/java/org/ src/test/resources/

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 11:47:42 2014 New Revision: 1577119 URL: http://svn.apache.org/r1577119 Log: Integrated Saminda's original test service into the OSGi integration test. Added: axis/axis2/java/core/trunk/modules/osgi-tests/src/test/java/org/ - copied from r1577116, axis/

svn commit: r1577055 - /axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi/deployment/OSGiServerConfigurator.java

2014-03-13 Thread veithen
Author: veithen Date: Thu Mar 13 07:53:57 2014 New Revision: 1577055 URL: http://svn.apache.org/r1577055 Log: Fixed a class loading issue in the OSGi bundle. Modified: axis/axis2/java/core/trunk/modules/osgi/src/org/apache/axis2/osgi/deployment/OSGiServerConfigurator.java Modified: axis/ax