Le mercredi 16 juillet 2008 à 18:47 -0700, freak182 a écrit :
> Hello,
> I successfully implement wicket-push in our wicket application...i just used
> the example in the wicket-stuff...with the default configuration...i just
> checked out and run it...then customized for our needs...

With wicket 1.4-m3 ? ? some changes occurs from wicket 1.3.x to 1.4...


> 
>  i think the mininum requirement is jetty 6.1.4 to run it
>  and it even run on tomcat 6 and JBoss 4...you should have servlet 2.5
> running on you server
> 

I try with jetty 6.1.11 (servlet 2.5) and with jetty 7.0.0pre2 (servlet 3.0) 
--> no  success.


I double check my project and I have checkout the good svn url.. 

But with wicket *1.4-m3*, it didn't compile (most errors are easy :
missing @Override (an error in my Eclipse config), some generics
(IModel<...>), use of AbstractCometdServlet (CometdServlet did not
exists in org.mortbay.cometd), use of dojox.bayeux.* from
cometd-api.jar... 

The main error is in push examples :
"org.wicketstuff.push.examples.pages.push.WicketAbstractPushChat" (1)

I try to correct everything, now everything compile, but the cometd
example fails... 

1 :  I have found that mail talking about that error :
http://www.mail-archive.com/users@wicket.apache.org/msg15406.html

--
Julien Graglia


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to