Hi,

Here's my problem. I developed a web service with Axis2.1.1.1 in adb mode and everything works fine.
I tried to migrate this web service in Axis2.1.2 but it's not working.

I generated the code in adb mode for the server and deployed it. I generated the code in adb mode for the client and I managed to compile the code. Now when I start the client, I have this error:

org.apache.axis2.AxisFault: java.util.MissingResourceException: Can't find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle, key spec.FAULT_ACTION_NOT_SUPPORTED_REASON at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373) at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
  at my.package.myServiceStub.myMethod(myServiceStub.java:173)
  ...

I would like to know if someone had this kind of problem before.
Since the problem is not present with Axis2.1.1.1, is this behavior a known issue or a limitation of Axis2.1.2 ?

Thanks in advance.

Stephane Roy
Alcatel-Lucent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to