Author: scheu
Date: Tue Mar 30 14:34:09 2010
New Revision: 929154
URL: http://svn.apache.org/viewvc?rev=929154&view=rev
Log:
Quick Fix to add "next action" information to a message.
Contributor: Roy Wood
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java?rev=929154&r1=929153&r2=929154&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java
(original)
+++
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java
Tue Mar 30 14:34:09 2010
@@ -86,7 +86,7 @@ public class DispatchPhase extends Phase
// If we still don't have an operation, fault.
if (operation == null) {
- AxisFault fault = new
AxisFault(Messages.getMessage("operationnotfoundforepr",
+ AxisFault fault = new
AxisFault(Messages.getMessage("operationnotfoundforepr2",
((toEPR != null) ?
toEPR.getAddress()
: ""),
msgContext.getWSAAction()));
fault.setFaultCode(org.apache.axis2.namespace.Constants.FAULT_CLIENT);
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties?rev=929154&r1=929153&r2=929154&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties
(original)
+++
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties
Tue Mar 30 14:34:09 2010
@@ -268,6 +268,7 @@ receivederrormessage=The system received
servicenotfoundforepr=The service cannot be found for the endpoint reference
(EPR) {0}
bindingDisabled={0} binding is disabled for this service.
operationnotfoundforepr=The endpoint reference (EPR) for the Operation not
found is {0} and the WSA Action = {1}
+operationnotfoundforepr2=The endpoint reference (EPR) for the Operation not
found is {0} and the WSA Action = {1}. If this EPR was previously reachable,
please contact the server administrator.
unabletofindservice=The requested service could not be found -- the operation
has been stopped.
invalidservicegrouoid=The {0} Service Group ID is not valid.
servicenotfoundinthesystem=The {0} service is not found in the system.