Is it really? From what I remember this error happens when you do
something like:

[AR]
public class User : ARBase<User>
{
  private ISet _roles = new ListSet();

  public ISet Roles
  {
    get { return _roles; }
    set { _roles = value; }
  }

  public ISet Permissions
  {
    get { return _roles; }
    set { _roles = value; }
  }
}

You might want to post it on the NHibernate forum, though.

On 7/14/06, Craig Deubler <[EMAIL PROTECTED]> wrote:
> How do I get around activeRecord/nHibernate, failing to complete a
> transaction because a gen'd component has a circular reference and it
> appears the table is locked?


-- 
Cheers,
hammett
http://hammett.castleproject.org/


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
CastleProject-users mailing list
CastleProject-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to