<Resource id="jdbc/blog" type="javax.sql.DataSource"> JdbcDriver = org.hsqldb.jdbcDriver JdbcUrl = jdbc:hsqldb:mem:blog UserName = SA Password = JtaManaged = true </Resource>
<Resource id="jdbc/blog-unmanaged" type="javax.sql.DataSource"> JdbcDriver = org.hsqldb.jdbcDriver JdbcUrl = jdbc:hsqldb:mem:blog UserName = SA Password = JtaManaged = false </Resource> is valid not sure why = was the cause of the issue for you - Romain 2012/8/9 zeeman <hamz...@fastmail.us> > Yes, I use JPA. > > Yes, I need to remove the =. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/default-tomee-ds-pool-tp4656531p4656765.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. >