No problem. The 1.3.4 version is working well right now. The usage is almost exactly the same as before, except for two points:
1. There no longer is a dependency to wicketstuff-dojo, if your project has one you need to mark is specifically. I don't know what issues may arise by having to dojo.js files loaded, I do know both versions are incompatible. 2. The CometD servlet now has to be loaded before the CometDService can be instanciated. So you would have to initialize it on demand in your application. On Fri, Aug 15, 2008 at 1:29 PM, Michael Sparer <[EMAIL PROTECTED]>wrote: > > As the recent change from wicketstuff-push 1.3.0-SNAPSHOT to 1.3.4 involved > major changes (see > http://www.nabble.com/wicketstuff-push-update-to18765345.html) as far as > dependencies are concerned (new version of jetty-cometd with major API > changes), I'd suggest a 1.3.0 branch. > I do have commit rights but don't have permission to do the branch. So > please either branch wicketstuff-push from version 3267 or give me > permission to do so (my username is msparer). > > thanks in advance > > regards, > Michael > > ----- > Michael Sparer > http://talk-on-tech.blogspot.com > -- > View this message in context: > http://www.nabble.com/Permission-for-branching-wicketstuff-push-tp19002588p19002588.html > Sent from the Wicket - Dev mailing list archive at Nabble.com. > >
