hot deploy « JBoss « JPA Q&A





1. jboss hot deployment problems with hibernate    stackoverflow.com

I have the following problem. When I deploy my ear file to server\default\deploy folder of JBOSS the first time, things seem to work fine. But then, with JBOSS still running, ...

2. Jboss hot deploy question    forum.hibernate.org

We are deploying our hibernate domain classes and .hbm.xml files as a .sar file into the jboss deploy directory, and using an MBean to manage it. The problem we are having is that occasionally on a hot deploy (dropping the .sar into the deploy directory while jboss is running), we get an exception something like "No persister found for class ..." ...

3. hot deploy jboss    forum.hibernate.org

I work in an environment where we have many different applications deployed to jboss using hibernate as persistence engine. We add a new application every couple of weeks. It would be nice to be able to deploy the application without having to restart JBoss. (I am creating an EAR file per application with it's own loader in jboss... My config: j2sdk1.4.2_02, ...