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 "Brett Baudin (JIRA)" <ji...@apache.org> on 2007/06/08 23:29:25 UTC

[jira] Reopened: (AXIS2-2684) Its seems the the resource "outboundNoAction" is missing from the resource bundle.

     [ https://issues.apache.org/jira/browse/AXIS2-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Baudin reopened AXIS2-2684:
---------------------------------


The bug is that a java.util.MissingResourceException is thrown instead of an AxisFault saying "Hey dummy you need a soap action when using WS-Addressing." 
AddressingOutHandler.java:257 throw new AxisFault(AddressingMessages.getMessage("outboundNoAction"));
is failing because the resource "outboundNoAction" is not in the resource bundle.

> 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: Addressing
>    Affects Versions: 1.2
>         Environment: Ubuntu (Fiesty),Running Axis2 inside Tomcat 6.0
>            Reporter: Brett Baudin
>            Assignee: David Illsley
>            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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org