Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.0
Mapping documents:
- <server>
- <mbean code="org.jboss.hibernate.jmx.Hibernate" name="starwood.ips:service=Hibernate">
<attribute name="DatasourceName">java:/IDS</attribute>
<attribute name="Dialect">org.hibernate.dialect.InformixDialect</attribute>
<attribute name="SessionFactoryName">java:/hibernate/ISessionFactory</attribute>
<attribute name="CacheProviderClass">org.hibernate.cache.HashtableCacheProvider</attribute>
<attribute name="ShowSqlEnabled">true</attribute>
</mbean>
</server>
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
I don't see isolation property in Hibernate MBean.How can i add Isolation level for application in Hibernate MBean??
I am using Hibernate service as JBoss service, i think cann't use hibernate-config.xml file.
Thanks