-->
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.  [ 2 posts ] 
Author Message
 Post subject: Lazy tree error: error while fetching children with DB2
PostPosted: Mon Nov 01, 2010 7:04 am 
Newbie

Joined: Mon Nov 01, 2010 6:41 am
Posts: 2
Hi,

I'm using Hibernate tools avec RDI (RATIONAL BUSINESS DEVELOPER 7.5) et DB2

I've received an error while configurer hibernate.reveng.xml with Hibernate reverse engineering editor when clicking on refresh button in order to conncet DB2 database tables
here is my hibernate.cfg.xml content:

<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.ibm.as400.access.AS400JDBCDriver</property>
<property name="hibernate.connection.url">jdbc:as400://xxx</property>
<property name="hibernate.connection.username">ELMU</property>
<property name="hibernate.connection.password">xxx</property>
<property name="hibernate.default_schema">TSTCFC</property>
<property name="hibernate.dialect">org.hibernate.dialect.DB2400Dialect</property>
</session-factory>
</hibernate-configuration>

the error:
Lazy tree error: error while fetching children
java.lang.StringIndexOutOfBoundsException


Please help.


Top
 Profile  
 
 Post subject: Re: Lazy tree error: error while fetching children with DB2
PostPosted: Mon Nov 01, 2010 10:19 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 11, 2009 2:26 am
Posts: 29
ask this in the tools section


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.