You need to use the RelationCollection type for your related objects
when using lazy loading. That at least explains the error you are receiving.
Patrick
patrick roekaerts wrote:
>I have a problem with mapping when my Jdo File is too big. In fact when I
>use a JdoMapping file which describe just some table there are no problem
>but with the Jdo of all the database ( more than 300 entities), I retrieve a
>error "java.sql.SQLException: ORA-00972: identifier is too long" . Is there
>anybody who have already had this type of error??
>
>I think it is in fact a problem of memory. For these reason I tried to pass
>to Lazy Loading but there are not a lot of documentation about these
>technology. I place in my jdo the "lazy =true" parameter and I pass all my
>link to collection="collection".I has modify also my java class but I have
>an error "Field access error: FieldMolder of...". Is Lazy-loading a good
>solution ? Anybody can help me about the implementation of lazy loading?
>
>Sincerely
>Patrick
>
>-----------------------------------------------------------
>If you wish to unsubscribe from this mailing, send mail to
>[EMAIL PROTECTED] with a subject of:
> unsubscribe castor-dev
>
>
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev