Re: Newbie needs help with OJB in Eclipse

2004-04-16 Thread Thomas Mahler
Hi Doug, This seems like a problem with your build classpath settings in eclipse. Try to load OJB from CVS HEAD with eclipse. In CVS we have the eclipse .project and .claspath files that eclipse needs to build OJB. Thomas Doug Poland wrote: Hello, I'm trying to learn OJB but am struggling gett

Re: Newbie needs help with OJB in Eclipse

2004-04-14 Thread Armin Waibel
Hi Doug, seems like a classloader problem. Do you have different ojb-jar files (or source/classes + ojb-jar) in classpath? regards, Armin Doug Poland wrote: Hello, I'm trying to learn OJB but am struggling getting a simple project to run in Eclipse 2.1.3. I found what appears to be a good tut

Newbie needs help with OJB in Eclipse

2004-04-13 Thread Doug Poland
Hello, I'm trying to learn OJB but am struggling getting a simple project to run in Eclipse 2.1.3. I found what appears to be a good tutorial entitled... "Object-Relational Mapping with Apache Jakarta OJB" by Charles Chan (http://www.onjava.com/lpt/a/2946) dated: 01/08/2003 I've

Newbie needs help

2003-12-10 Thread Patrick Scheuerer
Hello everybody, I just got started with OJB and i'm experiencing some problems. Here's the scenario that i'm trying to get to work: A DOCUMENT belongs to 1..n CATEGORY. A DOCUMENT is relevant to 0..n PRODUCT_MODELs. A DOCUMENT is written by 1..1 AUTHOR. D DOCUMENT is described by 1..n KEYWORDs.

Re: Newbie needs help

2003-12-10 Thread Jakob Braeuchi
hi patrick, the collection-descriptor is wrong : there's no gruss aus bern jakob Patrick Scheuerer wrote: Hello everybody, I just got started with OJB and i'm experiencing some problems. Here's the scenario that i'm trying to get to work:

RE: Newbie needs help

2003-12-10 Thread Patrick Scheuerer
> -Original Message- > your repository_xml says: indirection-table="document_keyword". > typo? (missing 's'); This is not a typo. The table is called document_keyword. > > handle join tables needed by many-to-many in OJB? > > see .../db-ojb/src/test/org/apache/ojb/repository_junit.xml

RE: Newbie needs help

2003-12-10 Thread oliver . matz
Hello Patrick, > -Original Message- > From: Patrick Scheuerer [mailto:[EMAIL PROTECTED] > My first question is: since there are many-to-many > relatioships between > DOCUMENT and CATEGORY and DOCUMENT and KEYWORDS there are two > join tables > called DOCUMENT_CATEGORY and DOCUMENTS_KEYW

Newbie needs help

2003-12-10 Thread Patrick Scheuerer
Hello everybody, I just got started with OJB and i'm experiencing some problems. Here's the scenario that i'm trying to get to work: A DOCUMENT belongs to 1..n CATEGORY. A DOCUMENT is relevant to 0..n PRODUCT_MODELs. A DOCUMENT is written by 1..1 AUTHOR. D DOCUMENT is described by 1..n KEYWORDs.