[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem after upgrading JBoss 4.0.3-sp1 to Hibernate 3.1

2006-04-03 Thread javagrl
This information is well hidden and after much research, I finally figured it out. Basically, the steps are: 1. create a jar file containing your pojos, .hbm files and hibernate.cfg.xml. Make sure you name it with .jar extension, not .har. 2. remove jboss har deployer by deleting the har depl

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem after upgrading JBoss 4.0.3-sp1 to Hibernate 3.1

2006-02-03 Thread javagrl
parmaley, How did you not use Jboss's hibernate deployer? I have the same problem you have and would like to not use JBoss's har deployer, but I am not sure how to do that. Please post how you configured Jboss to not use the .har deployer and how you configured your hibernate session,etc. I'

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Which version of Hibernate comes with JBoss 4.0.3?

2006-02-03 Thread javagrl
I am using JBoss 4.0.3 and would like to use Hibernate 3.1.1. But I am having some trouble deploying annotated pojos using the HAR deployer. So, my question is two fold: 1. which version of Hibernate ships with Jboss 4.0.3. Where is this information posted? 2. can I use hibernated annotat