svn commit: r677574 - in /webservices/sandesha/trunk/java/modules/core/src/main: java/org/apache/sandesha2/util/FaultManager.java resources/org/apache/sandesha2/i18n/resource.properties
| Newsgroups | gmane.comp.apache.webservices.fx.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: gatfora
Date: Thu Jul 17 06:09:27 2008
New Revision: 677574
URL: http://svn.apache.org/viewvc?rev=677574&view=rev
Log:
Applying patch for SANDESHA2-168, thanks Sara
Modified:
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
webservices/sandesha/trunk/java/modules/core/src/main/resources/org/apache/sandesha2/i18n/resource.properties
Modified: webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java?rev=677574&r1=677573&r2=677574&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java (original)
+++ webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java Thu Jul 17 06:09:27 2008
@@ -326,7 +326,7 @@
data.setExceptionString(SandeshaUtil.getStackTraceFromException(e));
if(log.isWarnEnabled())
- log.warn(SandeshaMessageHelper.getMessage(SandeshaMessageKeys.reliableMessagingNotEnabled, messageContext.getAxisService().getName()));
+ log.warn(SandeshaMessageHelper.getMessage(SandeshaMessageKeys.createSequenceRefused));
if (log.isDebugEnabled())
log.debug("Exit: FaultManager::makeCreateSequenceRefusedFault");
Modified: webservices/sandesha/trunk/java/modules/core/src/main/resources/org/apache/sandesha2/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/src/main/resources/org/apache/sandesha2/i18n/resource.properties?rev=677574&r1=677573&r2=677574&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/core/src/main/resources/org/apache/sandesha2/i18n/resource.properties (original)
+++ webservices/sandesha/trunk/java/modules/core/src/main/resources/org/apache/sandesha2/i18n/resource.properties Thu Jul 17 06:09:27 2008
@@ -217,7 +217,7 @@
addressNotValid=Cannot set the address - the address value is not valid.
elementMustForSpec=Element ''{0}'' must be present for the spec ''{1}''.
-couldNotSendFaultDueToException=Could not send the fault ''{0}'' due to the exception '{1}'';
+couldNotSendFaultDueToException=Could not send the fault ''{0}'' due to the exception ''{1}'';
acksToInvalid=The acksTo ''{0}'' is not valid.