Re: Minutes: JDO TCK Conference Call Friday, Aug 21, 9 am PDT

2009-08-21 Thread Michael Bouschen
Hi Craig, I tried the patch on Windows and it works, good job! Regards Michael With regard to the enhancer handing on Windows, I just talked to Ludo who says that you need a thread reading each of the error and output streams. There's no Java requirement that the error and output streams are

[jira] Commented: (JDO-621) Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API

2009-08-21 Thread Michael Bouschen (JIRA)
[ https://issues.apache.org/jira/browse/JDO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746187#action_12746187 ] Michael Bouschen commented on JDO-621: -- The new patch looks good! I tried it on Windows

[jira] Updated: (JDO-621) Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API

2009-08-21 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/JDO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated JDO-621: -- Attachment: jdo-621.patch Please try this patch. It fixes the EnhancerTest to create a thread for stdout

[jira] Updated: (JDO-621) Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API

2009-08-21 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/JDO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated JDO-621: -- Attachment: (was: jdo-621.patch) > Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API

Re: Minutes: JDO TCK Conference Call Friday, Aug 21, 9 am PDT

2009-08-21 Thread Craig L Russell
With regard to the enhancer handing on Windows, I just talked to Ludo who says that you need a thread reading each of the error and output streams. There's no Java requirement that the error and output streams are implemented as buffered streams, so you need to read them to avoid hanging.

Minutes: JDO TCK Conference Call Friday, Aug 21, 9 am PDT

2009-08-21 Thread Craig L Russell
Attendees: Michelle Caisse, Michael Bouschen, Craig Russell Agenda: 1. Add annotations for instance callbacks https://issues.apache.org/jira/browse/JDO-638 There is a new patch that includes the missing metadata for the annotations. An argument can be made that for separation of concerns,