-->
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: Problem with hibernate.cfg.xml
PostPosted: Wed Apr 30, 2008 3:15 am 
Newbie

Joined: Wed Apr 30, 2008 3:02 am
Posts: 2
I'm working in a project in Java (jdk1.5) with Oracle 10g and Hibernate3. When I try to compile form IntelliJ7 with Tomcat5.5 I have errors in the hibernate.cfg.xml (the blod text cannot resolve it but exits):

<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="hibernate.connection.password">adminsch</property>
<property name="hibernate.connection.url">jdbc:oracle:thin:@172.21.13.56:1538:dschffee</property>
<property name="hibernate.connection.username">SCHFFEE</property>
<property name="hibernate.dialect">org.hibernate.dialect.OracleDialect</property>
<property name="hibernate.default_schema">SCHFFEE</property>


<mapping resource="es/isban/lbo/model/beans/Division.hbm.xml"/>
<mapping resource="es/isban/lbo/model/beans/ClienteGrupo.hbm.xml"/>
.
.
.
.


Thank you very much.


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.