[jboss-jira] [JBoss JIRA] (WFLY-1969) PicketLink: java.lang.LinkageError during loading javax.xml.crypto.dsig.XMLSignContext
Alessio Soldano (JIRA)
jira-events at lists.jboss.org
Thu Aug 29 10:37:04 EDT 2013
Alessio Soldano created WFLY-1969:
-------------------------------------
Summary: PicketLink: java.lang.LinkageError during loading javax.xml.crypto.dsig.XMLSignContext
Key: WFLY-1969
URL: https://issues.jboss.org/browse/WFLY-1969
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 8.0.0.Alpha4
Reporter: Alessio Soldano
Assignee: Derek Horton
Fix For: 8.0.0.Beta1
A linkage error javax.xml.crypto.dsig.XMLSignContext is thrown when a XMLSignatureFactory is first resolved by PicketLink (instead of the WS subsystem) on WFLY.
This should be fixed by tuning the module dependencies in org.picketlink module, either by modifying the relative order of org.apache.santuario.xmlsec and javax.api modules, or -better by setting an exclude block as follows:
{noformat}
...
<module name="org.apache.santuario.xmlsec">
<imports>
<exclude path="javax/*"/>
</imports>
</module>
...
{noformat}
--
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
More information about the jboss-jira
mailing list