[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

little problem in Simple Sample source code



There is a little problem in the Simple sample source distributed with ozone
package (0.6). In The Client.java file, the line
ExternalDatabase db =
xternalDatabase.openDatabase( "ozonedb:remote:localhost:3333" ) must be
changed to
ExternalDatabase db =
xternalDatabase.openDatabase( "ozonedb:remote://localhost:3333" ).

Jose Carlos