HI All,
I am trying to save name, address, email information using Hibernate...sometimes there is an exception thrown by Hibernate, this causes JBoss to rollback the full transaction! I do not want this to happen, if there is a Hibernate exception while saving email... then I just want the email bit to rollback not the entire, name, address, email to rollback -which is what JBoss does. I do have a try-catch block around the save operation and even though the exception is caught, Jboss still continues with the rollback.
Does anybody have any suggestions as to how I can implement this?
Many thanks.