-
Feature Request
-
Resolution: Duplicate
-
Major
-
7.0.0.CR1
-
None
If the Container provide a InitialContext to Arquillian, the TestEnrichers like @EJB and @Resource can operate in Client mode. e.g. to lookup Remote EJBs or Remotable Resources in JNDI.
@Inject @ContainerScoped
private InstanceProducer<Context> contextInst;
container.start() {
contextInst.set(createInitialContext());
}