[jboss-user] [JBoss Messaging Users] - Re: JSMSecurityException on my queue (EJB 3)
wolfc
do-not-reply at jboss.com
Mon Aug 31 17:50:56 EDT 2009
Alternatively enable tracing on org.jboss.security and get the real exception.
catch(LoginException e)
| {
| // Don't log anonymous user failures unless trace level logging is on
| if( principal != null && principal.getName() != null || trace )
| log.trace("Login failure", e);
| authException = e;
| }
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252711#4252711
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252711
More information about the jboss-user
mailing list