[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2008-08-14 Thread smjain
I am able to deploy the WS-Eventing samples but when I run the Sysmon sample test case I am getting errors in logs. Testsuite: org.jboss.test.ws.jaxws.samples.wseventing.SysmonTestCase Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 7.029 sec Testcase: testSubscribe took 1.609 sec

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2008-08-12 Thread smjain
Hi Manu, I am trying to setup WS-Eventing on JBoss WS 2.0.3 Can you please let me know of the steps..I am not able to do it from what is mentioned on wiki Regards Shashank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170125#4170125 Reply to the post :

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2007-02-04 Thread [EMAIL PROTECTED]
Yes, tell us what you have come up with when it's working... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010973#4010973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4010973

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2007-02-01 Thread moensie
Aha, I should use remoting. Funny actually. I already got started on a pure JBoss remoting solution. I threw out the webservice eventing and added a register/ deregister method to my existing webservice (a plain synchronous one). In the register method I add the address to a list and

[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2007-01-19 Thread [EMAIL PROTECTED]
Eventing uses the remoting subsystem to send notifications. It should be possible to to trigger a, let's socket invocation by passing an according remoting URL within the EPR. In order to consume this on the client side, your swing app would need set up a corresponding server socket. See