svn commit: r1593690 - /axis/axis2/java/core/trunk/modules/osgi-tests/src/test/java/OSGiTest.java

2014-05-14 Thread veithen
Author: veithen Date: Sat May 10 12:04:58 2014 New Revision: 1593690 URL: http://svn.apache.org/r1593690 Log: AXIS2-5646: Added some infrastructure to OSGiTest to test that the Axis2 bundle stops cleanly. Modified: axis/axis2/java/core/trunk/modules/osgi-tests/src/test/java/OSGiTest.java Mo

svn commit: r1594701 - in /axis/axis2/java/core/trunk/modules: osgi-tests/src/test/java/OSGiTest.java osgi/src/org/apache/axis2/osgi/deployment/OSGiConfigurationContextFactory.java

2014-05-14 Thread veithen
Author: veithen Date: Wed May 14 20:20:43 2014 New Revision: 1594701 URL: http://svn.apache.org/r1594701 Log: AXIS2-5646: Fixed an IllegalStateException triggered during shutdown of the Axis2 OSGi module: * Applied the patch submitted by Andy Schmidt (with some minor formatting changes). * Enabl