0 Replies Latest reply on May 20, 2006 5:23 AM by kidder_whw

    create JBOSS Seam project use Oracle database can't auto gen

    kidder_whw

      I want to create project use oracle database like http://www.jboss.com/products/seam/SeamHBTools.html ,
      hibernate.cfg.xml :
      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE hibernate-configuration PUBLIC
      "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
      "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
      <hibernate-configuration>
      <session-factory>
      oracle.jdbc.driver.OracleDriver
      pmsuser
      jdbc:oracle:thin:@192.168.72.2:1521:CM23
      pmsuser
      org.hibernate.dialect.OracleDialect
      </session-factory>
      </hibernate-configuration>



      when use hibernate code generate to create seam framework project, can't refresh to read oracle database tables, what error about!