[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 11:03:03 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano reassigned WFLY-1969:
-------------------------------------

    Assignee: Alessio Soldano  (was: Derek Horton)

    
> 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: Alessio Soldano
>             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