Search:

Type: Posts; User: fuad; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,965

    Hi Thomas, Thanks a lot for tips. Yes, I'm...

    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...
  2. Re: AbstractTransactionalSpringContextTests -TX Not Rolled B

    Hi,

    I have similar problem. Have a look here: http://forum.springframework.org/showthread.php?t=17682, maybe it helps.

    Fuad.
  3. Replies
    3
    Views
    1,965

    Re: @Transactional annotation and tests.

    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...
  4. Replies
    3
    Views
    1,965

    @Transactional annotation and tests.

    Hi,

    Seems default rollback rule in AbstractTransactionalSpringContextTests doesn't apply when class under test is annotated by @Transactional.

    In my logs I have:


    DEBUG...
  5. Replies
    5
    Views
    2,802

    Thanks a lot, Keith. Fuad.

    Thanks a lot, Keith.

    Fuad.
  6. Replies
    5
    Views
    2,802

    Hi Keith, Thanks a lot for your response. I...

    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...
  7. Replies
    5
    Views
    2,802

    Subflow error management and return values.

    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...
Results 1 to 7 of 7