[JBoss-dev] [JBossCache] - Re: persistPolicy on TreeCache??

2005-01-24 Thread [EMAIL PROTECTED]
JBossCache xml won't accept your xmbean element. If you want to have different 
persistent policy, you will need a different CacheLoader, if this is what you 
are after.

-Ben

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863418#3863418

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863418


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: persistPolicy on TreeCache??

2005-01-21 Thread Jarva55
sorry. the xml is like this:

mbean code=org.jboss.cache.TreeCache
  | name=jboss.cache:service=TreeCache
  | 
  | dependsjboss:service=Naming/depends
  | dependsjboss:service=TransactionManager/depends
  | 
  | xmbean
  | descriptionPersistentTreeCache/description
  | descriptors
  | persistence persistPolicy=OnUpdate/
  | !-- THIS IS IMPORTANT -- 
  | persistence-manager 
value=org.jboss.mx.persistence.DelegatingPersistenceManager/
  |  
  | !-- May use a different external AttributePersistenceService; 
default should be ok.  
  | descriptor name=attribute-persistence-service 
value=jboss:service=AttributePersistenceService/
  | descriptor name=attribute-persistence-operation 
value=apmCreate/
  | --
  | /descriptors
  | classorg.jboss.cache.TreeCache/class
  | attribute access=read-write 
getMethod=getLockAcquisitionTimeout setMethod=setLockAcquisitionTimeout
  | nameLockAcquisitionTimeout/name
  | typelong/type
  | /attribute   
  |  /xmbean
  | 
  | attribute 
name=JndiNameqnecta/servicio/treecache/TreeCache/attribute
  | 
  | !--
  | Configure the TransactionManager
  | --
  | attribute 
name=TransactionManagerLookupClassorg.jboss.cache.JBossTransactionManagerLookup/attribute
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863069#3863069

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863069


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development