Hi Scott, I've been trying to run your test: got a fresh checkout of jboss-as, and pasted your test in testsuite/compat as suggested by your package name choice.
Running from command line, I get: Tests in error: org.jboss.as.testsuite.compat.jpa.hibernate.OGMHibernate3SharedModuleProviderTestCase: Could not start container and the test logs contain as ultimate cause Caused by: java.lang.IllegalStateException: Cannot find: target/jbossas/jboss-modules.jar at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:94) ... 67 more Any hints? Anyway, I just wanted to check if I could fix the issue by changing the configuration settings in persistence.xml: generally you should remove the <jta-data-source>: no datasource is used. Also properties like "hibernate.show_sql" are not meaningfull, and it should not be needed to specify the Noop Dialect anymore. Current Hibernate OGM is depending on Hibernate Core 3.6.5, so I just checked and upgrade to 3.6.6: all tests still pass, so I would expect that should not be a problem. Is specifying "jboss.as.jpa.providerModule" all what is needed to get OGM on my classpath? that might be the problem for me: not sure if I have this module somehow, I just cloned jboss-as upstream (as I've seen the pull request you mentioned was already included). Sanne 2011/8/10 Scott Marlow <smar...@redhat.com>: > Hi, > > I'm playing with OGM on AS7, well trying to. I currently am trying to > use Hibernate 3.6.6.Final, latest OGM master source, latest AS7 master > source (plus these changes https://github.com/jbossas/jboss-as/pull/138). > > I'm getting a "No Dialect mapping for JDBC type: 4" error during > deployment http://pastie.org/2348064 > > Should I be using an earlier version of Hibernate 3.x perhaps? > > Test code is here http://pastie.org/2348071 (contains persistence.xml > inline). > > Thanks, > Scott > > _______________________________________________ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev > _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev