[arquillian-issues] [JBoss JIRA] Created: (ARQ-165) Test class bundled with the deployment in a AS_CLIENT test

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Mon Jun 7 06:44:38 EDT 2010


Test class bundled with the deployment in a AS_CLIENT test
----------------------------------------------------------

                 Key: ARQ-165
                 URL: https://jira.jboss.org/browse/ARQ-165
             Project: Arquillian
          Issue Type: Bug
    Affects Versions: 1.0.0.Alpha2
            Reporter: Jozef Hartinger
             Fix For: 1.0.0.Alpha3


Even though I use @Run(RunModeType.AS_CLIENT), the test class gets implicitly bundled with the application.

This leads to deployment failures when using CDI-enabled container (client libraries like httpclient, arquillian, etc. are not available to the server). 

This issue can be solved by not implicitly bundling the test class when the test is run AS_CLIENT (The test class is not needed on the server anyway)

-- 
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