We seem to be having trouble with FlexibleStringExpander. We are in the
process of writing up a test case, but I wanted to see if anyone else is
seeing problems.
In one case, it simply does not find the replacement string in the passed
context when it appears to be there. This happens in a line from the
component-load.xml file where i have something like:
<load-component component-location="${ofbiz.home}/../dojo"/>
the console.log shows:
2009-01-16 11:14:56,376 (main) [ ComponentContainer.java:145:ERROR] Cannot
load component : @ /../dojo : The given component root location is not a
directory: /../dojo/
2009-01-16 11:14:56,377 (main) [ ComponentContainer.java:148:ERROR] Cannot
load component : @ /../dojo
In ComponentLoaderConfig I print out the contents of systemsProp and
"ofbiz.home" seems to be there.
In another, it takes the string "000" and casts it to an integer.
Thanks,
-Al