Hi Phil,

DiCorpo, Phillip wrote:
I'm debugging an application that uses OJB 1.0.4 and when looking at the
ObjectReferenceDescriptor the lazy boolean data member is set to 'false'
even though the collection-descriptor this reference refers to has proxy
set to 'true'.  Does this seem right or could there be something else
I'm missing?  Thanks in advance,

Sorry for late reply (there was so much other stuff).

I think this could/should not happen. There are only two classes in OJB setting the 'lazy' flag:
RepositoryXmlHandler (responsible to read metadata mapping)
SuperReferenceDescriptor (specific reference descriptor to map "tables per subclass" inheritance, set flag always to false) Thus I think you miss "something else" ;-) (e.g. real value not yet set, only initialized with default value). If I'm wrong please add an issue on JIRA with detailed description (samples test case, samples source) to reproduce it.

regards,
Armin

--Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to