[forge-users] Reverse Engineer Entities using customer Hibernate Dialect

forge-users at lists.jboss.org forge-users at lists.jboss.org
Wed Feb 5 03:51:37 EST 2014


Hi Blaine,

When the Forge plugin generates entities, the jar with the JDBC driver is dynamically added to a new class loader that is used for that task. Since the Teiid dialect is probably not in the standard Hibernate distribution, you would need to also add this dialect to this class loader. I have never tried such a scenario but I think that you could do what you want to do by repackaging the jar containing the JDBC driver and adding the Teiid dialect related classes to this new jar.

Let us know if this works.

Cheers,
Koen

Posted by forums
Original post: https://community.jboss.org/message/856299#856299


More information about the forge-users mailing list