Hi everyone:
I want to use spring declare transaction.when I run my jsp,tomcat throw exception:
org.hibernate.HibernateException: No Hibernate Session bound to thread, and conf...
Type: Posts; User: lyo; Keyword(s):
Hi everyone:
I want to use spring declare transaction.when I run my jsp,tomcat throw exception:
org.hibernate.HibernateException: No Hibernate Session bound to thread, and conf...
No. You couldn't find another webapp's jndi reference in the current context. If I do it,TOmcat will throws Exception :
root cause
javax.naming.NameNotFoundException: Name jdbc is not bound...
Thank you! I know how to build the sessionFactory to local webapp's jndi tree,and I could get the sessionfactory from local web context(jndi tree). But how to get another webapp's jndi handler? I...
Hi everyone:
Could I get a sessionfactory of another webapp's? (I use Tomcat5) I have two web applications,WebApp1 and WebApp2. They use hibernate and spring but using different databases. ...
Hi friends:
I want to test my Struts Action using StrutsTest.I found that if my struts action extends Action,the strutsTest works well.But if struts action extends ActionSupport,it can't work...