That looks like an error from my distributable HttpSession 
implementation....

Are you putting something that is not one of 
erializable,EJBObject,EJBHome,UserTransaction or Context into an 
HttpSession ?

Is your servlet marked <distributable/> in it's web.xml ?

That's your problem.


Jules


Brian Topping wrote:
> Hi all,
> 
> Is there anything special that I have to do to set up Container Managed
> Authentication on Jetty besides setting up the security realm and making sure
> that my application web descriptor points to it?  An application that works
> fine under Tomcat, but no dice under Jetty.  The error that I get is:
> 
> HTTP ERROR: 500 distributed attribute value must be
> Serializable,EJBObject,EJBHome,UserTransaction or Context:
> org.jboss.jetty.security.JBossUserRealm$JBossUserPrincipal@fc7b2e
> RequestURI=/bill2site-web/j_security_check 
> 
> This is under JBoss 3.0.2 and JDK 1.3.1_04.  
> 
> If anyone has ideas on what I might be doing wrong, they are appreciated.
> 
> best,
> 
> Brian
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=urceforge1&refcode1=vs3390
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user





-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to