[arquillian-issues] [JBoss JIRA] (ARQ-1024) Support package private implementation

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Jul 23 13:17:06 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen resolved ARQ-1024.
--------------------------------

    Resolution: Done


pushed upstream https://github.com/arquillian/arquillian-core/commit/a68916c9baf5eafb74225aad968f4ae9c82275fb
                
> Support package private implementation
> --------------------------------------
>
>                 Key: ARQ-1024
>                 URL: https://issues.jboss.org/browse/ARQ-1024
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Base Implementation
>    Affects Versions: 1.0.1.Final
>            Reporter: Jesper Pedersen
>            Assignee: Aslak Knutsen
>             Fix For: 1.0.2.Final
>
>
> Arquillian doesn't support a package private implementation of the environment leading to
> {noformat}
>     [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
> {noformat}
> The correct method / constructor should be resolved, and setAccessible(true) should be called

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list