[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [eclipselink-users] Problem creating tables | 
Hi Tom,
I am using  EclipseLink DDL generation, here is the persistence unit 
metadata:
<persistence-unit name="VDCNet-ejbPU" transaction-type="JTA">
   <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
   <jta-data-source>jdbc/VDCNetDS</jta-data-source>
   <properties>
        <property name="eclipselink.logging.level" value="FINEST"/>
     <property name="eclipselink.ddl-generation" value="create-tables"/>
   </properties>
 </persistence-unit>
Thanks,
Ellen
Tom Ware wrote:
Hi Ellen,
  Are you using the DDL generation feature of EclipseLink?  If so, can 
you forward the persistence unit properties you are using to enable 
it?  If not, how are you generating your tables.
  I suspect the problem is related to the way GlassFish does table 
generation.   It expects EclipseLink to provide some files it can use 
to add and drop tables. I am wondering if it is having trouble finding 
them because of an integration issue.
-Tom
Ellen Kraffmiller wrote:
I am able to use the nightly build in Glassfish, and the persistence 
unit deploys correctly, as long as my tables already exist.  However 
I'm running into a problem when I drop my tables and redeploy the 
application - no tables are created in the database.  I'm not seeing 
any error messages in my server log, but I noticed the nightly build 
had some test failures relating to create table.  Could the failures 
in the nightly build be related to the problem I'm seeing?
Thanks,
Ellen
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users