JBoss Community

Re: HandlerChain Annotation leading to ClassNotFoundException

created by thofer in JBoss Web Services - View the full discussion

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

Start a new discussion in JBoss Web Services at Community