[ 
https://issues.apache.org/jira/browse/AXIS2-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501999
 ] 

Davanum Srinivas commented on AXIS2-2768:
-----------------------------------------

Swavek, i fixed the MissingResourceException. I think you are missing a 
wsaw:Action entry in your wsdl. Or not specifying it in the code/poperties. 
because of which on the wire the WS-Addressing header is missing/empty. that's 
what's causing your problem.

thanks,
dims

> java.util.MissingResourceException: Can't find resource for bundle 
> org.apache.axis2.i18n.ProjectResourceBundle
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2768
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2768
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows, 1.6 JDK, Tomcat 6.0
>            Reporter: Swavek Skret
>
> I have an axis2 project that compiles and deploys successfully yet when 
> running the client, I get the following exception:
> Using AXIS2_HOME:   C:\axis\Axis2-1.2
> Using JAVA_HOME:    C:\jdk1.6.0_01
> Jun 4, 2007 1:58:57 PM org.apache.axis2.deployment.ModuleDeployer deploy 
> INFO: Deploying module: addressing-1.2
> Jun 4, 2007 1:58:57 PM org.apache.axis2.deployment.ModuleDeployer deploy 
> INFO: Deploying module: soapmonitor-1.2
> Jun 4, 2007 1:58:58 PM org.apache.axis2.deployment.ServiceDeployer deploy 
> INFO: Deploying Web service: Services.aar
> Jun 4, 2007 1:58:59 PM org.apache.axis2.deployment.ServiceDeployer deploy 
> INFO: Deploying Web service: version.aar
> Client.runControlRequestTest(): caught an exception: 
> java.util.MissingResourceException: Can't find resource for bundle 
> org.apache.axis2.i18n.ProjectResourceBundle, key 
> spec.FAULT_ACTION_NOT_SUPPORTED_REASON
> 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)
> Similarly on the server side I get the following log:
> Jun 4, 2007 1:58:59 PM org.apache.axis2.transport.http.AxisServlet doPost
> SEVERE: java.util.MissingResourceException: Can't find resource for bundle 
> org.apache.axis2.i18n.ProjectResourceBundle, key 
> spec.FAULT_ACTION_NOT_SUPPORTED_REASON
> I traced AXIS2-2758 bug and added elementFormDefault="qualified" to my wsdl 
> but without any change in the results.
> I appreciate any hints of how to fix this problem.
> Thanks,
> Swavek

-- 
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]

Reply via email to