[JBoss-user] [Installation & Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2004-11-16 Thread edallez
oops again. It doesn't work with 3.2.7 either. My mistake. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855415#3855415 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855415 --

[JBoss-user] [Installation & Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2004-11-16 Thread edallez
It didn't work with the general release of 4.0.0 either. And I had the same problem with 3.2.6. It does work, however, with 3.2.7. I have not tried 4.0.1 yet but I wonder if this is somehow related to the jdk1.5.0 problems in both releases (yes, I am using 1.5.0) View the original post : http:

[JBoss-user] [Installation & Configuration] - JBoss 4: bug in SecurityAssociationValve?

2004-10-13 Thread edallez
I have been having a problem getting JBoss 4 to see my custom login modules. I traced through the source code, and what is happening is that there is an error in SecurityAssociationValve on line 146: AuthenticationManager securityMgr = (AuthenticationManager) securityCtx.lookup("s

[JBoss-user] [Installation & Configuration] - login-config problem with JBoss 4 Java 5

2004-10-08 Thread edallez
Hi. I am having a strange problem with my login module using JBoss 4 and Java 5. I have a custom login module defined in a policy in login-config.xml. The web.xml file for my app refers to it in the tag. The Security section of jboss-service.xml is correctly configured with respect to SecurityCo