Hi,

ok ... fixed it.

stephan.

R�> Hi!

R�> 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."

R�> 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(...).

R�> .. and this is the fix.

R�> /Rickard




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to