Re: jdoPreClear on deleted instances

2005-07-18 Thread erik
Thx, The NullPointException is happening on a collection field, which is lazy loaded by JPOX, but at this time, the field was not loaded. The JDO spec states the access to fields is not allowed, but the TCK test does in the jdoPreClear. If I'm correct, this situation is not determined by the

Binding a char to PreparedStatement

2005-07-18 Thread Michael Watzek
Hi Andy, Erik, we have a lot of derby errors ERROR 22001: A truncation error was encountered trying to shrink CHAR 'XXX' to length 1. I analysed the problem writing a little Java program that uses JDBC directly. The program inserts a row into a table having a single CHAR(1) column. The

Re: Notes on today's checkins

2005-07-18 Thread Michelle Caisse
Hi, Michael, This looks good to me. -- Michelle Michael Bouschen wrote: Hi Craig, Hi, A few notes on the checkins that Michelle and I did today. 1. Only one person can check in, but everything we checked in today was a collaboration among Michelle, Michael W, and me. 2. The team had

Re: Embedded collections of non-PC objects

2005-07-18 Thread Craig Russell
Hi Andy,I find this discussion very useful and appreciate your insights as well.On Jul 17, 2005, at 1:23 AM, Andy Jefferson wrote:Hi Craig,thanks for your reply and your insights. Example 1 : Collection of BigDecimal1. Basic collectionfield name="myfield"    collection