Re: jpox cannot find sequence

2005-09-16 Thread Andy Jefferson
Can you help us define a table-based incrementing sequence that can be used with the TCK? We (TCK team) will write a factory sequence class but as you know, the specification is short on how to define it. Hi Craig, Karan, JPOX provides some sequences internally, and also we have a sample

Re: jpox cannot find sequence

2005-09-16 Thread Andy Jefferson
i get a JDOUserException that jpox is unable to find the sequence. Karan, the issue here is that JPOX doesn't yet support specification of the sequence in the ORM. Just put it in the JDO file for now. -- Andy

Re: jpox cannot find sequence

2005-09-16 Thread Karan Malhi
Hi Andy, I tried to put it in a jdo file, but it still didnt work. On 9/16/05, Andy Jefferson [EMAIL PROTECTED] wrote: i get a JDOUserException that jpox is unable to find the sequence. Karan, the issue here is that JPOX doesn't yet support specification of the sequence in the ORM.

Re: jpox cannot find sequence

2005-09-16 Thread Karan Malhi
Hi Andy, It works!! On 9/16/05, Karan Malhi [EMAIL PROTECTED] wrote: Thanks Andy, It works!! On 9/16/05, Andy Jefferson [EMAIL PROTECTED] wrote: I tried to put it in a jdo file, but it still didnt work. Karan, One other thing to do. JPOX doesn't yet load the metadata for a

status update: ri11 enhancer support for jdk 1.5

2005-09-16 Thread Martin Zaun
Hi Craig, here's the current status of testing my RI11 enhancer changes for Java 5 support (running jdk 1.5.0_05): maven.compile.source = 1.3 1.3 1.5 maven.compile.target = 1.3 1.5 1.5

Re: status update: ri11 enhancer support for jdk 1.5

2005-09-16 Thread Michael Bouschen
Hi Martin, some remarks: - About the ClassNotFoundException ...RefFSContextFactory: You need to copy the jndi jars fscontext.jar and providerutil.jar to trunk/lib/ext. The issue is that we cannot download the jndi jars automatically, because you need to accept the license agreement. Have a

Minutes: JDO TCK Conference Call Friday, Sep 16, 9 am PDT

2005-09-16 Thread Craig Russell
Attendees: Michael Bouschen, Michelle Caisse, Michael Watzek, Matthew Adams, Erik Bengtson, Martin Zaun, Karan Mahli, Craig RussellAgenda:1. Test status (Michael W) No progress on test status. 6 configurations fail; 12 failures 22 errors; same as last week. AI: Michelle and Craig take a closer

Re: Typo in spec?

2005-09-16 Thread Craig Russell
Hi Michael,Yes, there was a typo and I fixed it in the spec. Same typo in ResultSpecifications a bit later.CraigOn Sep 8, 2005, at 10:09 AM, Michael Watzek wrote:Hi Craig,is there a typo in the spec (page 281, August 10, 2005) in JDOQL BNF? Should "OrderingSpecifications" be replaced by

Join tables for ArrayOfBigDecimal and others

2005-09-16 Thread Craig Russell
Hi Andy, Erik,I understand that JPOX does not currently support ArrayBigDecimal and other primitive wrappers except as serialized fields in the PC class.Are there plans to support these as embedded-element in join tables? That is, use a join table where one value of the Array is stored in each

RE: Join tables for ArrayOfBigDecimal and others

2005-09-16 Thread erik
Craig, Yes, we plan to support that. Since not many users request it, and it is also not a showstopper it's low priority for now. Track at http://www.jpox.org/servlet/jira/browse/CORE-2536 Erik Bengtson -Original Message- From: Craig Russell [mailto:[EMAIL PROTECTED] Sent: Friday,

maven console issue

2005-09-16 Thread Karan Malhi
I start maven console using the following command: [EMAIL PROTECTED]:~/Projects/jdo/trunk/tck20$ maven -bo - Djdo.tck.cfglist=inheritance1.conf - Djdo.tck.identitytypes=applicationidentity console

Re: maven console issue

2005-09-16 Thread Craig Russell
Hi Karan,Just guessing here. The "[ ]" could be delimiters for an array or collection. "Configurations" are a collection of file names and it might just be that the reason the first time works is that a collection with only one element is treated by maven as an element, but a collection of

Re: maven console issue

2005-09-16 Thread Karan Malhi
Hi Craig, My initial thought is also that it might have something to do with collections. I was looking at the jelly script on how it tokenizes different configuration values and stores them. I also ran maven in debug mode maven -X and have a feeling that maven is pretty fond of putting []