>From: "stephan opitz" <[EMAIL PROTECTED]> 
>
> i use tiles in my webapp... 
> 
> i dont know wheather the origin mailreader use tiles, but why the 
> resource file would not be found... 
> 

No, I don't think the original shale mailreader used tiles.

> in the faces-config.xml the location of the resources is declared... 
> 
> never reported a bug :-/ 
> 

You can report bugs here: 
https://issues.apache.org/struts/secure/Dashboard.jspa.
His is a link under the shale home page in the left navigation bar "Issue 
Tracking".
You have to create a JIRA account the first time.

The org.apache.shale.tiles.Bundle.properties file was not moved under the 
resources folder for the new builds.  I moved this so it will be in tomorrows 
nightly.


> how i can solve the problem quick - only the resource bundle has to be 
> found and i dont understand why - because everything is given in 
> faces-config.xml... 
>


In your project, create the following packages under your java source folder 
"org.apache.shale.tiles".  Drop the Bundle.properties into the tiles folder.  
You can find it here: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-tiles/src/main/resources/org/apache/shale/tiles/Bundle.properties?view=markup

 
> stephan 
> 

Gary

> 
> 2006/7/23, Gary VanMatre : 
> > >From: "stephan opitz" 
> > > 
> > > no answer? 
> > > 
> > > has threre something changed? 
> > > 
> > > i see that the loadbundle class is in the correct package but why 
> > > mailreader does not work with actual nightly libs 
> > > 
> > 
> > This error is being thrown from the shale tiles library. The mail reader 
> doesn't use tiles so 
> > the original exception most likely has to do with some missing 
> > configuration. 
> > 
> > We have recently moved to maven2 builds and some of the "resources" didn't 
> > get 
> moved to the correct location in the new build structure. 
> > 
> > We have also changed many resource links to reflect shale as a TLP. So it's 
> quite possible that you need to update your tag lib and dtd references. 
> > http://issues.apache.org/struts/browse/SHALE-218 
> > 
> > 
> > If you are using tiles in the shale mail reader, please report this as a 
> > bug. 
> > 
> > BTW, we could use a good shale tiles example. 
> > 
> > Gary 
> > 
> > 
> > 
> > > 2006/7/21, stephan opitz : 
> > > > Caused by: java.util.MissingResourceException: Can't find bundle for 
> > > > base name org.apache.shale.tiles.Bundle, locale de_DE 
> > > > at 
> > > 
> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
>  
> > > > 
> > > > has something changed there? 
> > > > 
> > 

Reply via email to