Re: JNDI, Hibernate, Tomcat

2006-09-12 Thread Li
Hi Andrew Thanks for the reply. I have no issue using hiberante with tomcat if I am using get hibernate configuration without using JNDI. Once I used JNDi for hibernate in order to get session factory. I have problem that Tomcat can not find JNDI context for hibernate. Do you have any idea on

Re: JNDI, Hibernate, Tomcat

2006-09-11 Thread Andrew Stepanenko
hello, we have a working tomcat + hibernate setup in our project. What error do you get? Post some logs. Regards, -- Andrew Stepanenko, Software engineer, Ukrainian-Dutch Faculty of Economics and Management Ternopil State Economic University Shevchenko Street 9, Office 24-25 Ternopil, 46000 UKRA

JNDI, Hibernate, Tomcat

2006-09-10 Thread Li
Hi all, I am using JNDI context in my hibernate (factory lookup). Any one knows how to setup JNDI for hibernate with tomcat. (I know how to use hibernate with tomcat, but it doesnt work when i use JNDI for my hibernate session factory lookup) Regards Li