java - Database transactions logging in ejb 2.0 -
i need re-designing application. explain scenario. application built on ejb 2.0 , oracle.
during transaction(x) @ nth step there exception serialize required object in catch block , start new transaction(y) after specified time period nth step. while reaching nth step transaction (x) had performed db updates/inserts/deletes . these rolled transaction (x). want log of updates , re perform our new serialized object in 1 step . can suggest way ??
there no support in ejb programming model recording , playing sequence of events. have build infrastructure track yourself.
Comments
Post a Comment