https://issues.apache.org/bugzilla/show_bug.cgi?id=50019
Summary: Adding JNDI "lookup-name" support In XML and Resource
Annotations
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26095)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26095)
Patch that provides lookup functionality and resolves explained issue
1* Support for
@Resource("lookup")
@EJB(lookup)
@WebServiceRef("lookup")
and via XML
....
<lookup-name>
2* Currently DefaultInstanceManager looks for <injection-target> element's
<injection-target-class> name for getting injections from web.xml. But it must
also look at class hierarchy. This patch also resolves this issue.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]