[JBoss JIRA] Created: (JBWS-2744) Dispatch and Config Provider via System Properties and/or a Properties file
by Anil Saldhana (JIRA)
Dispatch and Config Provider via System Properties and/or a Properties file
---------------------------------------------------------------------------
Key: JBWS-2744
URL: https://jira.jboss.org/jira/browse/JBWS-2744
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Anil Saldhana
The Dispatch seems to be an important JAXWS client construct. It does not provide everything that any JBossWS user needs. Hence there are chances where he may have to cast the dispatch to ConfigProvider and provide the additional settings as outlined in the forum thread.
For this reason, I suggest adding a properties file on the classpath and one setting that can be done via system property. The DispatchImpl implementation needs to handle this one system prop and use the associated properties file to get the settings.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBWS-3460) Investigate CXF specific tests IPv6 issues
by Richard Opalka (JIRA)
Richard Opalka created JBWS-3460:
------------------------------------
Summary: Investigate CXF specific tests IPv6 issues
Key: JBWS-3460
URL: https://issues.jboss.org/browse/JBWS-3460
Project: JBoss Web Services
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.0.2
Reporter: Richard Opalka
Assignee: Alessio Soldano
Fix For: jbossws-cxf-4.1
There is a bunch of CXF tests that are failing when using IPv6 address:
---
Tests in error:
testWSDLHttpProxy(org.jboss.test.ws.jaxws.cxf.httpproxy.HTTPProxyWSDLTestCase): Unexpected end of file from server
testHttpProxy(org.jboss.test.ws.jaxws.cxf.httpproxy.HTTPProxyTestCase): Could not send Message.
testHttpProxyUsingHTTPClientPolicy(org.jboss.test.ws.jaxws.cxf.httpproxy.HTTPProxyTestCase): Could not send Message.
testSingleDeploy(org.jboss.test.ws.jaxws.cxf.bus.EJB3ClientBusTestCase): com.sun.xml.messaging.saaj.SOAPExceptionImpl
test(org.jboss.test.ws.jaxws.samples.wsse.policy.trust.WSTrustTestCase): The specified request failed
Tests run: 69, Failures: 0, Errors: 5, Skipped: 0
---
Tests in error:
testJMSEndpointClientSide(org.jboss.test.ws.jaxws.cxf.jms.JMSEndpointOnlyDeploymentTestCase): javax.naming.NamingException: Failed to create remoting connection [Root exception is java.lang.RuntimeException: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed]
testMessagingClient(org.jboss.test.ws.jaxws.cxf.jms.JMSEndpointOnlyDeploymentTestCase): Failed to create remoting connection
testJMSEndpointServerSide(org.jboss.test.ws.jaxws.cxf.jms_http.JMSHTTPEndpointDeploymentTestCase): Server returned HTTP response code: 500 for URL: http://[::1]:8080/jaxws-cxf-jms-http-deployment-test-servlet
testJMSEndpointClientSide(org.jboss.test.ws.jaxws.cxf.jms_http.JMSHTTPEndpointDeploymentTestCase): javax.naming.NamingException: Failed to create remoting connection [Root exception is java.lang.RuntimeException: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed]
Tests run: 36, Failures: 0, Errors: 4, Skipped: 0
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months