Spring.Net (& NHibernate?), missing Exception Translators?

In addition to @Marijn s post, depending on your configuration sometimes the exception No persistence exception translators found in container. Covers the real cause. Attaching to your process start and catching all spring.net exceptions (Ctrl+Alt+E / CLR Exceptions) usally reveals the root cause.

You get this error when there isn't an object that implements IPersistenceExceptionTranslator in your container. When you have a Spring.Net+NHibernate application, then this would typically be Spring.Net's LocalSessionFactoryObject. The PersistenceExceptionTranslationPostProcessor inspects the context for registered IPersistenceExceptionTranslator instances.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions