[arquillian-issues] [JBoss JIRA] (ARQ-1811) Support non Warp annotations on Lifecycle methods

Aslak Knutsen (JIRA) issues at jboss.org
Tue Jul 1 09:18:24 EDT 2014


Aslak Knutsen created ARQ-1811:
----------------------------------

             Summary: Support non Warp annotations on Lifecycle methods
                 Key: ARQ-1811
                 URL: https://issues.jboss.org/browse/ARQ-1811
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Aslak Knutsen


Warp currently filter Lifecycle methods in the Inspection to only include requested qualifier annotations.

This means any other annotation driven extension cause the Lifecycle method to be ignored in-container. 

https://github.com/arquillian/arquillian-extension-warp/blob/master/impl/src/main/java/org/jboss/arquillian/warp/impl/server/test/SecurityActions.java#L219

The code needs to only match @WarpLifecycleTest annotated annotations.

note: BeforeServlet / AfterServlet currently are not annotated with @WarpLifecycleTest 





--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the arquillian-issues mailing list