Session Facade would be a good solution,
Thanks.
Type: Posts; User: rMedishetty; Keyword(s):
Session Facade would be a good solution,
Thanks.
Thanks for your response.
I'm was also thinking of having two flavors of service B one which is transactional and one which is non-transaction, this will solve my problem.
But this will...
I don't want to introduce manual Transaction Management as this will cause more confusion and I want both services to be executed in one Transaction context.
I was thinking of designing Such that...
Hi,
sorry if this is not right forum to post this question.
In one of my client's application I see this exception many times "Caused by: javax.resource.ResourceException: Transaction is not...
It was due to some issue with our in house JTA Transaction Manager.
Thanks,
Hi,
While spring container is destroying beans, It tries to shutdown the DefaultMessageListenerContainer and waits for indefinitate on line number 758 in the DefaultMessageListenerContainer class....