SLING-5645 Made the ActiveMQConfigurationFactory require config to enable other JMS implementations to be used

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1763291 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: f4f4b274a798c02e06f73f9d92f88c7ebe8e20ca
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

Job IT tests launcher.

This project runs a test launcher that creates an OSGi instance with only what is required to run Server Side tests. Unfurtunately, since OSGi is a multi classloader environment its not possible to perform tests in this bundle, except tests over http as any references made to APIs will get resolved with the wrong classloader and so wont be able to interact with OSGi. Hence the tests are in a separate bundle that is loaded by the launchpad.