Hi,
I had some problem recently with a PK Class and how JawsEMD build the list
of pk fields.
I have a PK class APK with a public field "code".
I also have a PK class BPK that extends APK and also re-define "code" (ok
strange but why not)

This line (of JawsEMD)
        Field[] pkClassFields = primaryKeyClass.getFields();
return 2 entries.
That causes problems after in finding the entity bean, etc...
I would think it only return one.  Am i wrong here ?
I have a patch for that, but I would like to know if I misunderstood teh
getFields() method.
I am running 1.3.1_01.
Regards.

Vincent.



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to