RE: Problems with CMP PrimKey...

2000-11-09 Thread Russ White
: Problems with CMP PrimKey... OK... I've made some progress on this, but it's left me with a few more questions. First, I should say that I'm running 1.3.8, which AFAIK is the latest stable release. The problem with my descriptor is that it didn't include a field-name element inside each

Re: Problems with CMP PrimKey...

2000-11-09 Thread Sven van 't Veer
"Sean P. McNamara" wrote: It turns out that it wasn't finding it since the attribute was private. Does this mean that all my attributes in a CMP bean need to be public? If so, I'm not sure why, since reflection since JDK1.2 allows you to view private attributes based on security

RE: Problems with CMP PrimKey...

2000-11-09 Thread Juan Lorandi (Chile)
Subject: Problems with CMP PrimKey... OK... I've made some progress on this, but it's left me with a few more questions. First, I should say that I'm running 1.3.8, which AFAIK is the latest stable release. The problem with my descriptor is that it didn't include a field-name element inside each cmp

Problems with CMP PrimKey...

2000-11-08 Thread Sean P. McNamara
Hi All- I'm new to Orion Server, and am in the process of developing a sample application to test out CMP. The problem I'm having is that although I've defined a primary-key-class and primkey-field, I receive errors that the primkey-field is not a CMP field, even though the descriptor is set

Re: Problems with CMP PrimKey...

2000-11-08 Thread Gary Shea
Hey, I'm not too hip on CMP for EJB 1.1, but for 2.0 the prim-key-class is given if you have a custom primary key class; the primkey-field is used if no custom primary key class is defined. Of course that can only work if there's a single field in the primary key. Gary On Wed, 8 Nov