Author: nandana
Date: Tue Jan 29 20:43:13 2008
New Revision: 616613
URL: http://svn.apache.org/viewvc?rev=616613&view=rev
Log:
Added two custom policy validator related error messages
Modified:
webservices/rampart/trunk/java/modules/rampart-core/src/main/java/org/apache/rampart/errors.properties
Modified:
webservices/rampart/trunk/java/modules/rampart-core/src/main/java/org/apache/rampart/errors.properties
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-core/src/main/java/org/apache/rampart/errors.properties?rev=616613&r1=616612&r2=616613&view=diff
==============================================================================
---
webservices/rampart/trunk/java/modules/rampart-core/src/main/java/org/apache/rampart/errors.properties
(original)
+++
webservices/rampart/trunk/java/modules/rampart-core/src/main/java/org/apache/rampart/errors.properties
Tue Jan 29 20:43:13 2008
@@ -23,6 +23,8 @@
missingWSATo = wsa:To address value missing
cannotCrateCryptoInstance = Cannot create Crypto instance
noInfoForCBhandler = Cannot obtain a callback handler with available
configuration information
+cannotLoadPolicyValidatorCbClass = Cannot load custom policy validator
callback class : \"{0}\"
+cannotCreatePolicyValidatorCallbackInstance = Cannot create custom policy
validator callback class instance : \"{0}\"
missingEncryptionUser=Encryption user not specified (The context is created by
the initiating party)
missingSignatureCrypto=Signature crypto information not available