[arquillian-issues] [JBoss JIRA] (ARQ-971) DeploymentGenerator should allow AuxiliaryArchiveAppenders to return null Archives

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed May 30 04:51:19 EDT 2012


Aslak Knutsen created ARQ-971:
---------------------------------

             Summary: DeploymentGenerator should allow AuxiliaryArchiveAppenders to return null Archives
                 Key: ARQ-971
                 URL: https://issues.jboss.org/browse/ARQ-971
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Base Implementation
    Affects Versions: 1.0.0.Final
            Reporter: Aslak Knutsen
            Assignee: Aslak Knutsen
             Fix For: 1.0.1.Final


Core assumes AuxiliaryArchiveAppenders are some what static and will return the same across the whole suite. This assumption is wrong, as a TestClass can be used to 'configure' a AuxiliaryArchiveAppender. e.g. Warp will return a null archive if TestClass has no @WarpTest annotation present. 

https://github.com/arquillian/arquillian-core/blob/master/container/test-impl-base/src/main/java/org/jboss/arquillian/container/test/impl/client/deployment/DeploymentGenerator.java#L210


note: a more permanent 'disabling/enabling' of a Extension during executing should considered

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list