[
https://issues.apache.org/jira/browse/CXF-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551736
]
Jeff Zhang commented on CXF-1285:
---------------------------------
These jars are included in JDK1.6:
geronimo-activation_1.1_spec-1.0-M1.jar
geronimo-annotation_1.0_spec-1.1.jar
geronimo-stax-api_1.0_spec-1.0.jar
geronimo-ws-metadata_2.0_spec-1.1.1.jar
jaxb-api-2.1.jar
jaxb-impl-2.1.4.jar
jaxb-xjc-2.1.4.jar
jaxws-api-2.1-1.jar
js-1.6R5.jar
saaj-api-1.3.jar
saaj-impl-1.3.jar
xml-apis-1.3.02.jar
And stax impl, we can choose use jdk impl or
wstx-asl-3.2.1.jar
> split manifest jar, not use jaxws jars included in jdk1.6
> ---------------------------------------------------------
>
> Key: CXF-1285
> URL: https://issues.apache.org/jira/browse/CXF-1285
> Project: CXF
> Issue Type: Sub-task
> Components: Build system
> Reporter: Jeff Zhang
> Priority: Minor
> Fix For: 2.1
>
>
> currently, cxf runtime use manifest.jar to include 3rd-party jars. Some jars
> like jaxws2.1, xjc, etc.. will be packaged into jdk lib.
> if user use CXF on jdk1.6, they can use another manifest.jar that not include
> these jaxws jars
> And it need to update the tools script to check the jdk version.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.