[arquillian-issues] [JBoss JIRA] (ARQ-819) Wrong criteria used for supplying Weld with WebArchiveClassLoader

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Thu Mar 15 20:20:47 EDT 2012


Andrew Rubinger created ARQ-819:
-----------------------------------

             Summary: Wrong criteria used for supplying Weld with WebArchiveClassLoader
                 Key: ARQ-819
                 URL: https://issues.jboss.org/browse/ARQ-819
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Andrew Rubinger
            Assignee: Andrew Rubinger


Currently the decision to use WebArchiveClassLoader instead of ShrinkWrapClassLoader is based on type-checking the archive for instanceof WebArchive.  Because a user may switch to another archive view before returning the archive, it's better to run by the spec-approved definition of a WAR file as denoted by the ".war" suffix.

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