Re: I need to call a JNDI resource
Posted By:
Eugene_Kuleshov
Posted On:
Thursday, July 31, 2003 12:18 PM
You can't make static JNDI bindings in your EAR deployment descriptor. None of J2EE containers I know allows that. Usually you have to create such bindings by adding container specific startup class or start some servlet that will do required bindings in init() method.