You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Greg Lucas <gr...@glucas.net> on 2009/06/29 20:50:44 UTC

ServiceMixClient in smx4?

Just happened to notice while looking at some unit test issues that
the DefaultServiceMixClient (which is used by lots of component unit
tests) does not exist in smx4. Was it dropped intentionally?

-- 
Greg

Re: ServiceMixClient in smx4?

Posted by Guillaume Nodet <gn...@gmail.com>.
You have a client for the NMR.  The JBI client has not been ported,
but it's not much more than the plain ComponentContext ...
Additionally, we can't port the remote client which is heavily
dependant on the JMS flow, so not really sure if we need to port it to
smx4.

On Mon, Jun 29, 2009 at 20:50, Greg Lucas<gr...@glucas.net> wrote:
> Just happened to notice while looking at some unit test issues that
> the DefaultServiceMixClient (which is used by lots of component unit
> tests) does not exist in smx4. Was it dropped intentionally?
>
> --
> Greg
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: ServiceMixClient in smx4?

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Greg,

It's right that the only ServiceMix client implementation that I can see 
is in SMX 3.3. It's the one used into components to unit tests for example.

I think that ServiceMix client (interface and implementation) should be 
moved into servicemix-utils which is shared by SMX3 and SMX4.

I will discuss with the team on this topic and raise a jira task to make 
the move.

Regards
JB

Greg Lucas wrote:
> Just happened to notice while looking at some unit test issues that
> the DefaultServiceMixClient (which is used by lots of component unit
> tests) does not exist in smx4. Was it dropped intentionally?
>