Datasource « Load « JPA Q&A





1. Problems Loading Datasource in JBoss/Tomcat Configuration    forum.hibernate.org

I am trying to migrate an existing Hibernate application from Tomcat to JBoss to take advantage of EJB support and possibly better Hot Deployment. The context and datasource were previously defined in Tomcat's server.xml file (code snippet 1). The context path was being redirected to the c:\eclipse\workspace directory. The datasource has now been moved to JBoss in a mysql-ds.xml file (code ...

2. DataSource not being loaded when JBoss loads    forum.hibernate.org

Regular Joined: Wed Sep 29, 2004 11:34 am Posts: 62 Location: Houston, TX Initially I had Jboss 3.2.5 and hibernate configured properly and had no problems. When I started to use Jboss 4.0.1RC1 I have to wait for the server to start up completely before I can deploy my SAR file. If I have the SAR file in the server and ...