| Hi,
 I am having problems executing SQL Queries and Named Queries with the latest SVN (revision 2031) getting a Null Pointer exeption at:
 
 NHibernate.Loader.GetKeyFromResultSet (line 728)
 
 EntityAliases is null
 
 In this case the implementation that is been used is:
 
 NHibernate.Loader.Custom.SqlLoader
 
 and I do not see where the property EntityAliases in SqlLoader gets a value. This property returns the "entityDescriptors" field and I do not see where a value is assigned to it in this class (SqlLoader).
 
 I something missing there? Is anybody using CreateSQLQuery or GetNamedQuery with the latest SVN code?
 
 Thanks,
 
 RJB
 
 
 |