Marcel wrote: > > Thanks. > > Is Derby platform independent in its data storage? If I check in the > database with the server, will it function properly on other platforms?
Yes, derby databases created on one platform will work on others (don't have to export/import the database). Somehow this tidbit didn't get documented, but will be at some point: http://issues.apache.org/jira/browse/DERBY-711 Copy (or checkin) the database when no application has it open, and be sure to include *all* files in the database directory (the service.properties file as well as the log and seg0 directories). -jean
