Re: EJB 2.0 1-1 mapping entity-depobj problem

2000-10-20 Thread Joel Shellman
ot;Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, October 20, 2000 7:29 AM Subject: RE: EJB 2.0 1-1 mapping entity-depobj problem > > I had to put in 2.x in > the area for my ejb2.0 stuff to be > recognized by Orion. I did NOT need the 2.0 DTD. > > -tim > >

Re: EJB 2.0 1-1 mapping entity-depobj problem

2000-10-20 Thread Joel Shellman
Thank you very much. That was indeed the problem. -joel - Original Message - From: "Kris Keener" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, October 20, 2000 6:10 AM Subject: Re: EJB 2.0 1-1 mapping entity-depobj proble

RE: EJB 2.0 1-1 mapping entity-depobj problem

2000-10-20 Thread Tim Drury
I had to put in 2.x in the area for my ejb2.0 stuff to be recognized by Orion. I did NOT need the 2.0 DTD. -tim > -Original Message- > From: Joel Shellman [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 20, 2000 6:00 AM > To: Orion-Interest > Subject: EJB 2.0 1-1

Re: EJB 2.0 1-1 mapping entity-depobj problem

2000-10-20 Thread Kris Keener
Joel, Did you declare "prefs" as a cmp-field in the entity declaration? For example: ... prefs ... I was getting the same exception until I made the above change. --- Joel Shellman <[EMAIL PROTECTED]> wrote: > I get the following error during deployment: > > "Method

EJB 2.0 1-1 mapping entity-depobj problem

2000-10-20 Thread Joel Shellman
I get the following error during deployment: "Method public abstract CP CB.getPrefs() can not be declared abstract" C-CP c-p one C prefs CP contactprefs-belongs-to-contact one CP In the CP bean, I have: