[
https://issues.jboss.org/browse/JBWS-4117?page=com.atlassian.jira.plugin....
]
R Searls commented on JBWS-4117:
--------------------------------
Using the newest jbossws master which uses the most current cxf (3.2.5-SNAPSHOT) and
jdk-10 three tests listed above pass, however there is 1 new failing test,
ClientConfigurationTestCase. It is under investigation.
jdk-9.0.4 is flawed and caused the test failures windows but not unix.
testsuite shared-tests tests failing on Windows 10
--------------------------------------------------
Key: JBWS-4117
URL:
https://issues.jboss.org/browse/JBWS-4117
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.2.1.Final
Environment: configuration:
OS: Windows 10
C:\Users\Administrator\Java\jdk-9.0.4
C:\Users\Administrator\maven-3.3.9
C:\Users\Administrator\ant-1.9.11\
C:\Users\Administrator\Echo1security.policy
-Djava.security.policy=C:\Users\Administrator\Echo1security.policy
Echo1security.policy file contents
grant {
permission java.security.AllPermission;
};
---
JAVA_OPTS
-Djava.security.policy=C:\Users\Administrator\Echo1security.policy -Xmx2048m
-XX:MaxPermSize=1536m -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n
----
CXF: <version>3.2.5-SNAPSHOT</version>
jbossws: <version>5.2.1-SNAPSHOT</version>
<cxf.version>3.2.5-SNAPSHOT</cxf.version> pom change to use CXF
version
wildfly: <version>13.0.0.Alpha1-SNAPSHOT</version>
files touched:
component-matrix/pom.xml
<version.org.jboss.ws.cxf>5.2.1-SNAPSHOT</version.org.jboss.ws.cxf> <!--
version change -->
<version.org.apache.cxf>3.2.5-SNAPSHOT</version.org.apache.cxf> <!--
version change -->
feature-pack/pom.xml <!-- exclusions required to be added to
-->
<artifactId>jbossws-cxf-transports-udp</artifactId>
<artifactId>jbossws-cxf-transports-undertow</artifactId>
----
* run mvn in "command window"
mvn -Dnodeploy -Pwildfly1300
-Dserver.home=C:\Users\Administrator\IdeaProjects\wildfly\dist\target\wildfly-13.0.0.Alpha1-SNAPSHOT
integration-test
Reporter: R Searls
Assignee: R Searls
Failing tests
[ERROR] Errors:
[ERROR] EndpointTestCase.org.jboss.test.ws.jaxws.endpoint.EndpointTestCase »
Deployment
[ERROR]
AddressingStatefulTestCase.org.jboss.test.ws.jaxws.samples.addressing.AddressingStatefulTestCase
» Deployment
[ERROR] ServiceRefTestCase.testApplicationClient:189 » Runtime Cannot deploy
C:\Users\...
[ERROR] WebServiceRefTestCase.testApplicationClient:177 » Runtime Cannot deploy
C:\Use...
[INFO]
[ERROR] Tests run: 424, Failures: 6, Errors: 4, Skipped: 7
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)