[JBoss JIRA] Created: (JBWS-1688) Add support for SwaRef
by Thomas Diesler (JIRA)
Add support for SwaRef
----------------------
Key: JBWS-1688
URL: http://jira.jboss.com/jira/browse/JBWS-1688
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: integration-xfire
Reporter: Thomas Diesler
Assigned To: Thomas Diesler
Fix For: jbossws-2.1.0
15:46:13,196 ERROR [AnnotationServiceFactory] @HandlerChain attributes are not supported yet!
15:46:13,200 INFO [ServiceBean] Exposing service with name {http://org.jboss.ws/jaxws/samples/logicalhandler}SOAPEndpointDoc
15:46:13,230 ERROR [AnnotationServiceFactory] @HandlerChain attributes are not supported yet!
15:46:13,234 INFO [ServiceBean] Exposing service with name {http://org.jboss.ws/jaxws/samples/logicalhandler}SOAPEndpointRpc
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (JBWS-1685) Add support for WebServiceContext propagation
by Thomas Diesler (JIRA)
Add support for WebServiceContext propagation
---------------------------------------------
Key: JBWS-1685
URL: http://jira.jboss.com/jira/browse/JBWS-1685
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: integration-sunri
Reporter: Thomas Diesler
Assigned To: Thomas Diesler
Fix For: jbossws-2.1.0
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTestCase
[junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.163 sec
[junit] Test org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTestCase FAILED
[junit] Running org.jboss.test.ws.jaxws.samples.context.WebServiceContextJSETestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.312 sec
BUILD SUCCESSFUL
Total time: 15 seconds
[tdiesler@tddell sunri]$ cat output-tests/reports/TEST-org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTestCase.txt
Testsuite: org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTestCase
Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.163 sec
Testcase: testGetWebContext took 1.919 sec
FAILED
expected:<pass> but was:<fail>
junit.framework.ComparisonFailure: expected:<pass> but was:<fail>
at org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTestCase.testGetWebContext(WebServiceContextEJBTestCase.java:71)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (JBWS-1682) XFire does not generate proper service name
by Thomas Diesler (JIRA)
XFire does not generate proper service name
-------------------------------------------
Key: JBWS-1682
URL: http://jira.jboss.com/jira/browse/JBWS-1682
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: integration-xfire
Environment: WSDL generation should first respect @WebService.serviceName then fall back to target bean class SimpleName()
Note, the wsdl service qname is NOT @WebService.name
Testcase: testInvokeAsyncHandler took 0.032 sec
Caused an ERROR
{http://org.jboss.ws/jaxws/asynchronous}TestEndpointService is not a valid service. Valid services are: {http://org.jboss.ws/jaxws/asynchronous}TestEndpoint
javax.xml.ws.WebServiceException: {http://org.jboss.ws/jaxws/asynchronous}TestEndpointService is not a valid service. Valid services are: {http://org.jboss.ws/jaxws/asynchronous}TestEndpoint
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:192)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:159)
at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:81)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousProxyTestCase.createProxy(AsynchronousProxyTestCase.java:108)
at org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousProxyTestCase.testInvokeAsyncHandler(AsynchronousProxyTestCase.java:94)
Reporter: Thomas Diesler
Fix For: jbossws-2.1.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months