Re: Datasource problem with TomEE 1.5.2. Works in 1.5.1

2013-05-03 Thread davidmsalter
I'm pleased its now working in 1.5.2 although with changes. I've created a JIRA issue about this. https://issues.apache.org/jira/browse/TOMEE-924 -- View this message in context: http://openejb.979440.n4.nabble.com/Datasource-problem-with-TomEE-1-5-2-Works-in-1-5-1-tp4662607p4662675.html Sent

Re: EJB Timeout Exception

2013-05-03 Thread Romain Manni-Bucau
"Default Transaction Manager" is the default i think *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannib

Re: Datasource problem with TomEE 1.5.2. Works in 1.5.1

2013-05-03 Thread OCal
Yes, defining in tomee.xml works in 1.5.2. Resources.xml works in 1.5.1 and 1.6 snapshot. -- View this message in context: http://openejb.979440.n4.nabble.com/Datasource-problem-with-TomEE-1-5-2-Works-in-1-5-1-tp4662607p4662673.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: EJB Timeout Exception

2013-05-03 Thread James Green
Is there an id value that must be set? Just setting a TransactionManager with a single line for timeout value causes TomEE to error on boot saying the id is invalid. On 2 May 2013 12:29, Romain Manni-Bucau wrote: > if you want to update it completely you have the whole config in this > thread

Re: Datasource problem with TomEE 1.5.2. Works in 1.5.1

2013-05-03 Thread OCal
I guess then the problem appears when you define it in resources.xml. I will try the tomee.xml approach. OCal. -- View this message in context: http://openejb.979440.n4.nabble.com/Datasource-problem-with-TomEE-1-5-2-Works-in-1-5-1-tp4662607p4662671.html Sent from the OpenEJB User mailing list

Re: Datasource problem with TomEE 1.5.2. Works in 1.5.1

2013-05-03 Thread davidmsalter
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 JdbcDriver org.hsqldb.jdbcDriver JdbcUrl jdbc:hsqldb:file:data/hsqldb/hsqldb