1 Reply Latest reply on Jan 7, 2006 10:03 PM by mhassel

    JBoss-mysql connection depending on login?

    mhassel


      I would like my JBoss to connect to different mysql databases depending on the login username. How would I do this?

      Thanks for any hints...

      Maik

        • 1. Re: JBoss-mysql connection depending on login?
          mhassel

          Ok, let me be a bit more specific: Our (ejb based) application is accessed by multiple clients. Each client is identified by a "username" (=licence number). Each client has its own database.
          I would like to enable the JBoss installation to connect to the right database depending on the clients licence number...