0 Replies Latest reply on Mar 17, 2003 6:41 PM by rkite01

    Force Connection to assume another user.

    rkite01

      Is there a way to get JBoss JDBC connections to assume a specific user possibly from the principle? In many client/server systems a databases built in logging is used to track who initiated an action.

      In EJB systems there is not a one to one relation between a connection and a user so using database transation logging is crippled. Most databases allow a connection to temporarily assume a user. Is there a way to configure JBoss to make connections assume their current user/principle?