Today's errors running on the trunk

I did some work today with MonoRail and some of the tools from Ayende's repository (which contains a lot of tools/code snippets/extensions etc he calls Rhino Tools). I build both things from trunk as well as nHibernate from trunk because I tried to figure out a lot of internal stuff, however this ca... [More]

Subscribing to RSS feed for a single phpbb forum

The forum for usage questions about nHibernate is a sub forum on the hibernate forum site. When you are in the nHibernate sub forum a nice and shiny RSS button is shown but the feed that it links to contains all items from all sub forums on the site which is not what i expected. I have lived with th... [More]

Subqueries in nHibernate and testing result for NULL

If you haven't noticed yet i like working with nHibernate, however once in a while you hit something not implemented in nHibernate (yet!). A while ago i worked on a project using nHibernate and should construct a query, this included a subselect which shouldn't be a problem... [More]

Failing tests against the database

I found myself trying to fix a bug in the nHibernate source today.With nHibernate its a pleasure to have a lot of unit tests to make sure you (hopefully) haven't broken anything with your changes. I did what i always do, checked out the nHibernate trunk ran all the tests and no failures. ... [More]