arquillian-container-chameleon
arquillian-container-chameleon copied to clipboard
Chameleon container that dynamically loads correct container adapter versions for your tests
##### Issue Overview Guide states: Add this configuration to arquillian.xml: wildfly:8.0.0.Final:managed standalone-full.xml The implementation that I get requires to specify "target" as the property instead. ##### Expected Behaviour Documentation update...
##### Issue Overview The embedded container adapter pulled in when using jboss eap:6.4:embedded target does not exist on artifactory. Only newer version exists. ##### Expected Behaviour Arquillian embedded container should...
See the modules list on arquillian.org for the related adapters http://arquillian.org/modules/ and the Development section of the README for a description of the different configuration options https://github.com/arquillian/arquillian-container-chameleon#development
Currently when one simply switches from say `wildfly:9.0.0.CR1:managed` to `embedded` mode, he must set up `java.util.logging.manager=org.jboss.logmanager.LogManager` otherwise he will get this error: ``` Cannot not load JBoss LogManager. The LogManager...
As discussed in [#40](https://github.com/arquillian/arquillian-container-chameleon/issues/40#issuecomment-187668464), sometimes users need to just override properties of a container instead of providing a new container. So we should provide a way users to override default...
If Client JVM is detected to be running in DebugMode, Chameleon should set JVM Debug options on the target Managed container. - Attempt to detect Client debug via JMX Command...
We could use travis matrix configuration and enumerations of supported container/versions: http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix