R Searls created JBWS-4124:
------------------------------
Summary: 3 tests throws exceptions but do not fail
Key: JBWS-4124
URL:
https://issues.jboss.org/browse/JBWS-4124
Project: JBoss Web Services
Issue Type: Enhancement
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.2.2.Final
Environment: These tests fail in the same way on all support platform, unix and
windows (powershell and command prompt
Reporter: R Searls
Assignee: R Searls
Priority: Minor
[INFO] Running org.jboss.test.ws.jaxws.jbws1666.JBWS1666TestCase
java.security.AccessControlException: access denied ("java.io.FilePermission"
"/home/rsearls/j1/jbws/jbossws-cxf/modules/testsuite/shared-tests/xcatalog"
"read")
SEVERE: Error reading JAX-WS configuration from
[/home/rsearls/d5/openjdk-10+46/jdk-10/conf/jaxws.properties] file. Check it is accessible
and has correct format.
java.security.AccessControlException: access denied ("java.io.FilePermission"
"/home/rsearls/d5/openjdk-10+46/jdk-10/conf/jaxws.properties" "read")
[INFO] Running org.jboss.test.ws.jaxws.samples.securityDomain.SecurityDomainTestCase
{code:java}
javax.xml.ws.WebServiceException: Could not send Message.
:
:
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '401:
Unauthorized' when communicating with
http://localhost:23080/jaxws-securityDomain/authz
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1620)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1627)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1572)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1373)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:673)
at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
{code}
[INFO] Running org.jboss.test.ws.jaxws.samples.exception.JBWS3945TestCase
{code:java}
javax.xml.ws.WebServiceException: Could not send Message.
:
:
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '400: Bad
Request' when communicating with
http://localhost:23080/jaxws-samples-exception-jbws3945/SOAP12ExceptionEn...
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1620)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1627)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1572)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1373)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:673)
at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)