-
Feature Request
-
Resolution: Done
-
Major
-
1.0.1.Final
-
None
Arquillian doesn't support a package private implementation of the environment leading to
[junit] Caused by: java.lang.IllegalAccessException: Class org.jboss.arquillian.core.impl.loadable.SecurityActions can not access a member of class org.jboss.jca.embedded.arquillian.EmbeddedJCAContainer with modifiers "public" [junit] at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:505) [junit] at org.jboss.arquillian.core.impl.loadable.SecurityActions.newInstance(SecurityActions.java:164) [junit] ... 38 more
The correct method / constructor should be resolved, and setAccessible(true) should be called
- is duplicated by
-
ARQ-920 Support @Deployment on non-public member (method or field)
- Closed