Nikolay Nikolov commented on Bug PLINK-317

I faced the same problem and found 2 solutions:
1. Add <module export="true" name="org.apache.santuario.xmlsec" /> to your jboss-deployment-structure.xml
2. Delete javax from jboss7/modules/org/apache/santuario/xmlsec/main/xmlsec-X.Y.Z.jar (not recommended)

The problem is actually that these interfaces are loaded 2 times: from the RT (rt.jar) by the boot loader and from xmlsec by the module loader.

Hope this helps.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira