[jboss-user] [JBoss Cache: Core Edition] - Re: JDBMCacheLoader location property

manik.surtani@jboss.com do-not-reply at jboss.com
Wed Nov 26 04:51:34 EST 2008


"cavani" wrote : 
  | 
  |   | <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.0">
  |   | 
  |   | 	<transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
  |   | 
  |   | 	<loaders passivation="false" shared="false">
  |   | 		<preload>
  |   | 			<node fqn="/"/>
  |   | 		</preload>
  |   | 
  |   | 		<loader
  |   | 			class="org.jboss.cache.loader.jdbm.JdbmCacheLoader"
  |   | 			async="false"
  |   | 			fetchPersistentState="true"
  |   | 			ignoreModifications="false"
  |   | 			purgeOnStartup="false">
  |   | 			
  |   | 			<properties>location=/srv/cache/#data</properties>
  |   | 
  |   | 		</loader>
  |   | 	</loaders>
  |   | 
  |   | </jbosscache>
  |   | 
  | 

I'm guessing the #data bit is intended as a comment?  If so, have you tried putting a space between "/srv/cache/" and the comment?


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

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



More information about the jboss-user mailing list