-->
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.  [ 2 posts ] 
Author Message
 Post subject: failed to create SessionFactory in Hibernate Console
PostPosted: Thu Feb 24, 2005 3:48 am 
Newbie

Joined: Tue Feb 22, 2005 10:47 pm
Posts: 2
I am using JBoss1.5 IDE.
Failed to create SessionFactory.
error message
================

Problem while executing Create
Sessionfactory(org.hibernate.hibernateException: problem parsing configuration C:\jboss15-download\eclipse\workspace8\hb_java\src\hibernate.cfg.xml
================

==hibernate.cfg.xml==
<?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-factoryname="sfn">
<property name="hibernate.connection.url">jdbc:postgresql:ejbbank</property>
<property name="hibernate.cglib.use_reflection_optimizer">true</property>
<property name="hibernate.connection.password">postgres</property>
<property name="hibernate.connection.username">postgres</property>
<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<mapping resource="tc/Cat.hbm.xml"/>
</session-factory>
</hibernate-configuration>
========================hibernate.cfg.xml===


Top
 Profile  
 
 Post subject: Re: failed to create SessionFactory in Hibernate Console
PostPosted: Thu Feb 24, 2005 2:33 pm 
Newbie

Joined: Thu Feb 24, 2005 8:01 am
Posts: 3
check the space between session-factory and name in <session-factoryname="sfn">


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