-->
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: artifacts generation problem (no java files generated)
PostPosted: Tue Aug 16, 2005 5:39 am 
Newbie

Joined: Tue Aug 16, 2005 5:27 am
Posts: 1
Eclipse 3.1 + hibernate-tools-3.0.0.alpha4

I created several tables in oracle database and tried to use Hibernate Artifacts Generation to generate hbm and java source code files.

In the first case, I didnot set the default schema in my hibernate.cfg.xml. I got the ORA-01000:maximum open cursors exceeded error.(But it works fine for MySQL). The oracle database i used is a shared server in the company, while MySQL is owned by myself.

After searching in this forum, I realized that I need to add a line to my cfg.xml file:
<property name="hibernate.default_schema">SCHEMA_NAME</property>.

After adding this line, there is no more such open cursor error. Some xml and html files are generated, but there is not any java source file or each table's hbm.xml files generated. The file alltables.html is generated but there is no table in this html. (In the sucessful scenario, all tables should be listed in this html).

Anybody can help me? Thanks in advance.














Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:


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.