-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: Hibernate Tools doesn't fetch any table
PostPosted: Thu Dec 13, 2007 6:17 am 
Newbie

Joined: Thu Dec 13, 2007 6:11 am
Posts: 2
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>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 13, 2007 9:29 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
oracles schema name is case sensitive. Use it in uppercase.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Hibernate Tools doesn't fetch any table
PostPosted: Thu Dec 13, 2007 9:35 am 
Newbie

Joined: Thu Dec 13, 2007 6:11 am
Posts: 2
YES!!!!!!


Top
 Profile  
 
 Post subject: reply
PostPosted: Mon Mar 30, 2009 9:40 am 
Newbie

Joined: Wed Sep 03, 2008 11:39 am
Posts: 4
This should be fixed in hibernate tools.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 02, 2009 1:23 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
you can submit patches to our jira.

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.