Hej Daniel,
> -----Original Message-----
> From: Daniel Perry [mailto:[EMAIL PROTECTED]
> I'm having trouble mapping a 1:m relationship. (files show below)
> I get a:
> java.lang.NoClassDefFoundError
> at
> org.apache.ojb.broker.PersistenceBrokerFactory.getConfigurator(Unknown
> Source)
> at org.apache.ojb.odmg.OJB.getInstance(Unknown Source)
> at com.netcase.pdp.service.DataServiceFactory.init(Unknown Source)
I do not know what causes this error. Generally it indicates
that some class is missing that is needed to load another class,
so maybe the super-class of Job or Grade is missing
I found another typo that might be related.
> <collection-descriptor
> name="grades"
> element-class-ref="com.netcase.pdp.bo.Grade."
^^^
That trailing dot is suspicious.
> orderby="gradeName"
> sort="DESC">
> <inverse-foreignkey field-ref="jobId"/>
> </collection-descriptor>
Olli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]