Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
1.2.1 GA
Debug level Hibernate log excerpt:
2008-04-18 15:44:31,333 [1] WARN NHibernate.Impl.SessionImpl [(null)] <(null)> - Narrowing proxy to SubClass1 - this operation breaks ==
2008-04-18 15:45:15,208 [16] WARN NHibernate.Impl.SessionImpl [(null)] <(null)> - Narrowing proxy to SubClass2 - this operation breaks ==
the classes at hand are joined-subclass with a generic repository that is using generics to return the base type of the inheritance tree. I am using
table-per subclass in this scenario.
My warning log file is being filled with these entries anytime the classes are being loaded.
It isn't causing any errors, its just warnings but they are crowding my logfiles. Is there anyway to suppress this warning from getting to the logs?
Thanks