views:

126

answers:

1

Is it possible to view the mapping configurations / mapping xml files passed from activerecord to nhibernate?

+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
thanks. Also how can i pass that settings to InPlaceConfigurationSource?
suhair