|
From: NHibernate J. <mik...@us...> - 2007-01-08 16:04:34
|
Inconsistent need of the Flush method invokation
------------------------------------------------
Key: NH-853
URL: http://jira.nhibernate.org/browse/NH-853
Project: NHibernate
Type: Bug
Components: Core =20
Versions: 1.2.0.Beta2 =20
Reporter: Andr=C3=A9s G. Aragoneses
Priority: Trivial
Attachments: NHibBugAboutFlush.zip
I have managed to create a simple NHibernate testcase which creates some ob=
jects and all the operations are done successfully without the FLUSH method=
invokation *except* the many-to-many relation creations.
I am attaching the testcase as a VS2005 solution. Note the following line i=
n Program.cs:
//if this line is commented, the table TERMINALS_TERMINALGROUPS=
is not persisted! but the rest yes
oSession.Flush();
P.S.: Be sure to add the NHibernate DLL's to the 'Lib' directory (and to th=
e bin/Debug ones) when uncompressing.
P.S.2: Don't pay attention to the name of the solution. It's for another bu=
g I am going to open.
--=20
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nhibernate.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|