action « Struts « JPA Q&A





1. java.lang.StackOverflowError when invoking action from Struts2 action tag    stackoverflow.com

I have dccr.jsp file that calls an action via the tag:

<s:action name="query-privilege" executeResult="false" var="privilege">
            <s:param name="moduleid">9</s:param>
    ...

2. action class problems (struts and hibernate)    forum.hibernate.org

Newbie Joined: Tue Feb 10, 2004 2:11 pm Posts: 15 Hello, I am running Hibernate 2.1.1, Struts, and MySQL 1.4 database for my web application. Here is a little piece of the Struts-config.xml file: The problem I am having is that somehow 'success' never ...

3. NonUniqueObjectException in Struts Action    forum.hibernate.org

I write Struts action with some utils class from http://caveatemptor.hibernate.org/ HibernateUtil and DAO pattern I use session-per-request session with Hibernate filter as follow hibernateFilter jq.com.vn.bean.util.HibernateFilter filter method public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { // There is actually no explicit "opening" of a Session, the // first call to HibernateUtil.beginTransaction() in control // logic ...

4. org.apache.struts.action.RequestProcessor.processException    forum.hibernate.org

Newbie Joined: Mon Feb 21, 2005 3:49 am Posts: 15 Dear All I had count problem as " WARN RequestProcessor:509 - Unhandled Exception thrown: class java.lang.NullPointerException" Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version: Hibernate 2.1.8 Mapping documents:

5. Hibermnate + Struts Action+Mpping failed    forum.hibernate.org

Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp I have this problem: When i use hibernate with a Main class, the application works good, BUT when i use the same code in a Struts Action have the exception. What is the problem, hibernate dont found the tables of databases when is use in a Action... [b]Hibernate version:3.0 [b]Mapping documents: ...