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/29 23:20:15 UTC

svn commit: r769939 - in /webservices/juddi/branches/v3_trunk/juddi-core/src/main: java/org/apache/juddi/query/EntityQuery.java resources/messages_en.properties

Author: jfaath
Date: Wed Apr 29 21:20:14 2009
New Revision: 769939

URL: http://svn.apache.org/viewvc?rev=769939&view=rev
Log:
upping the default max rows to 1000

Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/src/main/java/org/apache/juddi/query/EntityQuery.java
    webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages_en.properties

Modified: webservices/juddi/branches/v3_trunk/juddi-core/src/main/java/org/apache/juddi/query/EntityQuery.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/src/main/java/org/apache/juddi/query/EntityQuery.java?rev=769939&r1=769938&r2=769939&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/src/main/java/org/apache/juddi/query/EntityQuery.java (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/src/main/java/org/apache/juddi/query/EntityQuery.java Wed Apr 29 21:20:14 2009
@@ -38,7 +38,7 @@
 
 	public static final String KEY_NAME = "entityKey";
 
-	public static final int DEFAULT_MAXROWS = 100;
+	public static final int DEFAULT_MAXROWS = 1000;
 	public static final int DEFAULT_MAXINCLAUSE = 1000;
 	
 	// TODO:  make this alias creator a little more unique

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=769939&r1=769938&r2=769939&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 Wed Apr 29 21:20:14 2009
@@ -156,6 +156,9 @@
 rrors.getsubscriptionresult.NullCoveragePeriod=The coverage period cannot be blank
 errors.getsubscriptionresult.InvalidDateInCoveragePeriod=The coverage period must contain valid dates for start and end points
 errors.getsubscriptionresult.StartPointAfterEndPoint=The start point in the coverage period cannot be later than the end point
+errors.getsubscriptionresult.InvalidChunkToken=You have provided an invalid chunk token
+errors.getsubscriptionresult.NonMatchingChunkToken=The provided chunk token does not match the subscription parameters
+errors.getsubscriptionresult.ExpiredChunkToken=The provided chunk token has expired
 
 #-- jUDDI-specific publisher messages
 errors.savepublisher.NoInput=At least one Publisher must be provided



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