ProductConfigItemContentWrapper is declared Serializable with non serializable
member dispatcher
------------------------------------------------------------------------------------------------
Key: OFBIZ-1925
URL: https://issues.apache.org/jira/browse/OFBIZ-1925
Project: OFBiz
Issue Type: Bug
Components: product
Affects Versions: SVN trunk
Environment: Any
Reporter: Ritesh Trivedi
Get serialization error when trying to serialize ProductConfigWrapper and its
child classes because
ProductConfigItemContentWrapper is declared Serializable with non serializable
member dispatcher.
Either needs to be declared transient or removed from the class - as its not
really getting used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.