[JBoss-user] Datasource Urgent!!

2003-04-04 Thread Gabriel Pinto
How can I prevent a DataSource JNDI, deployed inside an application ear, from being accessed from all others applications? Thanks Gabriel --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB

Re: [JBoss-user] Datasource Urgent!!

2003-04-04 Thread David Jencks
You can't bind it only locally in jndi. If you really need to protect yourself against other apps in the same server... which I think is unrealistic... don't provide a default user/pw in the ds config, and use an LoginModule for each app to supply the (secret) user/pw. david jencks On