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. |
[ https://issues.apache.org/jira/browse/OFBIZ-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623728#action_12623728 ] Bilgin Ibryam commented on OFBIZ-1925: -------------------------------------- I added it in before few days. I will check it very soon. Thanks for reporting. Bilgin > 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 > Original Estimate: 0.25h > Remaining Estimate: 0.25h > > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624362#action_12624362 ] Bilgin Ibryam commented on OFBIZ-1925: -------------------------------------- I was wrong, I am not the one who added the dispatcher (I added delegator to ProductConfigWrapper). Ritesh, How did you get this error and why you decided that the dispatcher is not used? > 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 > Original Estimate: 0.25h > Remaining Estimate: 0.25h > > 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. |
Free forum by Nabble | Edit this page |