Re: How to specify web service url endpoint?

2013-03-04 Thread Romain Manni-Bucau
http://tomee.apache.org/details-on-openejb-jar.html and in sime other pages where it can be useful. Geronimo doc references it too Le 4 mars 2013 08:41, James Green james.mk.gr...@gmail.com a écrit : The TomEE docs reference tomee.xml, yet you mention openejb-jar.xml. If one does not supercede

Re: Web bundle recognized as deployment module in openEJB

2013-03-04 Thread Romain Manni-Bucau
now i have a computer i can give you some more info ;) here http://svn.apache.org/repos/asf/tomee/karafee/trunk/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/Deployer.javaif you scroll down a bit you'll find OSGiDeploymentLoader where the logic you want to add could be added

Re: Web bundle recognized as deployment module in openEJB

2013-03-04 Thread Katya Todorova
Thank you, Romain :) On Mon, Mar 4, 2013 at 10:56 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: now i have a computer i can give you some more info ;) here

Re: Web bundle recognized as deployment module in openEJB

2013-03-04 Thread James Green
Something is not right here. It is exclusive to Apache people or something? Not Found The requested URL /repos/asf/tomee/karafee/trunk/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/Deployer.javaif was not found on this server. -- Apache/2.2.17

Re: Web bundle recognized as deployment module in openEJB

2013-03-04 Thread Romain Manni-Bucau
no, that's totally public *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/3/4 James Green

Re: Web bundle recognized as deployment module in openEJB

2013-03-04 Thread Katya Todorova
There's a redundant if in the end of the link, the following is accessible: http://svn.apache.org/repos/asf/tomee/karafee/trunk/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/Deployer.java On Mon, Mar 4, 2013 at 11:56 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: no,

Re: Web bundle recognized as deployment module in openEJB

2013-03-04 Thread Howard W. Smith, Jr.
James, On Mon, Mar 4, 2013 at 4:54 AM, James Green james.mk.gr...@gmail.comwrote: Something is not right here. It is exclusive to Apache people or something? Not Found The requested URL

CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread dmitry.volkov
Hi. CalenderTimers created with following code are not recovered after TomEE restart. Are there some TomEE properties to make timers persistent across restarts? There is issue reproduction: https://github.com/eiskonzept/tomee.git Just start tomee plugin with node1 profile, open

Re: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread John D. Ament
Are you able to query that file to see the contents? What's in there as your application is running? On Mon, Mar 4, 2013 at 8:12 AM, dmitry.vol...@eiskonzept.com wrote: Hi. CalenderTimers created with following code are not recovered after TomEE restart. Are there some TomEE properties to

AW: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread dmitry.volkov
Have changed to: org.quartz.dataSource.testDS.jndiURL=openejb:Resource/jdbc/testDS org.quartz.dataSource.testDSNonJta.jndiURL=openejb:Resource/jdbc/testDSNonJta Have same result. -Ursprüngliche Nachricht- Von: Romain Manni-Bucau [mailto:rmannibu...@gmail.com] Gesendet: Montag, 4.

Re: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread John D. Ament
Yes, that file. Where does it end up getting created? On Mon, Mar 4, 2013 at 10:49 AM, dmitry.vol...@eiskonzept.com wrote: Sorry, don't get your question. Which file do you mean? Test.db? -Ursprüngliche Nachricht- Von: John D. Ament [mailto:john.d.am...@gmail.com] Gesendet:

AW: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread dmitry.volkov
4 files are created in project root(I start tomee maven plugin here): \test.db.lck \test.db.log \test.db.properties \test.db.script I have purged all this files, then restarted TomEE, scheduled a job and stopped TomEE after a while. Please find attached test.db.log file. -Ursprüngliche

Re: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread Romain Manni-Bucau
the config should more or less work: http://openejb.979440.n4.nabble.com/new-Quartz-configuration-not-working-for-cluster-deployment-td4656540.html#a4656541 which version do you use? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog:

Re: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread Romain Manni-Bucau
can you reproduce the sample in a simple example? (with the datasource intialized etc) *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*

AW: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread dmitry.volkov
Here it is: https://github.com/eiskonzept/tomee.git Just start tomee plugin with node1 profile, open context_path/schedule.xhtml and push Schedule timer Button. Timer is scheduled(executed every second, see log) and listed on the page. Restart application, open context_path/schedule.xhtml

Re: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-04 Thread John D. Ament
There's no attachment. On Mon, Mar 4, 2013 at 11:16 AM, dmitry.vol...@eiskonzept.com wrote: 4 files are created in project root(I start tomee maven plugin here): \test.db.lck \test.db.log \test.db.properties \test.db.script I have purged all this files, then restarted TomEE, scheduled a