hy
don't be angry.. I've tought maybe you haven't understood my problem because my english is bad!
I don't want to do the same question over and over again.. excuse me for this. It's hard 4 me to explain my problem in english.
So you say me I can't use that jndi configuration with the Hibernate tool on eclipse..
so I can must do something like this:
<?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>
<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="hibernate.connection.password">xxx</property>
<property name="hibernate.connection.url">jdbc:oracle:thin:@19x.xxx.xxx.xxx:1521:orcl</property>
<property name="hibernate.connection.username">xxx</property>
<property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>
</session-factory>
</hibernate-configuration>
I try to do that but the tool is stopped on "fetching childern on database"
as you can see in this screen
http://i3.tinypic.com/w15wnn.gif
I wait but nothing.... it doesn't see anything.
I'm angry because it's from 2days I try to solve this problem... and for a moment it's work an I've seen the db table but few minutes later (I don't know what I've changed) it again did not work.
Thanks 4 your patinet.
Alain