Bug 61146 - javax.ejb.EJB doesn't contain lookup method
Summary: javax.ejb.EJB doesn't contain lookup method
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: PC Mac OS X 10.1
: P2 normal (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-02 07:49 UTC by Katya Todorova
Modified: 2017-06-02 09:55 UTC (History)
0 users



Attachments
Patch validated against tomcat tests and the corresponding specification (656 bytes, patch)
2017-06-02 07:49 UTC, Katya Todorova
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Katya Todorova 2017-06-02 07:49:39 UTC
Created attachment 35027 [details]
Patch validated against tomcat tests and the corresponding specification

According to 
https://docs.oracle.com/javaee/7/api/javax/ejb/EJB.html

javax.ejb.EJB should have lookup method
Comment 1 Mark Thomas 2017-06-02 09:38:59 UTC
Comment on attachment 35027 [details]
Patch validated against tomcat tests and the corresponding specification

Fix MIME type for patch
Comment 2 Mark Thomas 2017-06-02 09:55:37 UTC
Thanks for spotting this and thanks for the patch.

This has been fixed in:
- trunk for 9.0.0.M22 onwards
- 8.5.x for 8.5.16 onwards
- 8.0.x for 8.0.45 onwards
- 7.0.x for 7.0.79 onwards