[jboss-user] [JBoss Seam] - Re: Seam and Hibernate-all.jar
jimk1723
do-not-reply at jboss.com
Fri Jun 29 16:43:44 EDT 2007
Ah, wrong data source type; I needed this:
| <persistence-unit name="my-project" transaction-type="RESOURCE_LOCAL">
| <provider>org.hibernate.ejb.HibernatePersistence</provider>
| <non-jta-data-source>java:/my-projectDatasource</non-jta-data-source>
| <properties>
| ...
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059332#4059332
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059332
More information about the jboss-user
mailing list