Skip to main content

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

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

Back to the top