Ehcache.xml is not recognized by our application in JBoss.  Our application 
contains a har file and inside the har we have the ehcache.xml.  

Our jboss-service.xml file includes the following:
<server>
  | <mbean code="org.hibernate.jmx.HibernateService"
  | name="jboss.jca:service=HibernateFactory,name=HibernateFactory">
  | <depends>jboss.jca:service=RARDeployer</depends>
  | <depends>jboss.jca:service=LocalTxCM,name=MySqlDS</depends>
  | <attribute name="Datasource">java:/MySqlDS</attribute>
  | <attribute name="Dialect">org.hibernate.dialect.MySQLDialect</attribute>
  | <attribute name="JndiName">java:/hibernate/HibernateFactory</attribute>
  | <attribute name="SecondLevelCacheEnabled">true</attribute>
  | <attribute 
name="CacheProviderClass">org.hibernate.cache.EhCacheProvider</attribute>
  | <attribute name="ShowSqlEnabled">false</attribute>
  | <attribute 
name="TransactionStrategy">org.hibernate.transaction.JTATransactionFactory</attribute>
  | <attribute 
name="TransactionManagerLookupStrategy">org.hibernate.transaction.JBossTransactionManagerLookup</attribute>
  | <attribute name="FlushBeforeCompletionEnabled">true</attribute>
  | <attribute name="AutoCloseSessionEnabled">true</attribute>
  | <attribute name="MapResources">...</attribute>
  | </mbean>
  | </server>

I get the following warnings:
10:53:31,609 WARN [Configurator] No configuration found. Configuring ehcache 
from ehcache-failsafe.xml found in the classpath: 
jar:file:/C:/JBoss/myjboss/server/all/lib/ehcache-1.1.jar!/ehcache-failsafe.xml

What is wrong here?  I can't seem to figure out what is the problem.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913611#3913611

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913611


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to