Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-12 Thread esajjkh
associated with this event bus :( Any help pease? Tack -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/HazelCast-and-Atmosphere-Integration-with-Wicket-6-tp4651891p4651939.html Sent from the Users forum mailing list archive at Nabble.com

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-12 Thread Emond Papegaaij
Then you probably didn't register the EventBus in your application's init method. Please take a look at the demo-application I've setup: https://github.com/papegaaij/wicket-atmosphere-quickstart It contains the minimal configuration needed for wicket-atmosphere. Best regards, Emond On

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-11 Thread esajjkh
://apache-wicket.1842946.n4.nabble.com/HazelCast-and-Atmosphere-Integration-with-Wicket-6-tp4651891p4651905.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-11 Thread Emond Papegaaij
You will need the application. Without the application, it won't work. There are dozens of ways to pass the application to where you need it. For example, you could inject it using your favorite dependency injection framework, or you could pass it manually to the place where you need it. Best

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-11 Thread esajjkh
Thanks Emond, Where I can find the wicket-atmosphere 0.4-snapshot maven dependency? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/HazelCast-and-Atmosphere-Integration-with-Wicket-6-tp4651891p4651909.html Sent from the Users forum mailing list archive

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-11 Thread Emond Papegaaij
You can find all information about Wicket's downloads, repositories and scm on http://wicket.apache.org/start/download.html Best regards, Emond On Tuesday 11 September 2012 04:37:36 esajjkh wrote: Thanks Emond, Where I can find the wicket-atmosphere 0.4-snapshot maven dependency? --

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-11 Thread Martin Grigorov
Briefly, just add: repositories repository idApache Nexus/id urlhttps://repository.apache.org/content/repositories/snapshots//url releases enabledfalse/enabled /releases

HazelCast and Atmosphere Integration with Wicket 6

2012-09-10 Thread esajjkh
().get(MY_EVENT); bc.setUp(); eventBus= new EventBus(this,bc) //my broadcaster is registered with eventbus Am I missing anything? Thank you! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/HazelCast-and-Atmosphere-Integration-with-Wicket-6-tp4651891.html

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-10 Thread Emond Papegaaij
Hi, I don't know HazelCast, but the problem you are seeing is that EventBus.get() only works when the application is attached to the current thread. You either have to pass a reference to the EventBus to your broadcaster, or, if you have access to the Wicket Application, you can set it on

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-10 Thread esajjkh
Hello Emonds, Thank you for your help. Will you please enlighten your idea of attaching application with ThreadLocal with a code snippet? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/HazelCast-and-Atmosphere-Integration-with-Wicket-6-tp4651891p4651894.html

Re: HazelCast and Atmosphere Integration with Wicket 6

2012-09-10 Thread Emond Papegaaij
this message in context: http://apache-wicket.1842946.n4.nabble.com/HazelCast-and-Atmosphere-Integration-with-Wicket-6-tp4651891p4651894.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e