[
https://issues.apache.org/jira/browse/CXF-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742718#comment-16742718
]
Freeman Fang commented on CXF-7910:
-----------------------------------
Hi [~reta], when you build, all tests passed?
I ran into this error when building CXF-7910_jakarta_jaxws-api branch with JDK8
{code}
[INFO] Running org.apache.cxf.systest.sts.itests.unit.STSUnitTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 24.195
s <<< FAILURE! - in org.apache.cxf.systest.sts.itests.unit.STSUnitTest
[ERROR]
testBearerSAML2Token(org.apache.cxf.systest.sts.itests.unit.STSUnitTest) Time
elapsed: 2.99 s <<< ERROR!
javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Unable
to create SAAJ meta-factory:
com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl cannot be cast to
javax.xml.soap.SAAJMetaFactory
at
org.apache.cxf.systest.sts.itests.unit.STSUnitTest.requestSecurityToken(STSUnitTest.java:135)
at
org.apache.cxf.systest.sts.itests.unit.STSUnitTest.testBearerSAML2Token(STSUnitTest.java:84)
{code}
Should be SAAJ related(javax.xml.soap)
> Change JAX-WS javax to jakarta artifact dependencies
> ----------------------------------------------------
>
> Key: CXF-7910
> URL: https://issues.apache.org/jira/browse/CXF-7910
> Project: CXF
> Issue Type: Task
> Components: JAX-WS Runtime
> Reporter: Dennis Kieselhorst
> Assignee: Dennis Kieselhorst
> Priority: Minor
> Fix For: 3.3.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> See https://github.com/eclipse-ee4j/jax-ws-api/issues/46
> According to https://projects.eclipse.org/projects/ee4j.jaxws/ will be
> released on 2018-12-14.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)