[forge-users] At least one database table must be specified

forge-users at lists.jboss.org forge-users at lists.jboss.org
Mon Dec 29 16:10:47 EST 2014


Hello!

I tried using the following command, but the forge also makes a research on the tables in other schemas and dictionary of the oracle:
jpa-generate-entities-from-tables --connectionProfile test --targetPackage br.com.test.dao --databaseTables "TEST"


Error:

org.hibernate.cfg.JDBCBinderException: Duplicate class name 'br.com.test.dao.SqlnExplainPlan' generated for 'org.hibernate.mapping.Table(EMBA.SQLN_EXPLAIN_PLAN)'. Same name where generated for 'org.hibernate.mapping.Table(EMBA.SQLN_EXPLAIN_PLAN)'

My connection profile:
connection-create-profile --name test --userName test --saveUserPassword --driverLocation /home/user/software/.../ojdbc5.jar --jdbcUrl jdbc:oracle:thin:@IP:1521:DB

why the forge lookup tables in other schemas?


Thenaks!!


Posted by forums
Original post: https://developer.jboss.org/message/914686#914686


More information about the forge-users mailing list