Hi, For "exception: Could not execute query[SQL: SQL not available]" there is usually an inner exception with more details.
Since you've found some connection to DEBUG-logging, please have a look through these related issue reports. If you think none of them describes your scenario, please open a new issue report with a test case to reproduce the problem (http://nhforge.org/blogs/nhibernate/archive/2008/10/04/the-best-way-to-solve-nhibernate-bugs-submit-good-unit-test.aspx). If going from DEBUG->INFO is the only thing you change to make it work, I would agree that it looks like a bug. https://nhibernate.jira.com/browse/NH-2182 https://nhibernate.jira.com/browse/NH-2929 https://nhibernate.jira.com/browse/NH-2779 /Oskar 2013/1/21 Spamme <[email protected]>: > We have found the problem, this is a bug of nhibernate, we had changed the > logging level from "INFO" to "DEBUG": > > <logger name="NHibernate" additivity="false"> > <level value="INFO"/> <!--Setting the level to "DEBUG" will cause > errors!!!--> > <appender-ref ref="RollingFile"/> > </logger> > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/nhusers/-/59GU9Fu1t60J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
