Re: [ANN] New committer: Raymond Augé

2020-07-02 Thread Romain Manni-Bucau
Congrats Ray, well deserved! Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in

Re: tomcat and comp jndi context

2011-07-20 Thread Romain Manni-Bucau
2011/7/20 Pid > On 20/07/2011 13:09, Romain Manni-Bucau wrote: > > I'm in OpenEJB modifying a lifecycle listener. > > > > The current code is: > > > > ContextBindings.getClassLoader().lookup("comp"); > > > > but it fails, i wonder if i ca

Re: tomcat and comp jndi context

2011-07-20 Thread Romain Manni-Bucau
I'm in OpenEJB modifying a lifecycle listener. The current code is: ContextBindings.getClassLoader().lookup("comp"); but it fails, i wonder if i can replace it by: standardContext.getNamingContextListener(); - Romain 2011/7/20 Pid > On 19/07/2011 23:34, Romain Manni-B

tomcat and comp jndi context

2011-07-19 Thread Romain Manni-Bucau
Hi, where can i get more information on the way tomcat manage its jndi tree? Pratically i need the get java:comp context but i don't know when/where to look up it. I didn't find it in ContextBindings.getClassLoader() in start or after_start lifecycle event. any link or doc is appreciated ;) -