* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > private void initializeDatabase() throws DatabaseException { > try { > db.open("repository.xml", Database.OPEN_READ_WRITE); ^^^^^^^^^^^^^^ This should be changed to the jcd-alias in repository.xml. Or you can set it to null to get the default connectiondescriptor.
> } catch (ODMGException ex) { > ex.printStackTrace(); > throw new DatabaseException(ex); > } > } Hope this helps, Anders -- Anders Hermansen YoYo Mobile as -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>