Is it possible to view the mapping configurations / mapping xml files passed from activerecord to nhibernate?
views:
126answers:
1
+1
Q:
How can i view the mapping configurations passed to the NHibernate by the castle activerecord?
+2
A:
you can set the isDebug flag to true in the ActiveRecord section of your configuration file. With this flag enabled, the NHibernate mapping files are persisted to the application directory after the ActiveRecord engine has been initialized.
Christophe G
2008-12-18 12:54:05
thanks. Also how can i pass that settings to InPlaceConfigurationSource?
suhair
2008-12-19 09:53:57