You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kevin Zhou (JIRA)" <ji...@apache.org> on 2010/05/24 10:58:25 UTC

[jira] Assigned: (HARMONY-6355) Unable to set persistenceDelegate for a class via BeanInfo

     [ https://issues.apache.org/jira/browse/HARMONY-6355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Zhou reassigned HARMONY-6355:
-----------------------------------

    Assignee: Kevin Zhou

> Unable to set persistenceDelegate for a class via BeanInfo
> ----------------------------------------------------------
>
>                 Key: HARMONY-6355
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6355
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M11
>            Reporter: Jingkei Ly
>            Assignee: Kevin Zhou
>         Attachments: HARMONY-6355.diff
>
>
> As mentioned in HARMONY-6354, XMLEncoder is unable to encode an enum. One workaround (described in the comments of this bug report for the RI: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5015403) is to create a custom persistence delegate and set the persistenceDelegate for the enum via the BeanInfo's bean descriptor, i.e.:
> BeanInfo info = Introspector.getBeanInfo(MyEnum.class);
> info.getBeanDescriptor().setValue("persistenceDelegate", new MyCustonPersistenceDelegate());
> When you use XMLEncoder.encode(), it should use the persistenceDelegate specified in the BeanDescriptor - this works in the RI, but not in Harmony.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.