[
https://issues.jboss.org/browse/ARQ-367?page=com.atlassian.jira.plugin.sy...
]
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