What do you mean by "My component" ? is it another component (based on servicemix-bean for exemple), or just a POJO directly call by CXF-BC (or CXF-SE) ?
Regards JB On Friday 28 November 2008 - 17:33, Gianfranco Boccalon wrote: > Hello, > I have a very simple process composed as follows: > > CXF-BC Consumer->My component > > The MEP is InOut. > The problem is that the CXF send too many messages to my component. > I used a listener to see the messages sent. > > The messages are: > > ------ FIRST MESSAGE (from CXF to my component, only "in" message > contained in the exchange) ----- > INFO - SimpleExchangeListener - Status: Active > INFO - SimpleExchangeListener - InOut[ > id: ID:192.168.20.106-11de3ccb3eb-4:1 > status: Active > role: consumer > > ------ SECOND MESSAGE (from my component to CXF, same exchange with > "out" message, in addition to "in" message) ----- > > INFO - SimpleExchangeListener - Status: Active > INFO - SimpleExchangeListener - InOut[ > id: ID:192.168.20.106-11de3ccb3eb-4:1 > status: Active > role: provider > > ------ THIRD MESSAGE ----- <---- WHAT IS THIS ?? (This message is sent > by CXF, the exchange is the same of second message, but the role changed > from provider to consumer. The JBI InOut MEP specification doesn't say > anything about this message) > > INFO - SimpleExchangeListener - Status: Active > INFO - SimpleExchangeListener - InOut[ > id: ID:192.168.20.106-11de3ccb3eb-4:1 > status: Active > role: consumer > > ------ FOURTH MESSAGE (This is the DONE message sent by the CXF to my > component )----- > > INFO - SimpleExchangeListener - Status: Done > INFO - SimpleExchangeListener - InOut[ > id: ID:192.168.20.106-11de3ccb3eb-4:1 > status: Done > role: consumer > > > Any idea ? > -- > > *Gianfranco Boccalon, PMP* > ______________________________________ > <www.spagoworld.org> > > Spago&Spagic Project Leader > ______________________________________ > > Senior Consultant > Architectures & Consulting > Research & Innovation Division > *Engineering Ingegneria Informatica S.p.A. > * > Corso Stati Uniti, 23/C - 35127 Padova - Italy > Phone: +39-049.8692511 Fax:+39-049.8692566 > Mobile: +39-3357813507 > > *www.eng.it www.spagoworld.org* > > > > -- Jean-Baptiste Onofré (Nanthrax) BuildProcess/AutoDeploy Project Leader http://buildprocess.sourceforge.net [EMAIL PROTECTED] PGP : 17D4F086
