[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

2006-12-09 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | I'm not sure I fully understand the relationship between login-config.xml and client/auth.conf yet. I'm going to see if I can find more documentation on that. I have tried this both with an entry for SPDB in auth.conf and without an entry there, and it doesn't ma

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

2006-12-04 Thread [EMAIL PROTECTED]
>From the jmx-console, the SecurityConfig mbean is clearly set up with >LoginConfig set to: jboss.security:service=XMLLoginConfig And (again from the jmx-console) XMLLoginConfig has ConfigURL correctly pointing to: file:/opt/jboss/jboss-4.0.5.GA/server/default/conf/login-config.xml One question

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

2006-12-04 Thread [EMAIL PROTECTED]
Right - same problem (NameNotFoundException) after changing jboss.xml and jboss-web.xml to a security-domain of SPDB instead of "java:/jaas/SPDB"... I'm going to dig into that and see why login-config.xml is (seemingly) not being read. I'm not sure I fully understand the relationship between l

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

2006-12-03 Thread jaikiran
anonymous wrote : Should I be moving the EJB security-domain over to that as well? Yes you will have to change the jboss.xml as well. It should look like: | | SPDB | But going by the NameNotFound exception that you have mentioned i guess there something else that's failing. Let us

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

2006-12-02 Thread [EMAIL PROTECTED]
"jaikiran" wrote : | | Change it to: | | | | | | | | | | | SPDB | | | | | | | and give it a try. Ok - nice - that worked well! Thank you!!! One question on the next part. Now the error report from the jboss console says: 14:23:52,491 ERROR [JBossS

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

2006-12-01 Thread jaikiran
| | java:/jaas/SPDB | Change it to: | | | SPDB | and give it a try. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990727#3990727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990727