Dan, I'd be interested more in knowing abt Eclipse RCP receiving WS-Notifications. Can you shed more info about it?
~Srini -----Original Message----- From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 8:18 AM To: [email protected] Subject: RE: SimpleNotificationConsumer Opening a socket and doing the HTTP parsing for you would lead us down the road of writing our own little web server (we may not call it a web server, but if it's opening a TCP/IP socket, parsing HTTP headers, and handling requests based on message content, that's really what we have). Since a lot of other people have already done this and solved all of the tricky bugs that crop up when trying to write a robust web server, we'd rather rely on their work. In the case of receiving notifications from a traditional app, have you considered using OSGi for deployment and Eclipse's RCP for GUI/other app development? We did this for some of our tooling in Eclipse TPTP - it's a normal Eclipse IDE, but part of it can receive WS-notifications for logging/display. Other users encountered this before and I think some more info was posted to the list. Here's my initial findings: http://marc.info/?l=muse-user&w=2&r=1&s=OSGi+notification&q=b Dan "Callner, David A." <[EMAIL PROTECTED]> wrote on 05/09/2007 01:23:45 PM: > I was under the impression that the SimpleNotificationConsumer would > open up a socket and listen for me. Why does it have to be a web > server? Many clients of a Producer may not be web servers. Just like > clients of Axis2 servers do not have to be web servers. > > -----Original Message----- > From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 12:16 PM > To: [email protected] > Subject: RE: SimpleNotificationConsumer > > If you don't have *some* kind of web server present (even if it's a > homegrown piece of code that listens on a socket), how are you going to > > receive and parse the notifications? > > Dan > > > > "Callner, David A." <[EMAIL PROTECTED]> wrote on 05/09/2007 11:23:05 > AM: > > > So I can't have a Consumer that's NOT a servlet. I just want to have > a > > Consumer that is a stand alone Java Application. No Web Server for > the > > Consumer. > > > > -----Original Message----- > > From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 09, 2007 10:13 AM > > To: [email protected] > > Subject: RE: SimpleNotificationConsumer > > > > The SNC is one capability in a consumer resource - to make an EPR for > > the > > consumer resource, you want to follow the instructions at the bottom > of > > > > this page: > > > > > > http://ws.apache.org/muse/docs/2.2.0/tutorial/08-test-client.html > > > > If you generated the consumer resource with wsdl2java and have not > > modified it at all, just making an EndpointReference object with the > > right > > address (URI) will work. If you have multiple instances of the > consumer > > > > resource[1], you'll need to use EndpointReference.addParameter() to > > complete the EPR. > > > > Dan > > > > [1] Instructions here: > > > > > > > http://ws.apache.org/muse/docs/2.2.0/manual/how-to/create-resource-pers > > istence.html > > > > > > "Callner, David A." <[EMAIL PROTECTED]> wrote on 05/09/2007 07:23:05 > > AM: > > > > > I am, but I want the EPR to be a SimpleNotificationConsumer. > > > > > > -----Original Message----- > > > From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, May 08, 2007 3:43 PM > > > To: [email protected] > > > Subject: Re: SimpleNotificationConsumer > > > > > > I believe you want to use the NotificationProducerClient to > > subscribe() > > > to > > > notifications from a producer. In the call to subscribe(), you can > > > specify > > > the EPR of the consumer, which may or may not be the piece of code > > that > > > is > > > calling subscribe(). The NotificationConsumer just processes > messages > > > that > > > are sent once the subscription is in place. > > > > > > Dan > > > > > > > > > "Callner, David A." <[EMAIL PROTECTED]> wrote on 05/08/2007 > 03:39:29 > > > PM: > > > > > > > I'm trying to use the SimpleNotificationConsumer but when I go to > > > > subscribe the consumer to a producer I need the URI and it > returns > > > > null. How can I use the SimpleNotificationConsumer and subscribe > > to > > > a > > > > producer with it? > > > > > > > > David Callner > > > > Senior Software Systems Engineer > > > > The MITRE Corporation > > > > Center for Advanced Aviation System Development > > > > 7515 Colshire Dr. > > > > McLean, VA. 22102 > > > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > 703.983.6431 (work) > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
