-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Ant hibernate tool task: mehrere Pfade
PostPosted: Fri Jun 12, 2009 4:30 am 
Newbie

Joined: Fri Jun 12, 2009 3:50 am
Posts: 2
Hallo

Ich habe Probleme beim Generieren des DDL-Skripts wenn ich die Entitäten in verschiedenen Class-folder definiert habe.
Folgende Konfiguration:
Code:
      <hibernatetool destdir=".">
         <jpaconfiguration persistenceunit="MySQL_PU" />
         <classpath>
            <path location="${basedir}/bin" />
            <path location="${basedir}/../RevisionEntity/bin"/>
         </classpath>
         <hbm2ddl drop="true"
                 create="true"
                 export="false"
                 outputfilename="versioning-ddl.sql"
                 delimiter=";"
                 format="true" />
      </hibernatetool>

Im erzeugten Skript sind immer nur die Tabellen für den 1. Eintrag generiert ("<path location="${basedir}/bin" />"). Ändere ich die Reihenfolge, dann werden nur die Tabellen für den Eintrag "<path location="${basedir}/../RevisionEntity/bin"/>" erzeugt.

Stimmt etwas mit der Definition nicht? Kann mir jemand weiterhelfen?

Gruss und Danke
Hansjoerg


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.