Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Naveen Kumar
Hi JB, For a test, I just placed the jetty-all jar in tomcat 9 lib and server start up reports the same error. I did not keep activemq or any other jar. Thanks Naveen -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Jean-Baptiste Onofré
Hi, I don't think the conflict is related to jetty-all use. Let me try to reproduce it first. But clearly, it's related to the fact you are embedding ActiveMQ in Tomcat. Regards JB On 29/11/2019 07:56, Naveen Kumar wrote: > Hi JB, > > Thanks for the quick response. Is there any way I can fix

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Naveen Kumar
Hi JB, Thanks for the quick response. Is there any way I can fix the existing problem of JSR-356 conflicts with tomcat ? I can see something related to this was mentioned here http://activemq.apache.org/tomcat.html and https://issues.apache.org/jira/browse/AMQ-6154 But somehow it didn't help me.

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Jean-Baptiste Onofré
Hi, ActiveMQ 5.15.11 uses Jetty 9.4.22, using jetty-all artifact. It's just fine for ActiveMQ standalone. Anyway, I will improve (mostly to reduce the Jetty deps volume). If you use ActiveMQ in Karaf, you don't have the issue as Jetty artifacts are already provided by Karaf. I created https://i

Re: Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Naveen Kumar
As per the below post at Jetty, the jar jetty-all should not be used by any other projects. https://www.eclipse.org/lists/jetty-users/msg06030.html Can someone please help to confirm if my understanding is correct that activemq-all-5.15.10.jar has a dependency on jetty-all-9.4.19.v20190610-uber.jar