0 Replies Latest reply on Dec 11, 2007 7:00 AM by guix

    Jdbc enrollment in Stateless session bean

    guix

      I need to make changes through the same datasource in a Stateless saession bean to Entity beans and also some tables that do not have (and will not have) entity beans associated, thus I need to use jdbc.
      Again, both through the same Datasource.

      Looks like vene I get a jdbc connection through a lookup, jboss does not enroll the jdbc connection in the same transaction as the session bean.
      Why not?

      Thanks and best regards