RE: WS-Notification

2011-04-22 Thread rvasisht
Hello Matthieu, Guillaume, All - I just installed ServiceMix 4.3 locally and am brand new to open source ESBs after spending the past several years with COTS (e.g. webMethods, IBM MQ). I'd like to implement a very basic WS-Notification use case and wanted to get your advice on where to start

Re: WS-Notification

2011-04-21 Thread rvasisht
Hello Matthieu, Guillaume, All - I just installed ServiceMix 4.3 locally and am brand new to open source ESBs after spending the past several years with COTS (e.g. webMethods, IBM MQ). I'd like to implement a very basic WS-Notification use case and wanted to get your advice on where to start

ws-notification from c# language

2011-01-27 Thread fabrizio
Hello, I have this problem: if I want to write a C# console application ( as a client program to send ws-notification message to Servicemix ESB), by visual studio 2008 (.NET 3.5), I add (to console application) a web reference of the web service related to servicemix ESB address. Then it seems

Re: WS-notification via HTTP client problem

2011-01-13 Thread Massimiliano Guillaro
s for your interest Regards Massimiliano -- View this message in context: http://servicemix.396122.n5.nabble.com/WS-notification-via-HTTP-client-problem-tp3339606p3339910.html Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: WS-notification via HTTP client problem

2011-01-13 Thread Matthieu Cormier
Hello Massimiliano, The information in this bug I filed may help: https://issues.apache.org/jira/browse/SM-2033 I've been able to get WS-notification working on version 3 with some modification to Servicemix due to a bug, but have been unsuccessful in getting ws-notification working in ve

WS-notification via HTTP client problem

2011-01-13 Thread Massimiliano Guillaro
t i wrong? Do i have to change somethings in the wsn.xml example? I'm newbie so please help me. Thanks MG -- View this message in context: http://servicemix.396122.n5.nabble.com/WS-notification-via-HTTP-client-problem-tp3339606p3339606.html Sent from the ServiceMix - User mailing list archive at Nabble.com.

RE: WS-Notification

2011-01-04 Thread Matthieu Cormier
Hello Guillaume, I've documented this issue as SM-2033. https://issues.apache.org/jira/browse/SM-2033 Matthieu, -Original Message- From: Guillaume Nodet [mailto:gno...@gmail.com] Sent: Wednesday, December 22, 2010 6:09 AM To: users@servicemix.apache.org Subject: Re: WS-Notificati

Re: WS-Notification

2010-12-22 Thread Guillaume Nodet
I guess WS-Notification has not been well tested in 4.2, but I'm sure we can work on fixing those problems. On Thu, Dec 16, 2010 at 20:49, Matthieu Cormier wrote: > Hello all, > > I've been experimenting with the WS-Notification support in servicemix 3.3.2 > and am n

WS-Notification

2010-12-16 Thread Matthieu Cormier
Hello all, I've been experimenting with the WS-Notification support in servicemix 3.3.2 and am now testing it in 4.2.0. This begs the question, how stable is 4.2.0? I've stuck with 3.3.2 thus far because the wsn-http-biding example is not part of the examples provided in 4.2.0 di

Re: Solved - had to use Java 1.5 (Re: Problem running "WS-Notification Clustered example" - javax.naming.NameAlreadyBoundException)

2009-09-24 Thread Gert Vanthienen
yet, but the "NameAlreadyBoundException" was > just a warning and not a blocking problem. Do notice that I didn't stumble > upon any extra exceptions it just hanged. > > Brgds > Brian > > > [1] http://servicemix.apache.org/getting-started.html > > >

Solved - had to use Java 1.5 (Re: Problem running "WS-Notification Clustered example" - javax.naming.NameAlreadyBoundException)

2009-09-23 Thread Brian Nielsen
any extra exceptions it just hanged. Brgds Brian [1] http://servicemix.apache.org/getting-started.html Brian Nielsen wrote: Hi users@servicemix.apache.org I'm trying to run the "WS-Notification Clustered example" ( http://servicemix.apache.org/ws-notification-clustered.ht

Problem running "WS-Notification Clustered example" - javax.naming.NameAlreadyBoundException

2009-09-21 Thread Brian Nielsen
Hi users@servicemix.apache.org I'm trying to run the "WS-Notification Clustered example" ( http://servicemix.apache.org/ws-notification-clustered.html ) but have only failed so far and would be very happy if someone could help me. I run upon "javax.naming.NameAlreadyBoun

ServiceMix WS-Notification example

2009-07-30 Thread nmadzharov
Hello, I am currently trying to deploy a publisher subscriber system with a broker. I have deployed wervicemix-web in Tomcat and am looking into the WS-Notification Clustered example. How can I deploy that one into Tomcat? What I really want to achieve is to post Topics on the service and the

WS-Notification outside JBI bus

