-->
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.  [ 5 posts ] 
Author Message
 Post subject: cannot get reverse engineer artifacts to generate anything
PostPosted: Wed Nov 02, 2005 6:25 am 
Newbie

Joined: Wed Nov 02, 2005 6:18 am
Posts: 7
using latest version of eclipse and tools on xp

It just wont work, I have followed the docs (the images need updating by the way) and nothing.

It looks as if it might be working, but no errors or warnings or artifacts.

If I use the Hibernate Consol, I can see the contents of my database so that implies to me that my hibernate.cfg.xml file is ok and I can generate a reveng.xml file ok as well

Please help, I am starting to lose the will to live

thanks

BOb


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 02, 2005 6:41 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
are you using oracle and default schema ? then make sure you have specified it with uppercase.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 02, 2005 7:05 am 
Newbie

Joined: Wed Nov 02, 2005 6:18 am
Posts: 7
I am using MS SQL 7 \ 2005. I am using the latest jTDS driver.

Catalog and schema are all case accurate to the database.

I have tried using the default fields and also the fields on the driver url, but no joy

BOb


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 02, 2005 8:06 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
and you dont have a reveng.xml which has bad includes or something ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 02, 2005 8:25 am 
Newbie

Joined: Wed Nov 02, 2005 6:18 am
Posts: 7
no - I dont think so

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="ACRLogistics">
        <property name="hibernate.connection.driver_class">net.sourceforge.jtds.jdbc.Driver</property>
        <property name="hibernate.connection.url">jdbc:jtds:sqlserver://BRKNTDEV02:1433/Integra57;user=sa;password=sqladmin</property>
        <property name="hibernate.connection.password">sqladmin</property>
        <property name="hibernate.connection.username">sa</property>
        <property name="hibernate.default_catalog">Integra57</property>
        <property name="hibernate.default_schema">dbo</property>
        <property name="hibernate.dialect">org.hibernate.dialect.SQLServerDialect</property>
    </session-factory>
</hibernate-configuration>



[/code]


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