Hello all ,
I have a problem with a finder method.
I create the PK class objects corresponding to the results i get using the
select query. I return an enumeration of the PK's in the Bean class. When
the client calls the finder method I understand that the enumeration of the
PKs is converted into an Enumeration of the remote references corresponding
to the row associated with each PK. However, when i loop thru the
Enumeration i find that the remote references are always associated with one
PK object. To clarify, if I have R1 corresponding to PK1 and  R2
corresponding to PK2 , i end up having R1 and R2 corresponding to PK1
always. What could be the reason ?? Could some body please throw some light
on this.
Thanks for your time.
Regards,
Ashutosh

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to