-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP_EWP 5.1.2
-
Fix Version/s: EAP_EWP 5.2.0
-
Component/s: EJB
-
Labels:
-
Environment:
java version "1.6.0_18"
-
Steps to Reproduce:
-
Affects:Release Notes
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
when looking up a method for invocation in StatefulContainer.dynamicInvoke():522 jboss tries to determine if it's an EJB-Object-Method via SessionSpecContainer.isEjBObjectMethod(). This results wrongly in "false" if the class in question doesn't implement EJBObject but has e.g. a @Stateful annotation.
Futher the method EJBContainer.getNonBridgeMethod() seems to be rather optimistic in trying to find the correct method only according to the number of parameters.
This was tested with jboss-6.0.0.M1, but the corresponding code in trunk seems to be the same.
- blocks
-
EJBTHREE-2086 Missing interpretation of EJB-Annotation results in wrong call of dynamic method
-
- Open
-
- cloned from
-
EJBTHREE-2086 Missing interpretation of EJB-Annotation results in wrong call of dynamic method
-
- Open
-
- is incorporated by
-
JBPAPP-7578 Upgrade jboss-ejb3-bom-eap5 to 1.0.4
-
- Closed
-