When I use my little security system I connect to the DefaultDS ...

then in my login.class I  ...


  | try{
  |             Class.forName("com.mysql.jdbc.Driver").newInstance();
  |             con = DriverManager.getConnection(
  |                                  "jdbc:mysql://localhost/" + database +
  |                                  "?user=uncle&password=jesse");
  | 
so I only have one jndi name but multiple databases ... I'm just trying to do 
something like this with the jboss security ?


thanks for the reply 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904212#3904212

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904212


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to