Re: OpenEJBHttpServer Responses will always have a session?

2013-09-12 Thread Romain Manni-Bucau
Thanks for the report: https://issues.apache.org/jira/browse/TOMEE-1028 *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:

ActiveMQ broker stops

2013-09-12 Thread tschuler
Hi! From time to time (TomEE may run several days without any problems) the activeMQ broker stops - following log messages can be found in catalina.log: Sep 9, 2013 1:38:55 PM org.apache.activemq.store.jdbc.DefaultDatabaseLocker keepAlive SEVERE: Failed to update database lock:

AW: ActiveMQ broker stops

2013-09-12 Thread tschuler
Hi Romain! As the database runs on the same computer I don't think it's a network issue. But anyhow, can you give me an example how to use a pool for activemq database connections in TomEE? Best regards, Thomas Von: Romain Manni-Bucau [via OpenEJB]

Re: ActiveMQ broker stops

2013-09-12 Thread Romain Manni-Bucau
Look http://commons.apache.org/proper/commons-dbcp/configuration.html (the block with validationQuery parameter). Just configure your tomee datasource used by the broker with it. Maybe AMQ guys would have more inputs if it doesn't help. *Romain Manni-Bucau* *Twitter: @rmannibucau

Re: TomEE eclipselink cache coordination

2013-09-12 Thread Howard W. Smith, Jr.
Your question/post motivated me to take a look at (and download and test) eclipselink 2.5.0 with my app that has been working well with eclipselink 2.3.2 (and apache derby)...for the last 2 years. can you recommend any migration guide. I am reading the known issues list and I see the requirement

Re: TomEE eclipselink cache coordination

2013-09-12 Thread hwaastad
Hi, I will not try to comment on issues in eclipselink right now (still in development process). However, property name=eclipselink.cache.coordination.protocol value=jms / property name=eclipselink.cache.coordination.jms.topic value=openejb:Resource/CacheSynchTopic /

Re: tomee-maven-plugin - run unpacked war

2013-09-12 Thread jieryn
That works, THANK YOU! On Thu, Sep 12, 2013 at 1:04 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: To get auto update (F5) synchronization + config of the app (myfaces in dev mode etc) works. To deploy an unpacked app just set the app folder as warFile in configuration instead of the