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&...]