Hi all,
I'm studying if it's possible to port some "custom components" that we
developed as
"Lightweigh components" to "pojo exposed in servixemix bean su".
I've two problems:
1) Most of my components extends the class TransformComponentSupport,
that is very
useful for exchange handling, copying properties, attachments and so on.
2) I use frequently in servicemix.xml in the lw.su the attribute
"destinationService".
I've look at servicemix bean and it seems that here i need to use
the @ExchangeTarget
annotiation with Destination property, but in my point of view it's
quite better to specify
the destination in the xml file ( xbean.xml )
Is there some way to do that??
Andrea Zoppello