[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3174) java.util.Calendar support in Remoting

vdweij (JIRA) jira-events at lists.jboss.org
Thu Jul 17 07:54:52 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12421664#action_12421664 ] 

vdweij commented on JBSEAM-3174:
--------------------------------

Shane,

I could assist with a fix... There are two options I reckon. First one is to fit java.util.Calander into org.jboss.seam.remoting.wrapper.DateWrapper and alter org.jboss.seam.remoting.InterfaceGenerator to support this as a date field type. The second one is to set up a new field type calendar in the InterfaceGenerator and create a CalendarWrapper.

If you appreciate my assistance let me know which options you prefer and I can try and create a patch.  

> java.util.Calendar support in Remoting
> --------------------------------------
>
>                 Key: JBSEAM-3174
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3174
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Remoting
>    Affects Versions: 2.0.2.SP1
>            Reporter: vdweij
>            Assignee: Shane Bryzak
>
> Currently only java.util.Date and descendent are supported as type for fields containing date values. Objects of type java.util.Calendar are also commonly used and in case of legacy code these objects cannot be (directly) used by Seam Remoting.
> It would be an improvement if objects with Calendar fields could be used on the client side.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list