[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS authentication using a MySQL database ?

2005-03-11 Thread [EMAIL PROTECTED]
See the jndi section in the admin/devel guide. You need to use the jboss-web.xml/jboss.xml descriptors to map the j2ee deployment descriptor reference to a jndi name. http://www.jboss.org/docs/index View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869835#38698

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS authentication using a MySQL database ?

2005-03-08 Thread neorozwel
Ok, I may have found a hint but it's not a solution. Thanks to people from Orbeon, I realized that as my database was bound under java:comp/env, I might need to declare it as a resource-ref in web.xml. So I added the following element to web.xml : | | DataSource | jdbc/M