Nhibernate "illegal attempt to associate a collection with two open sessions" error

Source: Internet
Author: User

[Transaction (readonly = false)] <br/> Public Virtual void saveorupdate (entityt fine) <br/>{< br/> ibusinessential tity entity = (ibusinessential tity) Fine; <br/> hibernatetemplate. saveorupdate (fine); <br/>}< br/>

The error "illegal attempt to associate a collection with two open sessions" always occurs when saveorupdate is executed. The check result is caused by a pair of multiple contents in the Data ing:

 

 

<Bag name = "contents" cascade = "all-delete-Orphan" inverse = "true" table = "content" lazy = "false"> <br/> <key column = "Itemid"/> <br/> <one-to-define class = "Sof. model. sof. content, Sof. model "/> <br/> </bag>

 

The contents attribute of the object class is set to null before saveorupdate is called.

 

A. parentid = bookid; <br/>. remarkint = sortindex; <br/>. title = title; <br/>. remark2 = remark; <br/>. contents = NULL; <br/> bllfactory. bookbll. updatearticle ();

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.