| 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.
 
 
 |  |