I'm trying to work with code similar to the RMI example from www.opensourcestrategies.com/*ofbiz*/*OFBIZ*_SOAP_*RMI*_*Tutorial*.pdf. When I run the code I get an exception

Caused by: java.util.MissingResourceException: Can't find bundle for base name cache, locale en_US

which indicates to me that it can't find the cache.properties or similar. I added ${ofbiz}/framework/base/config to the classpath, both in the env and on the cli, and it still gives the same error.
echo $CLASSPATH
/ofbiz-test/applications/content/dtd:/ofbiz-test/framework/workflow/dtd:/ofbiz-test/framework/widget/dtd:/ofbiz-test/framework/service/dtd:/ofbiz-test/framework/security/dtd:/ofbiz-test/framework/minilang/dtd:/ofbiz-test/framework/entity/dtd:/ofbiz-test/framework/datafile/dtd:/ofbiz-test/framework/base/dtd:/ofbiz-test/framework/base/config:/ofbiz-test/framework/base/config/:/ofbiz-test/framework/base/dtd/:/ofbiz-test/framework/base/config/:/ofbiz-test/framework/base/dtd/


Any idea of what I can do here?

regards,
-Ryan


Reply via email to