Hi, I've written a SA which controlles a folder for incoming messages. If there is one it delivers it to a pipeline unit which transforms it and writes it back to the filesystem.
Structure: ------------ controller sa: - file poller su - EIP pipeline su - saxon su - file sender su First of all I tried to create a new file su for the file sender but this hasn't work. I got a error message which says something like:"no deployer found" or something like that. Then I copied the file sender in the same file as the file poller and all works fine. Structure now: ------------------ controller sa: - file poller/ file sender su - EIP pipeline su - saxon su So my question is: Are there any limitations that me don't allow to have more then one su from one type in one SA? (both SU's which I first tried to use had different names). Best regards /Steffen -- View this message in context: http://www.nabble.com/Some-questions-on-SU%27s-and-SA%27s-tp16025203s12049p16025203.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
