Today I installed the lates version of Eclipse with JBOSS IDE 
(JBossIDE-1.5.1.GA-Bundle-win32.zip)
and tryed to make reverse engineering.
I use Oracle9 database. 

I did not get any errors but in "Hibernate configuration" view I do not see any 
table. Why?

It is my hibernate.cfg.file

<?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
        ***
        jdbc:oracle:thin:@192.168.1.12:1521:test
        nik
        nik
        org.hibernate.dialect.Oracle9Dialect
    </session-factory>
</hibernate-configuration>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936174


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to