sviens 2004/04/29 20:54:55
Modified: conf juddi.properties
Log:
replaced juddi.datastore property value to implementation of DataStore interface instead
of DataStoreFactory interface.
Revision Changes Path
1.7 +1 -1 ws-juddi/conf/juddi.properties
Index: juddi.properties
===================================================================
RCS file: /home/cvs/ws-juddi/conf/juddi.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- juddi.properties 4 Apr 2004 04:01:55 -0000 1.6
+++ juddi.properties 30 Apr 2004 03:54:55 -0000 1.7
@@ -16,7 +16,7 @@
# The jUDDI DataStore module currently in
# use. This is also the default jUDDI DataStore.
-juddi.dataStoreFactory = org.apache.juddi.datastore.jdbc.JDBCDataStoreFactory
+juddi.dataStore = org.apache.juddi.datastore.jdbc.JDBCDataStore
# The jUDDI UUIDGen implementation to use.
juddi.uuidgen = org.apache.juddi.uuidgen.DefaultUUIDGen
|