Re: Error using ERXInQualifier
Santi <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
I'll do so. Thanks Max. Santi. On viernes, noviembre 22, 2002, at 06:46 , Max Muller wrote: > Hi Santi, > Actually the problem you are running into is because of using > prefetching key paths with the qualifier. This problem was recently > fixed in the ERXInQualifer found in ERExtensions. Give that one a try > and see if you get the same problem. If you do please let us know as we > would like to correct the problem. >> >> I'm getting the error "qualifierMigratedFromEntityRelationshipPath is >> not supported for qualifier classes of type: ERXInQualifier" when I >> use a fetch specification and set it to deep = false. This entity has >> another one derived, an if I don't do setIsDeep( false ) everything >> works well. >> This same error arise when I use another qualifier of my own, >> EOIsInQualifier, so I guess that the problem is in how the qualifiers >> are constructed and how they interact when a inheritance tree is >> involved, but I don't know too much about the EOF innards to know >> what's going on.