That is fixed already in later Hibernate ORM releases. You could
workaround the failure by updating the "org.hibernate" module to
depend on the "org.postgresql" module to avoid
ClassNotFoundException deployment failure.
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/9c93d90a-1c2e-46de-a171-d06f4ece842bn%40googlegroups.com.
That is fixed already in later Hibernate ORM releases. You could workaround the failure by updating the "org.hibernate" module to depend on the "org.postgresql" module to avoid ClassNotFoundException deployment failure.
Actually, I think you already have the fix for
https://issues.redhat.com/browse/WFLY-16752 "Make it possible for
Hibernate ORM to be able to access org.postgresql.jdbc and
com.oracle.ojdbc JDBC driver classes" which expects the postgres
module name to be "org.postgresql.jdbc" (see
https://github.com/wildfly/wildfly/commit/5a781beb784f387dc17f478d762982a857eeed90).
So try updating the postgres driver module name.
Scott
Best regards,Emond
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/255d67aa-f5fb-4e0d-89dc-47f2290e8486n%40googlegroups.com.
Actually, I think you already have the fix for https://issues.redhat.com/browse/WFLY-16752 "Make it possible for Hibernate ORM to be able to access org.postgresql.jdbc and com.oracle.ojdbc JDBC driver classes" which expects the postgres module name to be "org.postgresql.jdbc" (see https://github.com/wildfly/wildfly/commit/5a781beb784f387dc17f478d762982a857eeed90). So try updating the postgres driver module name.
That would be a nice enhancement!
Scott
--
Best regards,Emond
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/45a5e1aa-97f2-499d-afeb-e3b2035ae03an%40googlegroups.com.