>From: Richard Wallace <[EMAIL PROTECTED]> 
>
> Hey all, 
> 
> I'm having a problem with clay after updating to MyFaces 1.1.3 and 
> Tomahawk 1.1.3. I'm getting a couple of these when the webapp is deployed: 
> 
> 2006-06-08 10:02:55,174 2621 ERROR [http-8080-Processor24] 
> org.apache.shale.clay.config.beans.ComponentConfigBean 
> (ComponentConfigBean.java:235) - java.net.MalformedURLException: Path 
> does not start with a "/" character 
>

This one kind of looks like it might be an issue with tokenizing the 
"COMMON_CONFIG_FILES"
value list.  I think that it might not be ignoring all the whitespace between 
config files.  That
might explain the exception if it's on a path of " ".  Try putting the list of 
files on the same line.
If that works, please create a JIRA ticket on it.

 
> The configuration in the web.xml is 
>  <!-- Clay Common Configuration Resources -->
>  <context-param>
>    <param name>org.apache.shale.clay.COMMON_CONFIG_FILES</param-name>
>    <param-value>
>      /WEB-INF/clay-common-config.xml, /WEB-INF/clay-institution-config.xml,
>      /WEB-INF/clay-common-symbols.xml,
>/WEB-INF/clay-institution-symbols.xml,
>      /WEB-INF/clay-tomahawk-config.xml
>    </param-value>
>  </context-param>
> 
> I'm using the shale-1.0.3-SNAPSHOT from the maven repo at 
> http://svn.apache.org/maven-snapshot-repository. The strange thing is 
> that the app seems to start up normally otherwise. Any ideas what 
> could be going on here? 
> 
> I'm also having a problem whenever I submit a form that 
> for some reason it doesn't seem to be doing navigation properly, and 
> strangest of all, the page that is rendered gets rendered three times, 
> one right after the other. Has anyone else seen this odd behaviour? 
> 

I'm not sure about the weird rendering problem but it might be a result
of not loading all the clay resources.  Since this happens in a context
listener, exceptions can only be logged.  It doesn't top the loading 
of the app.

 


> Thanks, 
> Rich 
> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
> 

Reply via email to