Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-19 Thread Leonardo K. Shikida
Hi I'm trying to migrate to 1.6.0, I already have a project running on 1.5.2, using eclipse, but I can't start tomee+ 1.6.0. (today's snapshot) If I create a new dynamic web project and deploy it into 1.6.0 from within eclipse it works, so it's probably something less evident. I am sorry, I can'

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-19 Thread Romain Manni-Bucau
Hi Any quartz config? Does the app delivers quartz? No classpath clash with 1.5.2? Le 20 nov. 2013 04:57, "Leonardo K. Shikida" a écrit : > Hi > > I'm trying to migrate to 1.6.0, I already have a project running on 1.5.2, > using eclipse, but I can't start tomee+ 1.6.0. (today's snapshot) > > If

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-20 Thread Leonardo K. Shikida
Hi Romain yes, the app uses quartz and activemq, both persistent my application.properties at WEB-INF org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT org.quartz.jobStore.dataSource=quartzDS org.quartz.jobStore.nonManagedTXDataSource = quartzDS2 o

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-20 Thread Romain Manni-Bucau
You put quartz in the webapp? (WEB-INF/lib?) You can workaround it forcing org.quartz.jobStore.driverDelegateClass to something else than org.quartz.impl.jdbcjobstore.StdJDBCDelegate btw if you can reproduce it in a runnable sample (mvn tomee:run) it would help us to analyze it further. Romain Ma

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-20 Thread Leonardo K. Shikida
Hi Romain No I did not put quartz in webapp, I am using tomee's quartz let me try the workaround thanks Leo [] Leo On Wed, Nov 20, 2013 at 10:16 AM, Romain Manni-Bucau wrote: > You put quartz in the webapp? (WEB-INF/lib?) > > You can workaround it forcing org.quartz.jobStore.driverDelega

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-20 Thread Leonardo K. Shikida
Hi Romain org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.oracle.OracleDelegate #org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate did the trick don't forget to put your address in your signature, so we can send you a beer ;-) you're th

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-20 Thread Romain Manni-Bucau
BTW the error is still weird so if you have few minutes to try to share sthg helping us to find if we have a bug or not it would still be appreciated Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://gith

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-20 Thread Leonardo K. Shikida
I´ll just try to make it work with 1.6.0 (deadlines are tight) and then I´ll create a nice small project and try to reproduce the problem. I´ve found another problem, but it seems to be JPA specific, so I´ve sent to their list. BTW, what openJPA version is used in tomee 1.6.0? I could not find @M

Re: Can't run tomee 1.6.0 from eclipse indigo (but could run from 1.5.2)

2013-11-20 Thread Leonardo K. Shikida
Oh Sorry @MappedById was proposed in the first draft of JPA 2.0 and then renamed to @MapsId TIA Leo [] Leo On Wed, Nov 20, 2013 at 11:21 PM, Leonardo K. Shikida wrote: > I´ll just try to make it work with 1.6.0 (deadlines are tight) and then > I´ll create a nice small project and try to rep