[JBoss-user] [Security & JAAS/JBoss] - Re: What is this JBossGenericPrincipal that keeps getting st

2005-09-07 Thread [EMAIL PROTECTED]
It looks like some place in your code the caller's Subject has been stored as a session attribute. The Subject contains the JBossGenericPrincipal. If your application needs access to the Subject, another approach may be to use the SecurityAssociationValve, which binds the Subject to the request

[JBoss-user] [Security & JAAS/JBoss] - Re: What is this JBossGenericPrincipal that keeps getting st

2005-09-07 Thread DrPizza
2005-08-30 19:36:29,217 INFO [STDOUT] java.io.NotSerializableException: org.jboss.web.tomcat.security.JBossGenericPrincipal | 2005-08-30 19:36:29,217 INFO [STDOUT] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075) | 2005-08-30 19:36:29,217 INFO [STDOUT] at

[JBoss-user] [Security & JAAS/JBoss] - Re: What is this JBossGenericPrincipal that keeps getting st

2005-09-03 Thread [EMAIL PROTECTED]
Its the standard container for the session principal info. Show the full stack trace of the error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3892929#3892929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3892929