Hi, We are using JBossCache-1.2.4 in JBoss-3.2.3 with Hibernate-3.1.2 and configuring the FileCacheLoader through the treecache.xml. When the location attribute for the FileCacheLoader is specified something like:
<attribute name="CacheLoaderConfig" replace="false"> | location=c:\\ | </attribute> Note the backslashes after c: The FileCacheLoader does NOT create any files. There are no error message either. However if the location is changed to : <attribute name="CacheLoaderConfig" replace="false"> | location=c: | </attribute> Note the backslashes have been removed after the c: Everything works fine, the files are created in the c: by the FileCacheLoader. Wanted to confirm whether i am doing it wrong or is this a bug, before reporting this in the JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940535#3940535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940535 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
