On Mon, 2002-06-24 at 13:43, Mickael Guessant wrote:
> 
> Not really sur it helps, but in the example classes I found :
> 
>     public Class jdoLoad(short accessMode)
>     {
>         if ( _name.indexOf("PC") >= 0 ) {
>             return Computer.class;
>         }
>         return null;
>     }
> 
> Maybe you could use this mechanism to get objects of the right type ?

Thanks for the advice, but the objects I get are fine. It's just that
the castor metadata cache is not consistent with the object's types...

Klaasjan

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to