Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] DDL generation not working on external jar-file

Hi, 
im running eclipselink 2.6.2 on wildfly 10.0.0 ,with postgress, 
 i'm trying to run the following configuration : 
i have ear project containing a reference to a jar project and a war project
(all contain persistence.xml), 
the jar contains a small entity and metamodel, 
i expect ddl generation to work after the jar has been loaded (the jar is
loaded ok), 
but it doesnt .... 
note - that this is the only problem , if i manually add the table,persist ,
find etc all work. 
server.log <http://eclipse.1072660.n5.nabble.com/file/n179457/server.log>  
log at finest
persistence.xml
<http://eclipse.1072660.n5.nabble.com/file/n179457/persistence.xml>   ear 
persistence.xml
<http://eclipse.1072660.n5.nabble.com/file/n179457/persistence.xml>   jar
persistence.xml
<http://eclipse.1072660.n5.nabble.com/file/n179457/persistence.xml>   war

there is a strange warning about canonical metamodel missing even though its
there..... 

Thanks.



--
View this message in context: http://eclipse.1072660.n5.nabble.com/DDL-generation-not-working-on-external-jar-file-tp179457.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top