|
From: Michael R. <mr...@us...> - 2004-07-27 06:26:26
|
Update of /cvsroot/openorb/PersistentStateService/src/examples/org/openorb/pss/examples/memory/basic/second In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23093/src/examples/org/openorb/pss/examples/memory/basic/second Modified Files: MyCatalogImpl.java Log Message: Switched from InstantDB to HSQLDB Index: MyCatalogImpl.java =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/src/examples/org/openorb/pss/examples/memory/basic/second/MyCatalogImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- MyCatalogImpl.java 26 Jul 2004 16:27:45 -0000 1.2 +++ MyCatalogImpl.java 27 Jul 2004 06:26:17 -0000 1.3 @@ -16,7 +16,7 @@ try { return ( CarHome ) find_storage_home( - "PSDL:org/openorb/pss/examples/memory/basic/second/CarHomeBase:1.0" ); + "PSDL:org/openorb/pss/examples/memory/basic/second/CarHomeBase:1.0" ); } catch ( org.omg.CosPersistentState.NotFound ex ) { |