Hi Everyone,

I've got a small problem that I can't figure out. I have a MonoRail
application and I've setup Windsor and the required facilities (ATM
and NHibernateIntegration). I've built and using the latest trunk (rev
5500). I'm also trying out NHibernate.Linq (via my own repository) and
Fluent NHibernate Auto Mapping.

Now, the app runs and I can query the database which is a good sign.
But if I try to save, nothing ends up in the database. I think this is
due to no transaction as they are required as of NH 2.x (I think I
read that). Is I manually flush the session it works, but I'd rather
not do that and use ATM instead.

I've stepped through the source and I get into the ATM
TransactionInterceptor but on Commit() no IResources have been
enlisted and so the transaction doesn't commit.

So I guess my question is, why is there no IResources? What might I
have done wrong/missed?

For those that are interested, the code is here:

http://andypike.googlecode.com/svn/trunk/

Thanks in advance

Andy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" 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/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to