Hi All, I want to control transaction in a servicemix-bean SU. I am trying to talk to multiple endpoints from a bean. The problem is when I get a DONE from one of the endpoints without an error, transaction with that endpoint is committed by default..
But I want to club multiple endpoint interactions in a transaction. Is this possible?? If yes, how can I get the transaction manager?? I can not use the following line of code as mentioned @ http://servicemix.apache.org/transactions.html TransactionManager tm = (TransactionManager) getContext().getTransactionManager(); Any ideas..how to get the component context in a bean-su. Am I missing something???? Regards, Rabi Mishra The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
