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 Rajesh T V <rt...@gmail.com> on 2006/04/26 11:05:06 UTC

Trouble building ojb 1.0.4

Hi,

I picked up db-ojb-1.0.3-src.zip  from
http://apache.oc1.mirrors.redwire.net/db/ojb/db-ojb-1.0.3/
and am attempting to build it.

I am hitting several errors including

Cannot resolve ArticleManagerODMGLocal
Cannot resolve PersonManagerODMGLocal
Cannot resolve ArticleManagerODMGHome

etc.

Are there other jars that also need to be picked up before building
db-ojb-1.0.3 ?

Thanks,
Rajesh

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


Re: Trouble building ojb 1.0.4

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

Rajesh T V wrote:
> Hi,
> 
> I picked up db-ojb-1.0.3-src.zip  from
> http://apache.oc1.mirrors.redwire.net/db/ojb/db-ojb-1.0.3/
> and am attempting to build it.
> 
> I am hitting several errors including
> 
> Cannot resolve ArticleManagerODMGLocal
> Cannot resolve PersonManagerODMGLocal
> Cannot resolve ArticleManagerODMGHome
> 

This are classes used in OJB's session bean examples. If you e.g. build 
the OJB jar-file these classes are not compiled. If you try to compile 
the sources in your IDE exclude these classes from source path
(
or run ant target 'ejb-examples' to generate the missing classes, more 
info see
http://db.apache.org/ojb/docu/guides/deployment.html#Example+Session+Beans
)

regards,
Armin

> etc.
> 
> Are there other jars that also need to be picked up before building
> db-ojb-1.0.3 ?
> 
> Thanks,
> Rajesh
> 
> ---------------------------------------------------------------------
> 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