Jorg Heymans Messages: 26 Registered: July 2009 Location: Belgium
Junior Member
Hi,
DDL generation does not work on JTA datasources, so i am wondering how people in general tackle this in their continuous integration environment ? In CI we have the server configured mostly like a production server, with fully configured JTA/XA resources but that means that Eclipselink cannot automatically create the database tables.
What would be needed is EclipseLink to be able to use a non-jta datasource during database creation, and use the 'normal' jta datasource during the runtime of the application. Is there any hack or workaround that would facilitate this ?