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