OrderListState need to be Serializable for clustering
-----------------------------------------------------

                 Key: OFBIZ-4660
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4660
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
         Environment: Ubuntu
            Reporter: Chatree Srichart
            Priority: Critical


OrderListState is to be set to session, so it needs to be Serializable for 
clustering.

I got this error:

---- cause ---------------------------------------------------------------------
Exception: java.lang.IllegalArgumentException
Message: setAttribute: Non-serializable attribute __ORDER_LIST_STATUS__
---- stack trace ---------------------------------------------------------------
java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute 
__ORDER_LIST_STATUS__
org.apache.catalina.session.StandardSession.setAttribute(StandardSession.java:1456)
org.apache.catalina.ha.session.DeltaSession.setAttribute(DeltaSession.java:658)
org.apache.catalina.ha.session.DeltaSession.setAttribute(DeltaSession.java:642)
org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:156)
org.ofbiz.order.order.OrderListState.getInstance(OrderListState.java:137)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:88)
org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:148)
org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
OrderList.run(OrderList.groovy:29)


Regards,
Chatree Srichart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to