wow! thanks. I wish the docs on the site would get updated at the same time for changes like this. This will invariably fail for anyone trying to use 0.9.9 with the following way to connect:

db.open( "repository.xml" , Database.OPEN_READ_WRITE );

should be changed to

db.open( "rex" , Database.OPEN_READ_WRITE ); //where 'rex' in this case is what I changed my jcd-alias to

Of course now it seems more logical also setup something in my web.xml file to specify the name of the jcd alias since it's much easier to change it there than to change it and compile the code every time.

Many thanks. This list has been amazingly helpful.

R


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to