[arquillian-issues] [JBoss JIRA] Commented: (ARQ-367) Add support for @ArquillianResource

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Sep 22 12:51:38 EDT 2011


    [ https://issues.jboss.org/browse/ARQ-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629988#comment-12629988 ] 

Aslak Knutsen commented on ARQ-367:
-----------------------------------

@ArquillianResource InitialContext context; works, but not all containers expose this to the client. JBoss AS 4, 5, 6 does.

> Add support for @ArquillianResource
> -----------------------------------
>
>                 Key: ARQ-367
>                 URL: https://issues.jboss.org/browse/ARQ-367
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Base Implementation
>            Reporter: Aslak Knutsen
>            Assignee: Aslak Knutsen
>             Fix For: 1.0.0.Alpha5
>
>
> @ArquillianResource is a way to inject extension/core controlled objects so they can be used by the user.
> @ArquillianResource
> URL url; <-- targeted containers http context
> @ArquillianResource(SomeServlet.class)
> URL url; <-- targeted containers http context where servlet is located
> @ArquillianResource
> InitialContext|Context context; <-- targeted containers initial context
> @ArquillianResource
> Deployer deployer; <-- the manual deployer

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list