I think your issue has to do with the fact that HAR deployment does not seem to
work with Hibernate 3.0. Try taking that HAR and making it a SAR with a
jboss-service rather than a hibernate-service.
It is unlikely, at least last I heard, that a backport of jboss4 to make
hibernate3 work with
That was my original fix, but IT DID NOT WORK. I had a jboss-hibernate.jar
with the new package structure, but it was not sufficient, because it never
picked up my HAR file. I do not know why. That is why I went with this SAR
structure. I think that the HARDeployer is a 2.1-specific constru
I finally gave up and realized that that HARDeployer must be 2.x specific. So
I just created a hibernate3 SAR and deleted the old har deployer from my
install. Seems to work fine right now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872056#3872056
Repl
Currently, the distribution of JBoss AS 4.0.1 bundles hibernate2.jar with its
jboss-hibernate.deployer component. If hibernate2.jar is replaced by
hibernate3.jar, this still does not fully upgrade the HARDeployer because
jboss-hibernate.jar still has hibernate2 classes within it. Is there a wa