[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: from 3.2.7 to 4.0.3 with hibernate 3.1.3 and his hbm2ddl

descat do-not-reply at jboss.com
Tue Sep 5 04:12:17 EDT 2006


The problem seems to be in the configuration of hibernate into spring : 
it works fine with 
   
  | <property name="mappingResources">
  |    <list>
  |        <value>Axxxx.hbm.xml</value>
  |        <value>Bxxxxx.hbm.xml</value>
  |    </list>
  | </property>
  | 
but not with
   
  |   <property name="mappingDirectoryLocations">
  |      <list>
  |         <value>classpath:</value>
  |      </list>
  |   </property>
  | 
And I have a lot of hbm.xml files...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969381#3969381

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969381



More information about the jboss-user mailing list