[jira] [Commented] (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238232#comment-13238232 ] Aaron Digulla commented on IO-255: -- Please fix the typo in the bug title: FlieEntrys should

[jira] Commented: (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2010-10-31 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926709#action_12926709 ] Gary Gregory commented on IO-255: - Personally, since [io] is now on Java 5, I would use JAXB

[jira] Commented: (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2010-10-31 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926710#action_12926710 ] Niall Pemberton commented on IO-255: I thought that required 1.6 XML handler to

[jira] Commented: (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2010-10-31 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926711#action_12926711 ] Gary Gregory commented on IO-255: - JAXB 1 is in Java 5. JAXB 2 is in Java 6. JAXB 2 much

[jira] Commented: (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2010-10-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926715#action_12926715 ] Sebb commented on IO-255: - As far as I can tell, JAXB is not included in 1.5 by default - you have to

[jira] Commented: (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2010-10-31 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926716#action_12926716 ] Gary Gregory commented on IO-255: - You are correct! JAXB 2 is in Java 6. There is no JAXB in

[jira] Commented: (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2010-10-31 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926736#action_12926736 ] James Carman commented on IO-255: - Does java.beans.XMLEncoder/XMLDecoder work out of the box