-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
trunk
-
None
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.
- clones
-
JBPAPP-8123 Missing interpretation of EJB-Annotation results in wrong call of dynamic method
- Closed
- is blocked by
-
JBPAPP-8123 Missing interpretation of EJB-Annotation results in wrong call of dynamic method
- Closed