用伺服器提供的資料來源,hibernate出現問題。
我用的是oracle9.
配置檔案如下:
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration
PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="connection.datasource">java:comp/env/jdbc/hibernate</property>
<property name="show_sql">false</property>
<property name="dialect">net.sf.hibernate.dialect.OracleDialect</property>
<!-- Mapping files -->
<mapping resource="com/hellking/study/hibernate/Address.hbm.xml"/>
<mapping resource="com/hellking/study/hibernate/Student.hbm.xml"/>
<mapping resource="com/hellking/study/hibernate/Classes.hbm.xml"/>
<mapping resource="com/hellking/study/hibernate/Course.hbm.xml"/>
</session-factory>
</hibernate-configuration>
執行後出現的異常,不知是何理由.請看附件:
配置檔案如下:
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration
PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="connection.datasource">java:comp/env/jdbc/hibernate</property>
<property name="show_sql">false</property>
<property name="dialect">net.sf.hibernate.dialect.OracleDialect</property>
<!-- Mapping files -->
<mapping resource="com/hellking/study/hibernate/Address.hbm.xml"/>
<mapping resource="com/hellking/study/hibernate/Student.hbm.xml"/>
<mapping resource="com/hellking/study/hibernate/Classes.hbm.xml"/>
<mapping resource="com/hellking/study/hibernate/Course.hbm.xml"/>
</session-factory>
</hibernate-configuration>
執行後出現的異常,不知是何理由.請看附件:
相關文章
- 在tomcat5.0的資料來源配置時出現的問題!!Tomcat
- 資料來源問題求救
- Tomcat資料來源的問題Tomcat
- 多個資料來源的問題
- JBoss下配置資料來源問題
- 用.NET新提供的managedprovider來訪問Oracle資料(轉)IDEOracle
- 求助: 用Hibernate連線多個資料庫的問題?資料庫
- sbt配置——資料來源問題解決
- Webspere配置Oracle RAC 資料來源的問題 (ZT)WebOracle
- 看看我的jboss查詢資料來源的問題
- Springboot整合mybatis實現多資料來源所遇到的問題Spring BootMyBatis
- Hibernate 資料同步問題請教
- 請教weblogic資料來源使用問題Web
- hibernate資料庫連線池的問題資料庫
- 關於WebSphere中配置OracleRAC資料來源的問題WebOracle
- 請問jive可以用odbc的資料來源嘛?
- IBMSST提供瞭解決資源問題的捷徑IBM
- 配置nfs伺服器出現的問題NFS伺服器
- eclipse下開發struts+hibernate出現的問題!Eclipse
- JAVA訪問雲資料mysql出現問題JavaMySql
- weblogic多資料來源故障轉移問題Web
- 訊息驅動bean使用資料來源問題Bean
- jb+wl開發ejb,資料來源問題
- tomcat資料來源編碼設定問題Tomcat
- 各位大哥,jboss配置資料來源的問題,幫幫忙!
- 用Hibernate訪問DB27.2的問題DB2
- Laravel 安裝 voyager 出現的資料庫問題Laravel資料庫
- GridView用資料來源控制元件和用DataTable作為資料來源的不同View控制元件
- DataWorksV2.0新增資料來源典型問題場景
- hibernate 於sybase資料庫的問題-尋求答案資料庫
- 關於hibernate+informix資料庫的問題,急ORM資料庫
- Springboot通過AOP整合多資料來源,分析@Transaction切換資料來源不生效問題Spring Boot
- web 報表如何使用以服務方式提供的資料來源?Web
- 獲取oracle資料庫連線出現的問題Oracle資料庫
- 資料匯出問題
- 談談12個最常見的資料質量問題及其來源
- 這個jndi連線資料來源的問題怎麼解決?
- 請教一個struts+tomcat 資料來源配置的問題Tomcat