Hi!
Ole Husgaard wrote:
> This seems to be violating EJB1.1 section 9.2.2:
> "The entity bean class may have superclasses and/or superinterfaces.
> If the entity bean has superclasses, the business methods, the
> ejbCreate and ejbPostCreate methods, the finder methods, and the
> methods of the EntityBean interface may be implemented in the
> enterprise bean class or in any of its superclasses."
Yes, it's a bug..
> Maybe the cause of this is the implementation of getFinderMethod()
> in org.jboss.ejb.plugins.BMPPersistenceManager, where the call
> to beanClass.getDeclaredMethod(...) should be replaced with
> beanClass.getMethod(...).
.. and this is the fix.
/Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]