I guess the question is why do you want to use the programmatic API?  Are you 
doing something that requires dynamic cache creation on the fly?  If not, I 
might rethink part of my approach...

Specifically, it seems to me that for the JGroups configuration (what the 
setClusterConfig method pertains to), you could use a XML file packaged in a 
JAR, so you can pass an Element created from this file without too much effort. 
 It should not be too hard to figure out which types of JGroups configurations 
you need, and you could prepackage them in this manner.  Regardless of whether 
or not you will use dynamic caches, your JGroups settings should not be that 
dynamic (if they are, use an XML file that is external to the JAR).

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to