Are you running OFBiz from Eclipse ? In such a case you might be interested by
http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse#RunningandDebuggingOFBizinEclipse-Running(ordebugging)OFBizinEclipse
BTW, did you try to use "Rewritten from Opentaps documentation (tested with OFBiz
trunk rev. 620189)" in
http://docs.ofbiz.org/pages/viewpageattachments.action?pageId=1379&highlight=opentaps-soap-java.zip#FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo-attachment-opentaps-soap-java.zip
?
Jacques
From: "ryan" <[EMAIL PROTECTED]>
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