i am trying to use Hibernate tools 3.0 alpha1 to reverse engineer hbm.xml and POJO code. I am using Oracle 9.1.x database with Eclipse-SDK-3.1M4-win32.
have the following entries in the hibernate.cfg.xml file:
Quote:
<?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 name="myo">
<property name="hibernate.connection.username">hisignmis</property>
<property name="hibernate.connection.password">hisignmis</property>
<property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>
<property name="hibernate.connection.url">jdbc:oracle:thin:@192.168.0.1:1521:misly</property>
<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
</session-factory>
</hibernate-configuration>
Artifact generation get errors:
Error under artifact generation
Reason:
org.hibernate.cfg.JDBCBinderException:org.hibernate.mapping.Clumn(WK$IID) already exist in org.hibernate.mapping.Table(null.WKSYS.Wk$_Data_Source_TYPE)