Hi,

We were planning to upgrade to JBoss 3.2.7 from 3.2.6. With this, we have to 
upgrade to JBoss Cache 1.2 as well. Earlier in 3.2.6, my configuration xml file 
for TreeCache contained the following entry:

<attribute name="CacheLoaderConfig">${jboss.server.data.dir}/myCache</attribute>

This was working fine. However in 1.2, this property is no longer a String but 
rather now expects a Properties value "location". I found the following link: 

http://sourceforge.net/project/shownotes.php?release_id=288672

This says we should do the following:

<attribute name="CacheLoaderConfig">
  |        location = ${jboss.server.data.dir}/myCache
  | </attribute>

But this creates problem now and I receive the error:

FileNotFoundException: c:JBoss3.2.7serverdefaultdata/myCache

As you can notice, the value of the variable "jboss.server.data.dir" is being 
received after its "/" getting truncated. I tried searching on the NET but of 
no use. If I provide a hard-coded path, it works fine. Can anyone tell me what 
am I doing wrong?

Thanks,
Deepak.


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to