4 Replies Latest reply on Jun 16, 2014 3:34 PM by fuinhaazul

    How to identify user editing the database (the application user) ?

    fuinhaazul

      Hi

       

      I have a question that hunts me for years.

      Normally on JEE development we use a connection pool on a single database user.

      But everybody ask me about how to identify the web application user that is really doing stuff on the database. If there is 500 users, they want to know who they are. The solution could be only for Oracle.

       

      There is any way to do this on Wildfly? Maybe implementing my own connection pool manager? But, how to get the aplication user there?

       

       

      Really thanks for any help.