The resource.properties file under the
\axis2-1.2-src\axis2-1.2\modules\addressing\src\org\apache\axis2\address
ing\i18n doesn't seem to be packaged with any of the axis2 jar/mar
files.
This creates a MissingResourceException when axis2 tries to get inbound
fault from the message context :
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.RobustOutOnlyAxisOperation$RobustOutOnlyOpe
rationClient.send(RobustOutOnlyAxi
sOperation.java:108)
at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294)
at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:446)
at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:426)
I have created a JIRA for this
(https://issues.apache.org/jira/browse/AXIS2-2913).
Gul