[
https://jira.jboss.org/browse/ARQ-151?page=com.atlassian.jira.plugin.syst...
]
Aslak Knutsen resolved ARQ-151.
-------------------------------
Resolution: Done
renamed packages:
org.jboss.arquillian.jbossas.remote51
org.jboss.arquillian.jbossas.remote60
org.jboss.arquillian.jbossas.local51
org.jboss.arquillian.jbossas.local60
org.jboss.arquillian.jbossas.embedded60
org.jboss.arquillian.glassfish.embedded30
Containers of same type use same package name
---------------------------------------------
Key: ARQ-151
URL:
https://jira.jboss.org/browse/ARQ-151
Project: Arquillian
Issue Type: Bug
Components: Configuration, Documentation, GlassFish Containers, JBoss
Containers
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Fix For: 1.0.0.Alpha2
All JBoss AS containers (remote/local/embedded 51|60) use the same package name
org.jboss.arquillian.jboss.
This causes some problems:
- Some use the same ClassNames(JBossASContainerConfiguraiton) so having them on the same
classpath is impossible
- Configuration mapping is based on package name to ContainerConfiguration impl. With the
same package name it will be impossible to have two JBoss AS(1 local and 1 remote)
containers in the same configuraiton file with different options(which to choose). The
containers even have different configuration options, so it will fail if it tried to
random pick one.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira