No there isn't. By default you specify a user/password on the data source deployment then anybody in the container can use it.
You can setup a datasource to use the CallerIdentityLoginModule this would pass the user/password from the ejb/servlet through to the database. It is on my TODO list to containerize the connection factory proxies and the objects they create such that you can add custom interceptors like this security requirement. The simplest way to do with the current architecture would be to modify the CachedConnectionManager when it is told to register a connection for an application. But this is not really the purpose of this service. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829834#3829834 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829834 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
