Re: [jira] [Commented] (TOMEE-345) make EjbTimerServiceImpl serializable

2012-08-13 Thread Enrico Olivelli
Tring to set up another instance on the same quartz DB I get this http://quartz-scheduler.org/api/2.0.0/org/quartz/ObjectAlreadyExistsException.html I think that before creating a Trigger you should already check if exists org.quartz.ObjectAlreadyExistsException: Unable to store Trigger with

Re: [jira] [Commented] (TOMEE-345) make EjbTimerServiceImpl serializable

2012-08-13 Thread Romain Manni-Bucau
hmm seems with your stack you are not up to date (line number are wrong) - Romain 2012/8/13 Enrico Olivelli eolive...@gmail.com Tring to set up another instance on the same quartz DB I get this http://quartz-scheduler.org/**api/2.0.0/org/quartz/**

Fwd: MODERATE for us...@openejb.apache.org

2012-08-13 Thread dsh
Looks like we kinda confuse people cause they think this is a TomEE issue but it's really a Tomcat issue: http://stackoverflow.com/questions/211446/how-to-run-tomcat-6-on-winxp-64-bit

Re: [jira] [Commented] (TOMEE-345) make EjbTimerServiceImpl serializable

2012-08-13 Thread Enrico Olivelli
It works ! Thank you very much !!! Il 13/08/2012 19:26, Romain Manni-Bucau ha scritto: hmm seems with your stack you are not up to date (line number are wrong) - Romain 2012/8/13 Enrico Olivelli eolive...@gmail.com Tring to set up another instance on the same quartz DB I get this

ServiceProvider improvements

2012-08-13 Thread David Blevins
Heads up on a long needed rewrite of the ServiceProvider service-jar.xml code. We've been duplicating config for years and it's been a back-burner item on the TODO list for quite some time. Currently, the service-jar.xml configs, which provide defaults for anything configured in tomee.xml,

Re: [jira] [Commented] (TOMEE-345) make EjbTimerServiceImpl serializable

2012-08-13 Thread Romain Manni-Bucau
Great! Thank you for your help. I think we caj still enhance tomee on this topic so feel free to propose updates ;) Le 14 août 2012 07:40, Enrico Olivelli eolive...@gmail.com a écrit : It works ! Thank you very much !!! Il 13/08/2012 19:26, Romain Manni-Bucau ha scritto: hmm seems with