Its seems the the resource "outboundNoAction" is missing from the resource
bundle.
----------------------------------------------------------------------------------
Key: AXIS2-2684
URL: https://issues.apache.org/jira/browse/AXIS2-2684
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: kernel
Affects Versions: 1.2
Environment: Ubuntu (Fiesty),Running Axis2 inside Tomcat 6.0
Reporter: Brett Baudin
Priority: Minor
When sending a SOAP request with no soap action I get a
MissingResourceException. See stack trace below.
java.util.MissingResourceException: Can't find resource for bundle
org.apache.axis2.i18n.ProjectResourceBundle, key outboundNoAction
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at
org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:191)
at org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:80)
at
org.apache.axis2.addressing.i18n.AddressingMessages.getMessage(AddressingMessages.java:61)
at
org.apache.axis2.handlers.addressing.AddressingOutHandler$WSAHeaderWriter.processWSAAction(AddressingOutHandler.java:257)
at
org.apache.axis2.handlers.addressing.AddressingOutHandler$WSAHeaderWriter.writeHeaders(AddressingOutHandler.java:184)
at
org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:109)
at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:433)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:330)
at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500)
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]