Minutes: JDO TCK Conference Call Friday May 27, 9 AM Pacific Daylight Time (PDT)

2016-05-31 Thread Craig Russell
Attendees: Michael Bouschen, Tilmann Zäschke, Craig Russell NOTE: Next week’s meeting will be delayed by 30 minutes due to traffic. June 3, 2016 at 9:30 Pacific time Agenda: 1. EMail "A new general method to update object databases / Should it be included in Java Data Objects, JDO ?” Latest

Re: EmbeddedPCMapping cannot be cast to PersistableMapping

2016-05-31 Thread Tilmann Zäschke
Hi, More likely the problem is down to having a field as Optional The test doesn't actually have Optional, but it does have: Optional optionalAny; Optional optionalNoGenerics; I suppose these would not be allowed either (because they are mostly equivalent to Optional)? Regards, Tilmann

Re: EmbeddedPCMapping cannot be cast to PersistableMapping

2016-05-31 Thread Andy Jefferson
Hi, > thanks. Indeed it seems that the error is triggered by declaring a field > as 'Optional'. That I doubt, due to established tests https://github.com/datanucleus/tests/blob/master/jdo/general/src/test/org/datanucleus/tests/types/OptionalTest.java More likely the problem is down to having a

[jira] [Comment Edited] (JDO-751) Support for Java8 Optional

2016-05-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JDO-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15307476#comment-15307476 ] Tilmann Zäschke edited comment on JDO-751 at 5/31/16 9:19 AM: -- Patch for the TCK

Re: EmbeddedPCMapping cannot be cast to PersistableMapping

2016-05-31 Thread Tilmann Zäschke
Hi Craig, thanks. Indeed it seems that the error is triggered by declaring a field as 'Optional'. I thought I had seen an update note that 'Optional' would be supported by the latest milestone of DataNucleus, but I can't find it anymore. I uploaded the patch to JIRA. Next step is likely to

[jira] [Updated] (JDO-751) Support for Java8 Optional

2016-05-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JDO-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilmann Zäschke updated JDO-751: Attachment: JDO-751-tck-patch.txt Patch for the TCK with test classes dun schema updates > Support

[jira] [Updated] (JDO-751) Support for Java8 Optional

2016-05-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JDO-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilmann Zäschke updated JDO-751: Attachment: (was: OptionalSample.java) > Support for Java8 Optional > -- >