any two phase commit solution in java application
843854Mar 11 2003 — edited Mar 16 2003Hi,
I want to handle a two phase commit protocol in my stand alone java application.
so that i can ask the database to "prepare" and if "prepared" response comes from all of them then i can fire a "commit" .One more thing is that insert,prepare and commit has to happen in different method calls,may be after a long time.so i need to store these transactions somewhere.. does any body has any idea on this..
I would like to explain more if needed...
help please thro your experience and knowledge..
Akhil