1. java.lang.StackOverflowError when invoking action from Struts2 action tag stackoverflow.comI have dccr.jsp file that calls an action via the tag:
|
2. action class problems (struts and hibernate) forum.hibernate.orgNewbie 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: |
3. NonUniqueObjectException in Struts Action forum.hibernate.orgI 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 |
4. org.apache.struts.action.RequestProcessor.processException forum.hibernate.orgNewbie 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.orgNeed 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: ... |