Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8602359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:04:01+00:00 2026-06-12T02:04:01+00:00

I currently have an issue whereby we are trying to save some XML via

  • 0

I currently have an issue whereby we are trying to save some XML via an NHibernate mapping, which works fine, except when the XML reaches a certain length. The mapping looks something like this:

Property(x => x.Expression, c =>
{
    c.NotNullable(true);
    c.Column(m => m.SqlType("xml"));
});

The exception being thrown is:

The length of the string value exceeds the length configured in the mapping/parameter.

Obviously its telling me that the string is too long, although as its an XML mapping I wouldn’t have thought this would be a problem? Saving the XML directly into the SQL Server database via an insert works fine as expected so it looks like the issue is with the NHibernate mapping. Does anyone have any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:04:02+00:00Added an answer on June 12, 2026 at 2:04 am

    Trying changing the mapping to the following:

    Property(x => x.Expression, c =>
    {
        c.NotNullable(true);
        c.Type(NHibernateUtil.XmlDoc);
    });
    

    And then your domain object to use the XmlDocument instead of a string.

    It seems that NHibernate doesn’t always correctly map XML to a string, especially if it’s a long one.

    If you want to be a little more LINQy, you can use an XDocument with the NHibernateUtil.XDoc, although I’ve not tried them myself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a modeling issue with Symfony2/Doctrine2. I am currently trying to pass a
We currently have an existing issue tracker, which the service management team utilise for
I have an issue with Spark Lists whereby I am trying to ensure that
I'm currently have an issue trying to edit the Text inside my Document.Contents.Text The
I currently have a issue with firefox, where all other browser behave in the
I'm having an issue with multiple markers on google maps - I currently have
I have a strange issue . I am currently working on a mail app
So i have a lack of knowledge issue with this. I'm currently streaming my
I have an issue whereby the company uses a business tracking system that captures
We currently have a problem whereby on our stage servers, links that exist on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.