We have a production application that is using NHibernate, Version=1.2.1.4000.
We have WCF services running in IIS 6.0 process and when the services are executed to retrieve data we recieve an the followign error...
ERROR NHibernate.Cfg.Configuration.LogAndThrow - An association from the table "TableName" refers to an unmapped class: "EntityClass". Then the IIS Application pool stops thus bringing down the services.
To get the services back up and running we have to recycle the application pool. After the recycle of the application pool, the services and nHibernate mappings work after. However, after a period of inactivity the nHibernate configuration error is thrown and the service go down again.
Any assistance on this issue is appreciated.
|