JBoss « Tomcat « JPA Q&A





1. Hibernate with Tomcat vs Hibernate with JBoss    stackoverflow.com

I am a newbie trying to figure out the pros and cons of using Hibernate with Tomcat and with JBoss. I am developing a web application with Flex at the front-end, BlazeDS ...

2. hibernate app working with jBoss but exception with tomcat    stackoverflow.com

SEVERE: Servlet.service() for servlet [MessageServlet] in context with path [/HibernateHello] threw exception java.lang.NullPointerException

3. hibernate 2.1 + jboss 3.2.2 w/ Tomcat and MySql config    forum.hibernate.org

Hello, I am trying to get a handle on using hibernate, from all i have read it looks like an awsome tool. We have 4 sites that are currently using standard SQL calls that i would like to move over to hibernate. These sites currently run on the same jboss deployment and are setup for virtual name based hosting as per ...

4. hibernate with tomcat or jboss    forum.hibernate.org

5. Hibernate/Jboss3.2.3/Tomcat5 problem    forum.hibernate.org

Hi, i sucessfully integrate hibernate service into jboss 3.2.3 now i try to switch from tomcat4 service to tomcat 5 service (still in jboss3.2.3) and in deployment step (.ear with inside Hibernate's .sar) i recive the following Exception: ---- Caused by: java.lang.IllegalAccessError: tried to access class org.apache.commons.logging.LogFactory$1 from class org.apache.commons.logging.LogFactory at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:262) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395) at net.sf.hibernate.jmx.HibernateService.(HibernateService.java:30) ---- the same configuration pattern ...

6. Trouble Making Hibernate run n jboss or tomcat    forum.hibernate.org

I am trying to test hibernate so I can use it in an application I am developing. Every time I run the .jsp file which attempts to save information to the database I get the error below from the console. I am just getting into the java enterprise technologies and can't seem to solve this problem. Does anyone know what I ...

7. Tomcat Datasource not available. No JBoss used    forum.hibernate.org

Newbie Joined: Wed Feb 23, 2005 3:34 pm Posts: 16 Location: Irving, Tx [b]A brief overview to start:[/b] I have an existing app that we're trying to evaluate porting to hibernate. The existing app works with the Tomcat/JNDI datasource described here. I am only trying to get one table and it's relative mapping set up in order to judge how much ...