0 Replies Latest reply on Jun 21, 2005 6:00 PM by pablogra

    Regular SQL Call, but using JBoss Persistense manager to con

    pablogra

      I want to make a regular SQL call, say a select or insert, but I would like the JBoss server to manage the connection, so I don't have to keep a connections pool.

      I'm not using Entity beans, unly session beans.

      Any ideas?