[OJB-developers] Re: Named Root Objects
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-01-08 19:21:02
|
Hi Michael, please see the attached Java class. You can replace the original version of test.ojb.odmg.OdmgExamples with this new version to have it executed with the OJB JUnit tests. There is a new testMethod testNrmAndDlists that tests your scenario. Works great! HTH, Thomas Michael Nowotny wrote: > Hi Thomas! > > Just found your OJB project on sourceforge. I think it's great to have an > open source ODMG implementation around. > Now I've got a question concerning the ODMG implemetation. > Is it possible to use a DList for example as a named root object. Binding > that object to a name works but looking it up again causes an > IllegalArgumentException. > > Have you ever tried to bind a Collection. If so, I would be grateful if you > could drop me some lines of source code. > > Thanks Michael > > > > > |