[
https://jira.jboss.org/jira/browse/GTNPORTAL-339?page=com.atlassian.jira....
]
Julien Viet resolved GTNPORTAL-339.
-----------------------------------
Resolution: Done
done actually by Bolek
org.exoplatform.web.security.Credentials and similar classes need to
be serializable
------------------------------------------------------------------------------------
Key: GTNPORTAL-339
URL:
https://jira.jboss.org/jira/browse/GTNPORTAL-339
Project: GateIn Portal
Issue Type: Bug
Affects Versions: 3.0.0-Beta03
Reporter: Prabhat Jha
Fix For: 3.0.0-CR01
There is problem with credential replication. It's not possible to login to GateIn
portal when distributable is used in portal web.xml.
java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute
at
org.jboss.web.tomcat.service.session.ClusteredSession.setAttribute(ClusteredSession.java:867)
at
org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:130)
at org.exoplatform.web.login.PortalLoginController.doGet(PortalLoginController.java:52)
at org.exoplatform.web.login.PortalLoginController.doPost(PortalLoginController.java:81)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at
org.exoplatform.container.web.AbstractHttpServlet.onService(AbstractHttpServlet.java:165)
at
org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:114)
Making org.exoplatform.web.security.Credentials and similar other classes need to be
serializable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira