Hi there
I'm using UnitOfWork in my apps, and the settings in the
hibernate.cfg.xml file are nicely being pulled in (looking at the
code, the NHibernateUnitOfWorkFactory is doing the magic here).
I'm trying to get NHibernate.Search going, and it appears that I can't
add the properties to the file, so I'll need to do it manually.
<property name="hibernate.search.default.indexBase">Index</
property>
<property
name="hibernate.search.default.directory_provider">NHibernate.Search.Storage.FSDirectoryProvider,
NHibernate.Search</property>
I'm not quite sure how to tap into the plumbing of UnitOfWork to get
to the NHibernate configuration via code. I'm assuming it's possilbe?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" 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/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---