This is happening because a session object is being inserted into a session as an attribute, e.g.
HttpSession session = request.getSession(); session.setAttribute(session); You need to find out why that's happening as it won't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012459#4012459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012459 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
