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

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -