Discussion:
developmentMode and Resource bundles
(too old to reply)
n***@findmehere.fsnet.co.uk
2007-01-23 13:00:56 UTC
Permalink
Does anyone know what setting the resourceBundlePath should have in the wc-server.xml file if developmentMode is set to true? If left blank, many of the NLS properties files are not found. The infocenter mentions that by default when developmentMode is false, it uses the instance classpath. I'm currently developing reports using the reporting framework and many of my text strings go missing when I set developmentMode to true.

<ToolsGeneralConfig
DTDPath="tools/common;tools/devtools;tools/bi;tools/catalog;schema/xml;sar"
XMLCacheSize="0"
XMLPath="tools;tools/devtools;WEB-INF/xml/tools;WEB-INF"
developmentMode="true"
display="false" resourceBundlePath="">

Regards,

Neil.
geo
2007-01-23 22:23:43 UTC
Permalink
Firstly I am assuming you are in WC 6 since you mention the wc-server.xml
file. It would be helpful for people who monitor the list to add that
information to postings.

If you are using the ConsumerDirect store your resourceBundlePath would be
something like the following. Separate paths with a semi-colon.

C:\WCTOOL~4/workspace/Stores/WebContent/WEB-INF/classes/ConsumerDirect
Post by n***@findmehere.fsnet.co.uk
Does anyone know what setting the resourceBundlePath should have in the
wc-server.xml file if developmentMode is set to true? If left blank, many
of the NLS properties files are not found. The infocenter mentions that
by default when developmentMode is false, it uses the instance classpath.
I'm currently developing reports using the reporting framework and many of
my text strings go missing when I set developmentMode to true.
<ToolsGeneralConfig
DTDPath="tools/common;tools/devtools;tools/bi;tools/catalog;schema/xml;sar"
XMLCacheSize="0"
XMLPath="tools;tools/devtools;WEB-INF/xml/tools;WEB-INF"
developmentMode="true"
display="false" resourceBundlePath="">
Regards,
Neil.
Loading...