2009-05-11 Thread Diefenbach Anne
Hi, I think I need some help figuring out how to implement a WS-Notification producer and consumer outside the JBI bus. I have a feeling I'm just being particularly dense, but every time I think I have a handle on it, doubts raise their head. In general, a WS-Notification consumer is j

Re: ws-notification limitations

2009-04-22 Thread Guillaume Nodet
ifications are not safe to be used  for >>> production? >>> Can other users please share their experiences. Thanks. >>> -- >>> View this message in context: >>> http://www.nabble.com/ws-notification-limitations-tf2290726.html#a6362005 >>> Sent f

Re: ws-notification limitations

2009-04-22 Thread ObjectOrange
> this >> be fixed ? I think ws-notifications are not safe to be used for >> production? >> Can other users please share their experiences. Thanks. >> -- >> View this message in context: >> http://www.nabble.com/ws-notification-limitations-tf2290726.html#a

Re: WS-Notification(wsn2005 component): MessageContent Filter is not working

2009-04-22 Thread ObjectOrange
based on Message content using Xpath > expressions. > > It does not seem to work as specified in WS-Notification document. > > Two observations: > > (1) according to my reading of the WSN standard, both TopicExpression and > MessageContent filters are optional and not depend o

servicemix ws-notification doesn't support async messaging ?

2009-01-09 Thread Zhao Jerry-JZHAO2
Dear Sir/Madam, I am considering to use Servicemix ws-notification for the following use cases: Client1 (JAVA code) --> send message to Topic Client2 (C++ code) <--- Get message from Topic Client3 (C++ code) <--- Get message from Topic Client4 (C++ code)

WS-Notification(wsn2005 component): MessageContent Filter is not working

2009-01-05 Thread ilyas_asg
Hello, I am looking into using wsn2005 engine and interested in using MessageContent Filter - filtering based on Message content using Xpath expressions. It does not seem to work as specified in WS-Notification document. Two observations: (1) according to my reading of the WSN standard, both

Re: ws-notification example on three different nodes

2008-01-16 Thread Guillaume Nodet
s? three different service mix > > instances? > > > > > > martymusk wrote: > >> > >> Hy, can somebody help me please? > >> > >> I'd like to run ws-notification example (instance1, instance2, > instance3) > >> on three different no

Re: ws-notification example on three different nodes

2008-01-16 Thread Lukasz L.
; >> >> martymusk wrote: >>> >>> Hy, can somebody help me please? >>> >>> I'd like to run ws-notification example (instance1, instance2, >>> instance3) on three different nodes. >>> It's possible? >>> &g

Re: ws-notification example on three different nodes

2008-01-16 Thread martymusk
rent service mix > instances? > > > martymusk wrote: >> >> Hy, can somebody help me please? >> >> I'd like to run ws-notification example (instance1, instance2, instance3) >> on three different nodes. >> It's possible? >> >> If ye

Re: ws-notification example on three different nodes

2008-01-16 Thread Lukasz L.
what do you mean by three different nodes? three different service mix instances? martymusk wrote: > > Hy, can somebody help me please? > > I'd like to run ws-notification example (instance1, instance2, instance3) > on three different nodes. > It's possible? >

ws-notification example on three different nodes

2008-01-14 Thread martymusk
Hy, can somebody help me please? I'd like to run ws-notification example (instance1, instance2, instance3) on three different nodes. It's possible? If yes, how can I do? I'm working into Eclipse enviroment. I hope you can help me! Thank you in advance. Martina -- View this mes

Re: ws-notification example on three node

2008-01-11 Thread martymusk
I must modify xml files? Help me please... Thank you very much Martina martymusk wrote: > > Hy, I'm working with ws-notification example, > I'd like to run ws-notification example on three different node. > I've runned instance1 on first node, instance2 on se

Re: ws-notification example on three node

2008-01-11 Thread martymusk
Hy, I'm working with ws-notification example, I'd like to run ws-notification example on three different node. I've runned instance1 on first node, instance2 on second node, but when I run instance3 on third node, the following error occurs: TransportServerThreadSupport 72

ws-notification example on three node

2008-01-11 Thread martymusk
-- View this message in context: http://www.nabble.com/ws-notification-example-on-three-node-tp14758359s12049p14758359.html Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: Job ws-notification

2007-11-19 Thread Bruce Snyder
On Nov 19, 2007 2:48 AM, martymusk <[EMAIL PROTECTED]> wrote: > > Hi, > in ws-notification example what is the job that is runned by execute() > method of ServiceMixJob class? I believe what you need is in this file: http://svn.apache.org/viewvc/servicemix/trunk/distributions

Job ws-notification

2007-11-19 Thread martymusk
Hi, in ws-notification example what is the job that is runned by execute() method of ServiceMixJob class? Can somebody help me please? Thank you. Martina -- View this message in context: http://www.nabble.com/Job-ws-notification-tf4834437s12049.html#a13830620 Sent from the ServiceMix - User