This property should be already set. This is done in servicemix-common AsyncBaseLifeCycle class IIRC, so you should not worry about this one.
On Mon, Apr 7, 2008 at 4:58 PM, Andrea Zoppello <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying to develop a base smx bean deployable pojos reflecting the > features of the old > TransformComponentSupport class. > > It seems to be very easy, but i still have two problems that i do not > understand very well > > 1) when i'm going to deploy a smx-bean, which value have the service and > the endpoint attributes?? > One of the problem i've is on that line of TransformComponentSupport: > > outExchange.setProperty(JbiConstants.SENDER_ENDPOINT, getService() + ":" + > getEndpoint()); > > Any idea?? > > Obviousvly if i'll sove my problem i'm going to contribute my class to smx > community :-) > > Andrea > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
