-->
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.  [ 8 posts ] 
Author Message
 Post subject: Problem with Hibernate Tools
PostPosted: Fri Jan 25, 2008 12:43 am 
Newbie

Joined: Fri Jan 25, 2008 12:16 am
Posts: 7
Location: Brasil, Palmas - Tocantins
jdk1.5.0_12
jre1.5.0_12
Hibernate 3.2.2
Hibernate tools 3.2.0
Eclipse SDK
Version: 3.2.2
Build id: M20070212-1330

I have used Hibernate tool for Eclipse to generate hibernate.cfg.xml with successfull, despite that the only driver to MySQL that appear as option is org.gjt.mm.mysql.Driver, but I write manually com.mysql.jdbc.Driver. When the hibernate.cfg.xml is already generated, I go to Hibernate Code Generation option, the problem is in this step, because I'm not able to finish the process, an error occur when I click in refresh, a window "Lazy tree error" with the messages:

org.hibernate.console.HibernateConsoleRuntimeException: Problems while loading database driverclass (com.mysql.jdbc.Driver)
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

I yet add mysql-connector- java-5.0.6-bin.jar in the CLASSPATH and in the project and path directory but I continue receiving the errors.
I have made as the instructions in:
[url]http://www.hibernate.org/hib_docs/tools/viewlets/custom_reverse_engineering.htm
[/url]


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 25, 2008 3:47 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
3 posts for the same question ? I only got one answer ;)

putting stuff in CLASSPATH is definitly bad - only do it on the project level.

In any case I tried doing what you described and it just works for me so I would need a more detailed description of what you exactly do that leads to the failure.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 25, 2008 5:22 am 
Newbie

Joined: Fri Jan 25, 2008 12:16 am
Posts: 7
Location: Brasil, Palmas - Tocantins
max wrote:
3 posts for the same question ? I only got one answer ;)

putting stuff in CLASSPATH is definitly bad - only do it on the project level.

In any case I tried doing what you described and it just works for me so I would need a more detailed description of what you exactly do that leads to the failure.


Why the wizard dont present to me com.mysql.jdbc.Driver when its necessary to select a Driver class?
By the way, it is possible to remove the others two posts what are repeateds. Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 25, 2008 6:26 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
because noone reported it as in issue before...

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 25, 2008 4:23 pm 
Newbie

Joined: Fri Jan 25, 2008 12:16 am
Posts: 7
Location: Brasil, Palmas - Tocantins
Hello!
The problem continue, and here is all details about that:


Message:
org.hibernate.console.HibernateConsoleRuntimeException: Problems while loading database driverclass (com.mysql.jdbc.Driver)

Exception Strack Trace:
org.hibernate.console.HibernateConsoleRuntimeException: Problems while loading database driverclass (com.mysql.jdbc.Driver)
at org.hibernate.console.ConsoleConfiguration.registerFakeDriver(ConsoleConfiguration.java:233)
at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:221)
at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:135)
at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35)
at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:112)
at org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter.readDatabaseSchema(LazyDatabaseSchemaWorkbenchAdapter.java:65)
at org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter.getChildren(LazyDatabaseSchemaWorkbenchAdapter.java:36)
at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:73)
at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:207)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.hibernate.util.ReflectHelper.classForName(ReflectHelper.java:102)
at org.hibernate.console.ConsoleConfiguration.registerFakeDriver(ConsoleConfiguration.java:225)

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 name="hoje">
        <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="hibernate.connection.password">123</property>
        <property name="hibernate.connection.url">jdbc:mysql://127.0.0.1/negocios</property>
        <property name="hibernate.connection.username">root</property>
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
    </session-factory>
</hibernate-configuration>


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 26, 2008 6:06 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
show me your .classpath for the project.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 26, 2008 2:07 pm 
Newbie

Joined: Fri Jan 25, 2008 12:16 am
Posts: 7
Location: Brasil, Palmas - Tocantins
.classpath

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Mysql/mysql-connector-java-5.0.6/mysql-connector-java-5.0.6-bin.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/hibernate3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-launcher-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-antlr-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-junit-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-swing-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/asm.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/asm-attrs.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/c3p0-0.9.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/cglib-2.1.3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/checkstyle-all.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/cleanimports.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/commons-collections-2.1.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/concurrent-1.3.2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/connector.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ehcache-1.2.3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jaas.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jacc-1_0-fr.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/javassist.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jaxen-1.1-beta-7.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-cache.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-common.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-jmx.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-system.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jdbc2_0-stdext.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jgroups-2.2.8.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jta.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/log4j-1.2.11.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/oscache-2.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/proxool-0.8.3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/swarmcache-1.0rc2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/syndiag2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/versioncheck.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/xerces-2.6.2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/xml-apis.jar"/>
<classpathentry kind="output" path="web/WEB-INF/classes"/>
</classpath>


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 26, 2008 3:02 pm 
Newbie

Joined: Fri Jan 25, 2008 12:16 am
Posts: 7
Location: Brasil, Palmas - Tocantins
Hello max and all my new friends, I think that I was just lost in the "plug-in hell" ;) Because now, I change all configurations and it's marvelous working, that is the new:

Eliclipse Europa
Version: 3.3.1.1
Build id: M20071023-1652

HibernateTools-3.2.0.GA.zip


.classpath
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Mysql/mysql-connector-java-5.0.6/mysql-connector-java-5.0.6-bin.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/hibernate3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-launcher-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-antlr-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-junit-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ant-swing-1.6.5.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/asm.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/asm-attrs.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/c3p0-0.9.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/cglib-2.1.3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/checkstyle-all.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/cleanimports.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/commons-collections-2.1.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/concurrent-1.3.2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/connector.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/ehcache-1.2.3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jaas.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jacc-1_0-fr.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/javassist.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jaxen-1.1-beta-7.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-cache.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-common.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-jmx.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jboss-system.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jdbc2_0-stdext.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jgroups-2.2.8.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/jta.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/log4j-1.2.11.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/oscache-2.1.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/proxool-0.8.3.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/swarmcache-1.0rc2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/syndiag2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/versioncheck.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/xerces-2.6.2.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Administrador.PERSONAL/Meus documentos/Ailton/downloads/Hibernate/hibernate-3.2/lib/xml-apis.jar"/>
<classpathentry kind="output" path="web/WEB-INF/classes"/>
</classpath>

Thanks!!!!!!


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