[jboss-jira] [JBoss JIRA] (WFLY-4522) Add 'com/sun/org/apache/xml/internal/security'++ to 'sun.jdk' module

David Lloyd (JIRA) issues at jboss.org
Fri Mar 2 08:07:00 EST 2018


    [ https://issues.jboss.org/browse/WFLY-4522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540776#comment-13540776 ] 

David Lloyd commented on WFLY-4522:
-----------------------------------

Starting in Java 9, these classes are (I believe) inaccessible hidden members of the {{java.xml.crypto}} module so I'm not sure that this solution is going to continue to work for you much longer.  In addition I believe we have our own SAAJ implementation so that might be a factor.  Since we're using CXF for most JAX-WS things, including providing our own API spec JAR (not the JDK's), I think you'll have to use CXF's implementation.  The JDK classes will not interoperate with ours.

Unfortunately I don't know much about xws-security itself, but my brief googling seemed to imply that it's mostly configuration driven.  Can I ask what classes you're accessing, and what you're using them for?

> Add 'com/sun/org/apache/xml/internal/security'++ to 'sun.jdk' module
> --------------------------------------------------------------------
>
>                 Key: WFLY-4522
>                 URL: https://issues.jboss.org/browse/WFLY-4522
>             Project: WildFly
>          Issue Type: Task
>          Components: Class Loading, Web Services
>    Affects Versions: 9.0.0.Beta2
>            Reporter: Edvin Syse
>            Assignee: David Lloyd
>
> The following paths are needed for xws-security:
> com/sun/org/apache/xml/internal/security
> com/sun/org/apache/xml/internal/security/exceptions
> com/sun/org/apache/xerces/internal/jaxp



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list