[JBoss-user] [Security & JAAS/JBoss] - Re: No access when roles defined in database

2005-10-13 Thread lduperval
And, I found it. It's a class loader issue. Another ear was using older 
versions of the classes mentioned above and they were being found by JBoss 
before the ones I had modified.

L

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: No access when roles defined in database

2005-10-13 Thread lduperval
I've been doing more debugging. I added tracing for struts actions and I see 
this:

2005-10-13 11:09:10,466 DEBUG 
[org.apache.catalina.authenticator.AuthenticatorBase]  Successfully passed all 
security constraints

2005-10-13 11:09:10,466 TRACE 
[org.jboss.web.tomcat.security.SecurityAssociationValve] action, runAs: null

2005-10-13 11:09:10,466 DEBUG [org.apache.catalina.core.StandardWrapper]   
Returning non-STM instance

2005-10-13 11:09:10,466 DEBUG [org.apache.struts.action.RequestProcessor] 
Processing a 'GET' for path '/MainComponentMainMenu'

2005-10-13 11:09:10,466 DEBUG [org.apache.struts.action.RequestProcessor]  
Looking for Action instance for class 
com.fleetmind.tmeui.application.presentation.MainComponentMainMenu

2005-10-13 11:09:10,466 DEBUG [org.apache.struts.action.RequestProcessor]   
Creating new Action instance

2005-10-13 11:09:10,481 INFO  [org.apache.struts.util.PropertyMessageResources] 
Initializing, config='org.apache.struts.actions.LocalStrings', returnNull=true

2005-10-13 11:09:10,481 DEBUG [org.apache.struts.action.RequestProcessor] 
processForwardConfig(ForwardConfig[name=success,path=/MainComponentMainPage.jsp,redirect=false,contextRelative=false])

Notice how a call is made to create a new Action instance, but the new instance 
is actually never started. I don't understand why it does that.

L

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user