Hello:
I am trying the reverse engineering tools. I keep getting the exception generated below. I even download and installed the nightly build of the tools (HibernateTools-3.2.2.200807151612-nightly), and I still keep getting the same exception.
I can connect to the database and select the schema that I want correctly. hibernate.reveng.xml is included below as well. Any help is appreciated.
Hibernate version: 3.2
Full stack trace of any exception that occurs:
Exception while generating code
Reason:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
Index: 0, Size: 0
<No message>
Name and version of the database you are using: postgres 8.3
hibernate.reveng.xml
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-reverse-engineering PUBLIC "-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd" >
<hibernate-reverse-engineering>
<table-filter match-schema="public" match-name=".*"/>
</hibernate-reverse-engineering>