Hello,
 
I coded two different entityBeans. the primaryKey is the same for the both entity and the most of business methods are similar. So i coded a top object which contains all shared methods. my both entityBeans derive from top. The finder methods are in top object because both entity are the same primaryKey.
My both entityBeans works correctly on WebLogic 4.5.1 and Jonas 1.5 servers.
On Iportal  Application Server of iona my client receives the following execpetion. 
java.rmi.UnexpectedException: ; nested exception is:
java.lang.NoSuchMethodException: ejbFindByPrimaryKey
java.lang.NoSuchMethodException: ejbFindByPrimaryKey
status: java.rmi.UnexpectedException
 
Is it able to use the Inheritance for the EntityBean ?
 
     Thanks,
Thierry.

Reply via email to