1. Hibernate with Tomcat vs Hibernate with JBoss stackoverflow.comI 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.comSEVERE: 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.orgHello, 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.orgHi, 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. |
6. Trouble Making Hibernate run n jboss or tomcat forum.hibernate.orgI 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.orgNewbie 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 ... |