<!--
*****************************
          *     NOTE: PLEASE ALSO CHECK THE HIBERNATE.PROPERTIES FILE
FOR SYSTEM LEVEL CONFIGURATION PROPERTIES   *

*****************************  -->
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration 
DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd"; > 
<hibernate-configuration>
    <session-factory name="ust-model">
        <!-- Database connection and transaction properties -->
        java:/JDBC/MIB
        net.sf.hibernate.transaction.JTATransac
tionFactory
        


net.sf.hibernate.transaction.JBossTransactionManagerLookup
        net.sf.hibernate.dialect.Oracle9Dialect

        <!-- Additional configuration properties -->
        false

        <!-- WARNING: This causes great problems with the oracle driver, it 
doesn't return a valid rowcount must be FALSE with Oracle -->
        false

        <!-- This property allows you to enable HQL query caches, using
Query.setCacheable(true) and Query.setCacheRegion(name) for ehcache.xml config 
-->
        true

        <!-- mapping files to be included with this session factory
-->
        
        
        
        
        
        
        
        
        
        
        
        <!-- //~pb: Issue #00368 -->
        
        
    </session-factory>
</hibernate-configuration>






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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076222
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to