<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006>I've defined a
schema and it's working fine with the auto-generated editor... except for the
fact that OpenCms isn't finding my resource bundle, and so element labels and
element help are missing. Can anyone think of what I might be
missing?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006>I'm developing a
module 'in place', i.e. starting out as a structure in /system/modules before I
package it up. The resource bundle is cited in my schema file
as</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006><FONT
face="Courier New"><resourcebundle
name="com.scintillance.bla.configuration"/></FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006>and I have placed
the associated resources in files configuration.properties and
configuration_en.properties (my locale being en_GB) in just about every
classpath location I can think of, including <opencms webapp
path>/WEB-INF/classes/com/scintillance/bla (my module not yet having an
export point to give it its own classpath).</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006>opencms.log output
shows OpenCms searching through every resource bundle under the sun without
mentioning my own 'configuration' bundle, and of course without finding e.g. the
element label. So,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=296435405-22022006>tail -f
--retry <opencms webapp path>/WEB-INF/logs/opencms.log | grep
"HeadlineStoryTitle"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006>produces lots
of</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006><FONT
face="Courier New">org.opencms.i18n.CmsMessageException: Cannot find resource
label.HomePage.HeadlineStoryTitle.help for bundle <various bundle names
except the one I want>.</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296435405-22022006>The situation
persists across OpenCms restarts, and other classes in the WEB-INF location I
mentioned above are being found without any problem.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296435405-22022006>Jon</SPAN></FONT></DIV></BODY></HTML>