[jira] Created: (OFBIZ-1925) ProductConfigItemContentWrapper is declared Serializable with non serializable member dispatcher

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1925) ProductConfigItemContentWrapper is declared Serializable with non serializable member dispatcher

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1925) ProductConfigItemContentWrapper is declared Serializable with non serializable member dispatcher

Nicolas Malin (Jira)

    [ 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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1925) ProductConfigItemContentWrapper is declared Serializable with non serializable member dispatcher

Nicolas Malin (Jira)
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.