[jboss-user] [JBoss Web Services] - Re: HandlerChain Annotation leading to ClassNotFoundException

thofer do-not-reply at jboss.com
Thu Apr 5 05:05:22 EDT 2012


thofer [https://community.jboss.org/people/thofer] created the discussion

"Re: HandlerChain Annotation leading to ClassNotFoundException"

To view the discussion, visit: https://community.jboss.org/message/728461#728461

--------------------------------------------------------------
I fixed it by myself.

Putting the following in EAR/META-INF/jboss-app.xml solved my problem.
<?xml version="1.0" encoding="UTF-8" ?>
<jboss-app>
          <loader-repository>
                    swgcore:loader=EAR
                    <loader-repository-config>
                              java2ParentDelegation=false
                    </loader-repository-config>
          </loader-repository>
</jboss-app>


The loader-repository-config solved it.

thx

regards
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/728461#728461]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120405/4a170395/attachment.html 


More information about the jboss-user mailing list