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.  [ 1 post ] 
Author Message
 Post subject: Plugin eclipse hibernate tool : IndexOutOfBounds
PostPosted: Fri Mar 16, 2007 6:08 pm 
Newbie

Joined: Fri Mar 16, 2007 11:22 am
Posts: 1
Bonjour,

J'utilise le plugin hibernate tools beta7 sous eclipse 3.2, BD=mysql et en suivant ce tuto:
http://www.hibernate.org/hib_docs/tools ... ugins.html

Mais lors de la génération du code:

Code:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  <No message>


Apparemment, la liste remplie par les tables de la BD est vide ce qui fait que la lecture plante...

Je me suis pourtant assuré des choses suivantes:
- driver (mysqlconnector) présent dans le classpath de la console configuration
- BD créé, remplie
- ports libres

Aussi voila mon hibernate.cfg.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
      "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
      "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
    <session-factory>
        <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/test</property>
        <property name="hibernate.connection.username">root</property>
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
    </session-factory>
</hibernate-configuration>


J'ai également testé avec hsqlbd, même constat.

Merci d'avance parce que je séche sec...


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

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.