I'm no expert either. I have just started. Anyway, it seems like your are
mixing some concepts here (IMHO).

It seems like your trying to "normalize" your bean by having a foreign key
(jobid) to Job. This, should be a reference to the class, i.e.
public abstract setJob(Job ajob) not an integer. If you still wan't a
foreign key, then I think you have to solve the relationships by your self
and forget about it in the ejb-jar.xml (if I'm wrong please correct me. I'm
a newbie at j2ee and orion).

For good examples, look at www.orionsupport.com and Jim Archers examples
(in the mailing list).

Best regards,
/Theis




Reply via email to