Hi.
i am try to do the following:
i have transactionManager ATrxMng that creates entity of type A.
in addition i have transactionManager BTrxMng which creates entity of type B.
Entity B need to...
Type: Posts; User: eranlevi76; Keyword(s):
Hi.
i am try to do the following:
i have transactionManager ATrxMng that creates entity of type A.
in addition i have transactionManager BTrxMng which creates entity of type B.
Entity B need to...
Is there any other way? I planned my error handler to send all the error messages to another aggregator which will collect them and , for example, will send them in email.
I do not want them to go...
One more question:
I have developed as i mentioned above my own ReleaseStartegyBean.
when a message is added to the channel that the Aggregator is listening to, my ReleaseStartegyBean is being...
Hi Oleg,
i am trying to create my own Releese startegy nean, but when i load my application, i get the following error.
what am i doing wrong?
Caused by: java.lang.IllegalArgumentException:...
Thanks a lot Oleg!
really didnt expect to get answers that soon!
i am going to try and implement a new release startegy.
Thank for the quick reply!
i didnt mean the errors should go to the Aggregator, but the other messages which have been processed by the service activator (merchantReporterServiceActivator) that...
Hi,
i am sort of new to Spring integration, and facing the following problem.
i had set up a channel (merchantErrorChannel) that will pick up all the errors that are thrown from the...