Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Unable to use continuation in Jetty

what version of jetty and cometd?

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Thu, May 27, 2010 at 02:09, Jun Hu <andrew0519@xxxxxxxxx> wrote:
> I am building a simple comet application.
> I got this strange exception when calling getContinuation:
> java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> at
> org.eclipse.jetty.continuation.ContinuationSupport.getContinuation(ContinuationSupport.java:141)
> Can someone please enlighten me what is going on?
> Thanks!
> Andrew
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>


Back to the top