Re: EJB 2.0 Dependent Object problem - NPE on deploy

2000-10-23 Thread Jim Archer
THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU! That was the problem! I sure wish I had seen that. I compared my descriptor to the sample many times and missed that each time. I guess thats what I get for working all night ;-) Seriousely Earl, I can't thank you enough! I no

Re: EJB 2.0 Dependent Object problem - NPE on deploy

2000-10-22 Thread Earl Marwil
Jim, Try adding a field-name tag in your dependent cmp-field declarations: addrDo Test20CmpDo.eb.AddrDo street city state zip I can't remember how I discovered t

RE: EJB 2.0 Dependent Object problem - NPE on deploy

2000-10-21 Thread Jeff Schnitzer
ailto:[EMAIL PROTECTED]] > Sent: Saturday, October 21, 2000 9:14 PM > To: Orion-Interest > Subject: EJB 2.0 Dependent Object problem - NPE on deploy > > > Hi All... > > After being told that Orion supports the PD1 spec for EJB 2.0 > dependent > objects I went through the

EJB 2.0 Dependent Object problem - NPE on deploy

2000-10-21 Thread Jim Archer
Hi All... After being told that Orion supports the PD1 spec for EJB 2.0 dependent objects I went through the PD1 spec carefully and compared it to the PD2 spec and changed my code accordingly. In fact, I have created a very stripped down example that fails. I also have looked carefully at the