Re: [OJB-developers] proxyCollection and collection.class
Brought to you by:
thma
From: Jakob B. <jbr...@ho...> - 2002-05-03 13:51:14
|
hi uli, i added your fix to the repository. thanks jakob ----- Original Message ----- From: "Ulrich Buettgen" <ubu...@ya...> To: <obj...@li...> Sent: Friday, May 03, 2002 3:01 PM Subject: [OJB-developers] proxyCollection and collection.class > Hi jakob, > > I had a problem using collectionProxy and collection.class together in the > same CollectionDescriptor: If you specify a collection.class, the proxy is > ignored. > > I tracked it down to PersistenceBrokerImpl.retrieveCollection(). If you > add "cds.isLazy()" as the third parameter to > > ManageableCollection result = getCollectionByQuery(collectionClass, > fkQuery, cds.isLazy()); > > in the collectionclass != null part everything works fine. > > cheers > > Uli > > > > __________________________________________________________________ > > Gesendet von Yahoo! Mail - http://mail.yahoo.de > Sie brauchen mehr Speicher für Ihre E-Mails? - http://premiummail.yahoo.de > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > |