2 Replies Latest reply on Jul 9, 2008 4:59 PM by pmuir

    exception in @Create always rolls back transaction?

    nickarls

      Hi,


        I have a @Create method that does some stuff that can cause exceptions. I've tried wrapping everything in my @ApplicationException annotated exception but even that one gets wrapped in an InstantiationException (which causes a transaction rollback).


      Can this be avoided?