Mhm, a couple of points: * A minor thing but you should not use the id-stuff for the field descriptors but rather reference the foreignkey fields directly. Has no bearance to your problem but anyway ...
* Perhaps you should declare the ojbConcreteClass field in the whole hierarchy of CreditDefaultSwap, i.e. even in Instrument. Likewise, it might help if you duplicate Instrument's fields in the descriptor of InstrumentModel. Or perhaps you don't need InstrumentModel's descriptor ? Do you query for it (it is not used elsewhere in the repository file) ? * I don't understand where in BasePrefetcher#prefetchRelationship an access to a field descriptor might happen. Could you set a breakpoint to the MetadataException and post where the exception is uttered and what the context is ? Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
