[
https://issues.apache.org/jira/browse/KARAF-6522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16983528#comment-16983528
]
Aleksandar Vasilev commented on KARAF-6522:
-------------------------------------------
maybe we already have what is needed in lib/jdk9plus and no additional jars are
needed
> Document/example about using jaxb/jaxws with JDK 9+
> ---------------------------------------------------
>
> Key: KARAF-6522
> URL: https://issues.apache.org/jira/browse/KARAF-6522
> Project: Karaf
> Issue Type: Task
> Components: karaf
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.3.0, 4.2.8
>
>
> When an user wants to use JAXB/JAXWS with JDK 9+, he has to:
> # Add the corresponding jars in {{lib/jdk9+}} folder
> # Update {{etc/jre.properties}}
> For instance, here's the jar used:
> {code:java}
> mvn\:javax.xml.soap/javax.xml.soap-api/1.4.0
> wrap:mvn\:javax.xml/webservices-api/2.0
> mvn\:com.sun.activation/javax.activation/1.2.0
> mvn\:javax.activation/javax.activation-api/1.2.0
> mvn\:javax.xml.ws/jaxws-api/2.3.1
> mvn\:javax.xml.bind/jaxb-api/2.3.1
> mvn\:com.sun.xml.bind/jaxb-impl/2.3.2
> mvn\:com.sun.xml.bind/jaxb-osgi/2.2.7
> mvn\:org.glassfish.jaxb/jaxb-runtime/2.3.2 {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)