Re: [castor-dev] [JDO] Problems with dependent object

2004-04-30 Thread Jeffrey Bonevich
Correction to the code below: if (child instanceof Collection) { Collection chunks = (Collection) child; Collection chunksWithIds = new ArrayList(chunks.size()); for (Iterator itr = chunks.iterator(); itr.hasNext(); ) { DocumentTextChunk chunk =

Re: [castor-dev] [JDO] Problems with dependent object

2004-04-29 Thread Jeffrey Bonevich
<<< No Message Collected >>>