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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...