Openejb assume there's only 1 @Timeout annotated method within EJB inheritance 
hierarchy. 
------------------------------------------------------------------------------------------

                 Key: OPENEJB-1521
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1521
             Project: OpenEJB
          Issue Type: Bug
          Components: ejb31
    Affects Versions: (trunk/openejb3)
            Reporter: Shawn Jiang
         Attachments: 
0001-OPENEJB-1521-Openejb-assume-there-s-only-1-Timeout-a.patch

Currently,  the code in openejb assume there's only 1 @Timeout annotated method 
within a EJB.   Actually,  when there's multiple @timeout in the class 
inheritance hierarchy.
The finder would return a method list the size of which is >1.     

we should sort the methods and then use @Timeout method in the child class 
where @Timeout is defined. 


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to