0 Replies Latest reply on Feb 12, 2009 6:52 AM by beguine

    Ejb Remote and Transaction

    beguine

      I have two JVM:
      1) jboss with EJb
      2) Web Application with Tomcat

      Its possible to manage transactions in second JVM (where is present Tomcat)?
      Example:
      1) start transaction
      2) first insert with remote ejb
      3) second insert with remore ejb
      4) commit or rollback

      Thanks,
      Luca