All,
I'm trying to integrate jetspeed 2 with geronimo(svn head) and tomcat-5.5.9 as web container.
The deployment is successful. But Jetspeed will initialize OJB in
JetspeedServlet.init() method which needs to obtain resource
jdbc/jetspeed through JNDI. It just can not get it cause the context is
never bind to the thread.
I try it with Jetty and it works because ComponentContextBeforeAfter is called.
I am wondering if I am not allowed to do any JNDI operation in Servlet.init()?
Any help would be appreciated.
- James Liao
- Why naming service is not available when Servlet is initializ... Jian Liao
- Re: Why naming service is not available when Servlet is ... Bruce Snyder
- Re: Why naming service is not available when Servlet... Jian Liao
- Re: Why naming service is not available when Ser... Jian Liao
- Re: Why naming service is not available when... David Jencks
- Re: Why naming service is not available... Jian Liao
- Re: Why naming service is not avail... Jian Liao
- Re: Why naming service is not a... Jian Liao
- Re: Why naming service is not avail... David Jencks
- Re: Why naming service is not a... Jian Liao
- Re: Why naming service is not a... David Jencks
