Search:

Type: Posts; User: lyo; Keyword(s):

Search: Search took 0.02 seconds.

  1. Spring transaction don't work? not allow creation of non-transactional

    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...
  2. No

    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...
  3. :(

    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...
  4. How to get another(Context) web app's SessionFactory?

    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. ...
  5. Replies
    0
    Views
    953

    StrutsTest can't test ActionSupport action?

    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...
Results 1 to 5 of 5