[arquillian-issues] [JBoss JIRA] Created: (ARQ-151) Containers of same type use same package name

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sat May 22 15:23:54 EDT 2010


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

        


More information about the arquillian-issues mailing list