Your hibernate.cfg.xml contains:
anonymous wrote : <property name="connection.datasource">java:MyDS

Change it to 


<property name="hibernate.connection.datasource">java:MyDS</property>

See if that works.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113655#4113655

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113655
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to