jboss « Struts « JPA Q&A





1. Jboss + Struts + Hibernate    bytes.com

Hi, I'm building an internet application using JBOSS+STRUTS+HIBERNATE. The application works fine in my local jboss server but it doesn't in the development server. It throws a javax.servlet.ServletException: Java heap space, ...

2. Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2    struts.1045723.n5.nabble.com

sandeep kotha Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2 Hi All I'm newbie using* *hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2* *while i try to configure JNDI im getting the below exception. Please find my ...

3. struts, hibernate 2.1 and jboss 4.0.0    coderanch.com

An interceptor could be conpared with an event listener in Java. You register an interceptor witrh a SessionFactory and it allows you to interact with objects at certain points in the persistance lifecycle. For example you can implement an interceptor to validate objects in session just before they are saved. A filter is a Hibernate 3 concept really. The idea with ...

4. Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2    forum.hibernate.org

Newbie Joined: Mon Jul 19, 2010 3:21 pm Posts: 3 Hi All I'm newbie using hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2 while i try to configure JNDI im getting the below exception. Please find my Jboss, hibernate and Struts configurations. Im using transaction.factory_class as org.hibernate.transaction.JTATransactionFactory in my hibernate.cfg.xml. If i had missed something please let me know. I know ...

6. Hibernate with Struts on JBoss    forum.hibernate.org

7. using hibernate & struts in JBoss    forum.hibernate.org

8. Separating Hibernate and Struts logging in JBoss    forums.oracle.com

I run my app on JBoss, with Hibernate and Struts. So far I have managed to redirect all messages to a single .log file using Log4j and log4j.properties file. That's pretty good, but I would like to be able to separate Hibernate and Struts messages into hibernate.log and struts.log Is this possible? If so, how? Thanks!