You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by jf...@apache.org on 2009/04/10 03:13:19 UTC

svn commit: r763849 - in /webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources: juddi.properties messages_en.properties

Author: jfaath
Date: Fri Apr 10 01:13:19 2009
New Revision: 763849

URL: http://svn.apache.org/viewvc?rev=763849&view=rev
Log:
adding subscription-related messages and properties

Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/juddi.properties
    webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages_en.properties

Modified: webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/juddi.properties
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/juddi.properties?rev=763849&r1=763848&r2=763849&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/juddi.properties (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/juddi.properties Fri Apr 10 01:13:19 2009
@@ -41,6 +41,9 @@
 # Days before a transfer request expires
 juddi.transfer.expiration.days=3
 #
+# Days before a subscription expires
+juddi.subscription.expiration.days=30
+#
 # jUDDI Authentication module to use
 juddi.authenticator = org.apache.juddi.auth.JUDDIAuthenticator
 #

Modified: webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages_en.properties
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages_en.properties?rev=763849&r1=763848&r2=763849&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages_en.properties (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages_en.properties Fri Apr 10 01:13:19 2009
@@ -81,6 +81,7 @@
 errors.invalidkey.ProjectedServiceNotFound=Attempting to project a service when the service does not exist
 errors.invalidkey.businessservice.ParentMismatch=The service being saved has a different parent business key then the one provided
 errors.invalidkey.bindingtemplate.ParentMismatch=The binding template being saved has a different parent service key then the one provided
+errors.invalidkey.SubscriptionNotFound=The subscription was not found for the given key
 errors.invalidprojection.ParentMismatch=The supplied business key doesn't match the actual business key of the service being projected
 errors.usermismatch.InvalidOwner=The user is not authorized to access the given entity
 errors.usermismatch.InvalidOwnerParent=The user is not authorized to access the given parent entity
@@ -149,6 +150,7 @@
 errors.savesubscription.NoInput=At least one Subscription must be provided
 errors.subscription.NullInput=The subscription structure cannot be blank
 errors.subscription.NoFilterOnNewSubscription=No subscription filter was provided on this new subscription request
+errors.subscription.BlankFilter=A filter structure was provided but no filter criteria was specified
 errors.subscription.TooManyFilters=Only one filter is allowed per subscription request
 
 #-- jUDDI-specific publisher messages



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org