5 Replies Latest reply on Apr 27, 2007 4:37 PM by peterj

    Need custom DataSource to support internal password service

    mamsterla

      Our company has developed a token based password service by which a server token and login token are resolved to a server name/port and a user name/password.

      I wanted to extend the LocalTxDataSource so that I can use a custom class that takes the two tokens as described, calls the service and then passes them to the supplied LocalTxDataSource (filling in the connectionURL, username, password attributes).

      I know how to do this for Tomcat, but am a JBoss novice and needed some ideas on how to best do this. Because of the server part, we cannot use the Encrypted password examples that use a LoginService. I am targeting JBoss 4.0.5.

      Any help greatly appreciated.