You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Mindy Pereira <Mi...@appiancorp.com> on 2004/03/29 22:58:13 UTC

"java.lang.Long not found in OJB Repository"

Can anyone offer advice on what is causing the following error?

ERROR 2004-03-29 15:56:21,753
:org.apache.ojb.broker.metadata.ClassNotPersistenc
eCapableException: java.lang.Long not found in OJB Repository

I use java.lang.Long's in other persisted beans which seem to be working
properly and am mapping them to a JDBC BIGINT. 

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org


Re: "java.lang.Long not found in OJB Repository"

Posted by Armin Waibel <ar...@apache.org>.
Hi,

think somewhere in code you try to store a java.lang.Long object.
If this wasn't the case, please post the whole stack trace.

regards,
Armin

Mindy Pereira wrote:
> Can anyone offer advice on what is causing the following error?
> 
> ERROR 2004-03-29 15:56:21,753
> :org.apache.ojb.broker.metadata.ClassNotPersistenc
> eCapableException: java.lang.Long not found in OJB Repository
> 
> I use java.lang.Long's in other persisted beans which seem to be working
> properly and am mapping them to a JDBC BIGINT. 
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-user-help@db.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org