We migrating from Hibernate 2 to Hibernate 3. We upgraded JBoss to version 4.02. Our old version with Jboss 4.0.1 with Hibernate 2 worked fine with no errors. When we migrated everything works fine, except that we can not update or delete. It makes no sense! There is no error produced either.
Hibernate-service.xml is as Follows: <server> | <mbean code="org.jboss.hibernate.jmx.Hibernate" name="jboss.har:service=Hibernate"> | <attribute name="DatasourceName">java:/MySqlDS</attribute> | <attribute name="Dialect">org.hibernate.dialect.MySQLDialect</attribute> | <attribute name="SessionFactoryName">java:/hibernate/HibernateFactory</attribute> | <attribute name="CacheProviderClass">org.hibernate.cache.TreeCacheProvider</attribute> | <attribute name="ShowSqlEnabled">false</attribute> | </mbean> | </server> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877518#3877518 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877518 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
