Hi,

I've just downloaded your sample app and tried it out and it seemed to work
fine on 1.5.2

The only difference I can see is that I defined my datasource in the
conf/tomee.xml file

<?xml version="1.0" encoding="UTF-8"?>
<tomee>
  
  <Resource id="ToDoDataSource" type="DataSource">
          JdbcDriver org.hsqldb.jdbcDriver
                  JdbcUrl jdbc:hsqldb:file:data/hsqldb/hsqldb
                  UserName sa
                  Password
                  JtaManaged true
  </Resource>
</tomee>




--
View this message in context: 
http://openejb.979440.n4.nabble.com/Datasource-problem-with-TomEE-1-5-2-Works-in-1-5-1-tp4662607p4662669.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to