Hi all,
As i know from smx 3.3/4 the plain old ( and very good ) scripting
component, will
be replaced by servicemix-scripting.
I know it's better because it's standard and so on, but i've still some
doubt about this one.
In particular with the old component ( the lighteight one ) i was able
to do something like:
Start -> Script1 -> Script 2-> End
Where all the transition represent InOnly Exchange. This was provided by
the TransformComponentSupport class where in the groovy code i was able
to get the output message and to set the content into.
Maybe i'm wrong but looking at the code of the new component, when this
one receives
an InOnly Exchange only the done message is sent back.
At this point the better solution for me is to port the old grrovy code
to support servicemix-bean??? Any idea???
Any idea??