[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1025) Hibernate Tools doesn't fetch any table

pablo (JIRA) noreply at atlassian.com
Thu Dec 13 06:56:56 EST 2007


Hibernate Tools doesn't fetch any table
---------------------------------------

                 Key: HBX-1025
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1025
             Project: Hibernate Tools
          Issue Type: Bug
          Components: reverse-engineer
    Affects Versions: 3.2beta9
         Environment: Jbuilder 2007, Oracle 10g, Hibernate 3.2, Hibernate tools 3.2 9a
            Reporter: pablo
            Priority: Blocker


Hi. 

I'm developing an Struts application with Hibernate. I use Oracle 10g. 

When I run the application, the hibernate plugin connects correctly to the database and maps the entities I configured manually in the hibernate.cfg.xml. 

I want to do a reverse eng creating the java dao objects, but when I try to fetch all tables, nothing appears and no error is shown. 

If I configure the hibernate tools to generate the html documentation, I get an IndexOutOfBoundException (0,0). 

any idea? 

<hibernate-configuration> 
<session-factory name="factory"> 
<property name="hibernate.bytecode.use_reflection_optimizer">false</property> 
<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property> 
<property name="hibernate.connection.password">iaap</property> 
<property name="hibernate.connection.url">jdbc:oracle:thin:@192.168.58.191:1521:iaap</property> 
<property name="hibernate.connection.username">iaap</property> 
<property name="hibernate.default_schema">iaap</property> 
<property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property> 
</session-factory> 
</hibernate-configuration>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list