You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2008/03/27 03:57:24 UTC

[jira] Commented: (AXIS2-3666) Unable to switch addressing mar on in jaxws-integration tests

    [ https://issues.apache.org/jira/browse/AXIS2-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582503#action_12582503 ] 

Davanum Srinivas commented on AXIS2-3666:
-----------------------------------------

Sample stack trace.

javax.xml.ws.WebServiceException: The ServiceClient cannot be created. 
	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:173)
	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70)
	at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.getServiceClient(EndpointDescriptionImpl.java:1129)
	at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.<init>(EndpointDescriptionImpl.java:255)
	at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.<init>(EndpointDescriptionImpl.java:207)
	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.updateEndpointDescription(ServiceDescriptionImpl.java:419)
	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.updateEndpoint(DescriptionFactoryImpl.java:315)
	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.updateEndpoint(DescriptionFactoryImpl.java:302)
	at org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpoint(DescriptionFactory.java:153)
	at org.apache.axis2.jaxws.spi.ServiceDelegate.addPort(ServiceDelegate.java:242)
	at javax.xml.ws.Service.addPort(Service.java:60)
	at org.apache.axis2.jaxws.dispatch.StreamSourceDispatchTests.testSyncPayloadMode(StreamSourceDispatchTests.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
	at junit.extensions.TestSetup.run(TestSetup.java:27)
	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
Caused by: org.apache.axis2.phaseresolver.PhaseException: Did not find the desired phase 'Addressing' while deploying handler 'AddressingInHandler'.
	at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:75)
	at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
	at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
	at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
	at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:157)
	at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:539)
	at org.apache.axis2.description.AxisService.onEngage(AxisService.java:783)
	at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:539)
	at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
	at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:539)
	at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:502)
	at org.apache.axis2.engine.AxisConfiguration.addServiceGroup(AxisConfiguration.java:322)
	at org.apache.axis2.engine.AxisConfiguration.addService(AxisConfiguration.java:293)
	at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:175)
	at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:143)
	at org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.getServiceClient(EndpointDescriptionImpl.java:1126)
	... 36 more



> Unable to switch addressing mar on in jaxws-integration tests
> -------------------------------------------------------------
>
>                 Key: AXIS2-3666
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3666
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Davanum Srinivas
>            Assignee: Brian DePradine
>            Priority: Blocker
>         Attachments: addressing.diff
>
>
> Brian,
> I tried switching on addressing mar in the jaxws-integration test suite and i see lot of failures when i try to enable addressing in modules/jaxws-integration/test-resources/axis2.xml. Here's the patch i have so far.
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org