0 Replies Latest reply on Jul 31, 2006 8:51 AM by peyrusaubes

    Data Access Layer / No entity

    peyrusaubes

      Hello,

      A session EJB acts as a facade in front of a data accass layer. this layer
      is implemented as pure JDBC and Java code. how to be sure that all the
      database modification in my data access layer will be associated with the transaction demarcated in my session ejb ? how to get the db' connexion ? the jdbc driver must support XA whereas the transaction is local ?

      Thank you