Hello,

I am using Orion 1.5.4 and am converting my entity beans to local 
interfaces.
However, I can't convert my entity bean that has an self defined Primary 
Class (see below) to a local interface. Every time it gives an error:
--------
        Nested exception is:
javax.ejb.NoSuchObjectLocalException: nl.unwired.sgs.um.GroupMember
PK@18dc19
        at GroupMemberHome_EntityHomeWrapper22.findExistingEntity(G
roupMemberHome_EntityHomeWrapper22.java:46)
        at GroupMemberHome_EntityHomeWrapper22.findByPrimaryKey(Gro
upMemberHome_EntityHomeWrapper22.java:263)
        at nl.unwired.sgs.um.UserManagerEJB.getGroupMember(UserMana
gerEJB.java:381)
---------

I tried it several times, also with other entity beans that have an self 
defined Primary class and keep getting the same error, whereas the rest work 
well.

Is this a bug or am I missing something. The Primery key class below is 
serializable and I am not sure if this is still necessary with local 
interface. However also when I remove it, it gives the same error.

Please some help,
Eddie

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


Reply via email to