Re: wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-22 Thread Rodolfo Hansen
As Michael pointed out; after version 1.4.11 we upgraded to version 2.0 of cometd and replaced the dojo clientside code with our own implementation. I've tested most of these changes, but there may still be some kinks that need to be ironed out. Can you add an issue here: http://github.com/kr

Re: wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-22 Thread fachhoch
resolved the servlet issue, but found new problem. the same code I have used to work with wicket-push1.4.8 after upgrading to 1.4.12 I got this error 2010-10-22 10:31:08,270 [qtp27288505-25] ERROR org.apache.wicket.RequestCycle - java.lang.NullPointerException at org.wicketstuff.push

Re: wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-22 Thread Martin Grigorov
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jdk-1.6-parent/push-parent/push-examples This is current trunk. They are similar. navigate to branches to get 1.4.12 if you need them exactly On Fri, Oct 22, 2010 at 3:40 PM, fachhoch wrote: > > please give me

Re: wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-22 Thread fachhoch
please give me the svn repostiroy url for 1.4.12 wicket-push examples or url to download wicket-push 1.4.12 examples -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-push-upgrade-to-1-4-12-ContinuationCometdServlet-class-not-found-tp3006617p3007228.html

Re: wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-22 Thread Michael O'Cleirigh
Hi, The wicketstuff push in 1.4.8 used jetty 6 (with the org.mortbay... package naming) where as the 1.4.12 release uses jetty 7 (with the org.eclipse.jetty ... package naming. I don't think the exact class you are looking for exists anymore. Here is the relevant section from the push-exam

Re: wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-22 Thread fachhoch
yes , I did not had this problem with 1.4.8, I wanted to try 1.4.12 and I got this error. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-push-upgrade-to-1-4-12-ContinuationCometdServlet-class-not-found-tp3006617p3007084.html Sent from the Users forum mailing

Re: wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-21 Thread Jeremy Thomerson
So, it seems you have a jar missing from your classpath. Are you using Maven? On Thu, Oct 21, 2010 at 10:39 PM, fachhoch wrote: > > I just upgraded wicket and wicket-push to 1.4.12 > I got this error > > > java.lang.ClassNotFoundException: > org.mortbay.cometd.continuation.ContinuationCometdSe

wicket-push upgrade to 1.4.12 ContinuationCometdServlet class not found

2010-10-21 Thread fachhoch
I just upgraded wicket and wicket-push to 1.4.12 I got this error java.lang.ClassNotFoundException: org.mortbay.cometd.continuation.ContinuationCometdServlet complete stack org.mortbay.cometd.continuation.ContinuationCometdServlet java.lang.ClassNotFoundException: org.mortbay.cometd.conti