-->
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: System.Xml.XmlException: The XML declaration is unexpected
PostPosted: Tue May 02, 2006 11:52 am 
Newbie

Joined: Thu Apr 27, 2006 4:13 am
Posts: 7
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:

Mapping documents:
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.0" namespace="WebApplication3" assembly="WebApplication3">
<class class="cls" table="cls" lazy="true">
<id name="Num" column="Num" type="Int32" unsaved-value="0">
<generator class="assigned" />
</id>

</class>
</hibernate-mapping>

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:

first I should be thankfull of those answered my questions!
my problem in web application is that NHibernate don't find through the assembly any resources that end with .hbm.xml .
I have related xml files which are compiled into the assembly as Embedded Resources. I don't what is wrong?

I have a class named cls.cs and an xml file named cls.hbm.xml;
you can see my xml file above

cfg.AddClass(typeof(WebApplication3.cls));
the above line throw bellow error:

Exception Details: System.Xml.XmlException: The XML declaration is unexpected. Line 1, position 4.

I get confused because the same codes works correctly in windows application.


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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.