You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I include <property name="cache.use_sliding_expiration">true</property> in a hibernate.cfg.xml file, I received the following exception:
An exception occurred parsing configuration :The 'name' attribute is invalid - The value 'cache.use_sliding_expiration' is invalid according to its datatype 'String' - The Enumeration constraint failed.
When I checked the source, cache.use_sliding_expiration is not defined in nhibernate-configuration.xsd