You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Chris Owens <ct...@chris-owens.com> on 2013/07/08 18:52:50 UTC

AJAX JMS Servlet in Tomee

Anybody have any insight into how to run the ActiveMQ AJAX servlet under
Tomee?  The issue appears to be that the servlet needs Jetty continuations,
but that even including the Jetty jars doesn't seem to solve the problem. 
More details here: 
http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee
<http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee>  





--
View this message in context: http://openejb.979440.n4.nabble.com/AJAX-JMS-Servlet-in-Tomee-tp4664142.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: AJAX JMS Servlet in Tomee

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
You only mentioned TomEE 1.5.2 (release). Hopefully, the fix will work with
future releases of TomEE, too... especially TomEE 1.6.0 'snapshot', since
that is latest-n-greatest, right now. :)



On Thu, Jul 18, 2013 at 11:49 AM, Chris Owens
<ct...@chris-owens.com>wrote:

> Done. https://issues.apache.org/jira/browse/AMQ-4639
>
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/AJAX-JMS-Servlet-in-Tomee-tp4664142p4664273.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Re: AJAX JMS Servlet in Tomee

Posted by Chris Owens <ct...@chris-owens.com>.
Done. https://issues.apache.org/jira/browse/AMQ-4639




--
View this message in context: http://openejb.979440.n4.nabble.com/AJAX-JMS-Servlet-in-Tomee-tp4664142p4664273.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: AJAX JMS Servlet in Tomee

Posted by Romain Manni-Bucau <rm...@gmail.com>.
servlet 3.0 allow dev to use async servlet, i think that's all AMQ guys
needed but it was not yet here when developed (i hope i didnt miss sthg
that important)

*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/7/8 Howard W. Smith, Jr. <sm...@gmail.com>

> interesting, seems as though you are saying that jetty is a dependency
> (required), and then you said there is no reason to need jetty for it
> today.
>
> why no reason to need jetty for it today? tomee can/will allow it to work
> as designed without jetty (after the jetty dependency issue is fixed)?
>
>
>
> On Mon, Jul 8, 2013 at 3:48 PM, Romain Manni-Bucau <rmannibucau@gmail.com
> >wrote:
>
> > Hi
> >
> > it doesn't work since it uses jetty. that said feel free to open an issue
> > on activemq jira (https://issues.apache.org/jira/browse/AMQ). There is
> no
> > reason to need jetty for it today.
> >
> > *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/7/8 Chris Owens <ct...@chris-owens.com>
> >
> > > Anybody have any insight into how to run the ActiveMQ AJAX servlet
> under
> > > Tomee?  The issue appears to be that the servlet needs Jetty
> > continuations,
> > > but that even including the Jetty jars doesn't seem to solve the
> problem.
> > > More details here:
> > >
> > >
> >
> http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee
> > > <
> > >
> >
> http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee
> > > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://openejb.979440.n4.nabble.com/AJAX-JMS-Servlet-in-Tomee-tp4664142.html
> > > Sent from the OpenEJB User mailing list archive at Nabble.com.
> > >
> >
>

Re: AJAX JMS Servlet in Tomee

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
interesting, seems as though you are saying that jetty is a dependency
(required), and then you said there is no reason to need jetty for it today.

why no reason to need jetty for it today? tomee can/will allow it to work
as designed without jetty (after the jetty dependency issue is fixed)?



On Mon, Jul 8, 2013 at 3:48 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:

> Hi
>
> it doesn't work since it uses jetty. that said feel free to open an issue
> on activemq jira (https://issues.apache.org/jira/browse/AMQ). There is no
> reason to need jetty for it today.
>
> *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/7/8 Chris Owens <ct...@chris-owens.com>
>
> > Anybody have any insight into how to run the ActiveMQ AJAX servlet under
> > Tomee?  The issue appears to be that the servlet needs Jetty
> continuations,
> > but that even including the Jetty jars doesn't seem to solve the problem.
> > More details here:
> >
> >
> http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee
> > <
> >
> http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee
> > >
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://openejb.979440.n4.nabble.com/AJAX-JMS-Servlet-in-Tomee-tp4664142.html
> > Sent from the OpenEJB User mailing list archive at Nabble.com.
> >
>

Re: AJAX JMS Servlet in Tomee

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

it doesn't work since it uses jetty. that said feel free to open an issue
on activemq jira (https://issues.apache.org/jira/browse/AMQ). There is no
reason to need jetty for it today.

*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/7/8 Chris Owens <ct...@chris-owens.com>

> Anybody have any insight into how to run the ActiveMQ AJAX servlet under
> Tomee?  The issue appears to be that the servlet needs Jetty continuations,
> but that even including the Jetty jars doesn't seem to solve the problem.
> More details here:
>
> http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee
> <
> http://stackoverflow.com/questions/17529464/is-there-a-way-to-use-the-activemq-ajax-servlet-with-tomee
> >
>
>
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/AJAX-JMS-Servlet-in-Tomee-tp4664142.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>