[jboss-user] [JBoss Cache: Core Edition] - Re: How to use treecache.xml as configuration for jboss cach
yair.zaslavsky
do-not-reply at jboss.com
Thu Jun 5 04:28:02 EDT 2008
I managed to solve this problem.
I am not using TreeCache via JMX, but I created an object of TreeCache, and using
this.getClass().getClassLoader().getResourceAsStream("treecache.xml");
I managed to get an input stream to treecache.xml,
I then pass this stream to PropertyConfigurator and configure my cache object.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155884#4155884
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155884
More information about the jboss-user
mailing list