You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/05/28 20:27:26 UTC

svn commit: r779710 - in /webservices/juddi/branches/v3_trunk: juddi-cxf/src/main/webapp/WEB-INF/classes/juddi.properties uddi-client/juddi.properties uddi-client/pom.xml

Author: kstam
Date: Thu May 28 18:27:26 2009
New Revision: 779710

URL: http://svn.apache.org/viewvc?rev=779710&view=rev
Log:
Setting check interval to 5 seconds. We will document that you prob will want to increase this number.

Removed:
    webservices/juddi/branches/v3_trunk/uddi-client/juddi.properties
Modified:
    webservices/juddi/branches/v3_trunk/juddi-cxf/src/main/webapp/WEB-INF/classes/juddi.properties
    webservices/juddi/branches/v3_trunk/uddi-client/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-cxf/src/main/webapp/WEB-INF/classes/juddi.properties
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-cxf/src/main/webapp/WEB-INF/classes/juddi.properties?rev=779710&r1=779709&r2=779710&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-cxf/src/main/webapp/WEB-INF/classes/juddi.properties (original)
+++ webservices/juddi/branches/v3_trunk/juddi-cxf/src/main/webapp/WEB-INF/classes/juddi.properties Thu May 28 18:27:26 2009
@@ -66,7 +66,7 @@
 juddi.authenticate.Inquiry=false
 #
 # Specifies the interval at which the notification timer triggers
-juddi.notification.interval=3000000
+juddi.notification.interval=5000
 
 
 

Modified: webservices/juddi/branches/v3_trunk/uddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-client/pom.xml?rev=779710&r1=779709&r2=779710&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-client/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-client/pom.xml Thu May 28 18:27:26 2009
@@ -131,7 +131,6 @@
 							<tasks>
 								<unzip dest="target" src="target/juddi-tomcat-3.0.0.SNAPSHOT.zip" />
 								<copy file="${basedir}/server.xml" todir="target/juddi-tomcat-${project.version}/conf" overwrite="true"/>
-								<copy file="${basedir}/juddi.properties" todir="target/juddi-tomcat-${project.version}/webapps/juddi/WEB-INF/classes"/>
 							</tasks>
 						</configuration>
 						<goals>



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