"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...