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