Re: Does TomEE 8.0.0 run on Java 11?

2019-09-27 Thread Jonathan Gallimore
Thanks for the feedback - I'll take a look at that and get back to you. Jon On Fri, Sep 27, 2019 at 5:23 PM Paul Carter-Brown wrote: > Hi Jon, > > I've tried with 8.0.1-SNAPSHOT and get an error: > > INFO: Configuring enterprise application: > >

Problem with MessageConsumers under TomEE 8.0.0

2019-09-27 Thread Ihsan Ecemis
Hello Everyone, We recently upgraded our staging environment from TomEE 8.0.0-M3 to 8.0.0 and things started to break. After some troubleshooting, we realized that we cannot dequeue JMS messages from our ActiveMQ server using MessageConsumers. We dequeue messages in 2 different ways: We

Re: Does TomEE 8.0.0 run on Java 11?

2019-09-27 Thread Paul Carter-Brown
Hi Jon, I've tried with 8.0.1-SNAPSHOT and get an error: INFO: Configuring enterprise application: /home/paul/Source/jg-services/template-service/service/target/apache-tomee/webapps/jg-services-servicename-service Sep 27, 2019 3:58:30 PM org.apache.openejb.config.ReadDescriptors deploy SEVERE:

Re: Does TomEE 8.0.0 run on Java 11?

2019-09-27 Thread Jonathan Gallimore
Hi Paul Using 8.0.1-SNAPSHOT should work already - let me know if it doesn't. There another pending fix for the standalone server - I was planning to propose a release once that's in. Jon On Fri, Sep 27, 2019 at 10:19 AM Paul Carter-Brown wrote: > Hi Jon, > > Any chance 2.7.4 can be pushed

Re: Does TomEE 8.0.0 run on Java 11?

2019-09-27 Thread Paul Carter-Brown
Hi Jon, Any chance 2.7.4 can be pushed into an official TomEE build so that we can use the tomee maven plugin and get this fix. Right now we can manually upgrade for a normal deployment but our integration tests that use the tomee maven plugin use 2.7.3. Paul On Wed, Sep 25, 2019 at 10:31 PM