web services - Java EE: Perform one database transaction in two webservice calls -
I'm working on the Java EE application hosted in Weblogic (10.3.4.0) I use UserTransense for running a database operation for a Oracle database. Operation by calling a webservices call from a C ++ client I have two webservices that I would like to act as a atom operation , I.e. rollback in the initial position if an exception occurs during the second website call Note: I can not merge two webservices at once. I tried with the first container-based transaction , but it does not seem like I can not control when the commit is done (I do not want these two servers I am currently trying for state-wide beans, but I have not found a piece of solution yet, all the webservices are stateless, should anyone get some advice on my problem, or any sign that shows it Is not possible? thanks you ws-transaction / ws-coordination Module or service compensation may be required.
Comments
Post a Comment