Hi Thomas,
Thanks a lot for tips.
Yes, I'm using Oracle. Enabling/disabling trigger through separate connection will not work for me, because I need that it happens in particular transaction...
Type: Posts; User: fuad; Keyword(s):
Hi Thomas,
Thanks a lot for tips.
Yes, I'm using Oracle. Enabling/disabling trigger through separate connection will not work for me, because I need that it happens in particular transaction...
Hi,
I have similar problem. Have a look here: http://forum.springframework.org/showthread.php?t=17682, maybe it helps.
Fuad.
I have figured out the reason of commit. In my DAO I have HibernateCallback doing session.connection() and running SQL (enable and disable trigger). That's why transaction is commited instead of...
Hi,
Seems default rollback rule in AbstractTransactionalSpringContextTests doesn't apply when class under test is annotated by @Transactional.
In my logs I have:
DEBUG...
Thanks a lot, Keith.
Fuad.
Hi Keith,
Thanks a lot for your response. I got what I missed. I have to add error end-state and make transition on error to that end state in "retrieveAction". Like I would do it for any kind of...
Hi guys!
How should I handle errors in subflows? Let say I catch exception during executing the action in subflow. Should I explicitly define transition to the end-state on="error" in this action...