User development, A new message was posted in the thread "Weblogic with JBossCache2":
http://community.jboss.org/message/529308#529308 Author : Galder Zamarreno Profile : http://community.jboss.org/people/[email protected] Message: -------------------------------------------------------------- If JNDI is giving you issues, why not use the standard multiplexed factory as indicated in http://www.jboss.org/file-access/default/members/jbossclustering/freezone/docs/hibernate-caching/3.5/en-US/html/configuration.html#sessionfactory-multiplexed? Instead of giving the JNDI name, use the multiplexed version and and define hibernate.cache.jbc.configs only if you're modifying the default cache configuration. By the way, you should try using Infinispan as 2 level cache provider rather than JBoss Cache since it's faster and consumes a lot less memory . See http://community.jboss.org/docs/DOC-14105 -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/529308#529308
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
