You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by EL AKARI Mehdi <me...@hotmail.com> on 2003/09/26 19:24:08 UTC

How to create a savepoint in "BC4J transaction" from a struts Action

Hello,
I need to create a kind of savepoint in a transaction object in BC4J 

[    BC4JContext context = BC4JContext.getContext(request);
     context.getApplicationModule().getTransaction()."savepoint()"  ]
but it  seems to me that it doesn't exist!!
How can I do this.
Thanks for help    
Mehdi