Code:
hibernate.classLoader.application
hibernate.classLoader.resources
hibernate.classLoader.hibernate
hibernate.classLoader.environment;
I don't know what i have to do with these config attributes. since i'm working on JBoss AS 7 environment and using JBoss AS 7 provided Hibernate 4 jar by modular classloading.
I'm getting some ClassLoading issues wrt Infinispan 2nd level hib cache.
Can anybody tell me is there anything i have to do with the above attributes to make it work and what could be the values i can pass it for those config attributes.