[JBoss JIRA] Created: (JBWS-1674) Fix @WebServiceRef with SunRI
by Thomas Diesler (JIRA)
Fix @WebServiceRef with SunRI
-----------------------------
Key: JBWS-1674
URL: http://jira.jboss.com/jira/browse/JBWS-1674
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-1687) Add support for @HandlerChain
by Thomas Diesler (JIRA)
Add support for @HandlerChain
-----------------------------
Key: JBWS-1687
URL: http://jira.jboss.com/jira/browse/JBWS-1687
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
XFire cannot handle @Provider endpoints
15:43:06,239 ERROR [[TestEndpoint]] Allocate exception for servlet TestEndpoint
org.codehaus.xfire.annotations.AnnotationException: Class org.jboss.test.ws.jaxws.samples.httpbinding.ProviderBeanPayload does not have a WebService annotation
at org.codehaus.xfire.annotations.AnnotationServiceFactory.create(AnnotationServiceFactory.java:311)
at org.codehaus.xfire.spring.ServiceBean.afterPropertiesSet(ServiceBean.java:176)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1059)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:363)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
at org.codehaus.xfire.spring.XFireConfigLoader.getXFireApplicationContext(XFireConfigLoader.java:107)
at org.codehaus.xfire.spring.XFireConfigLoader.loadContext(XFireConfigLoader.java:41)
at org.jboss.wsf.stack.xfire.XFireConfigurableServletExt.loadConfig(XFireConfigurableServletExt.java:125)
at org.jboss.wsf.stack.xfire.XFireConfigurableServletExt.createXFire(XFireConfigurableServletExt.java:98)
at org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:45)
at javax.servlet.GenericServlet.init(GenericServlet.java:185)
at org.jboss.wsf.stack.xfire.XFireConfigurableServletExt.init(XFireConfigurableServletExt.java:72)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
--
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