On 1/17/07, Reynolds, James <[EMAIL PROTECTED]> wrote:
My app isn't starting and I think it's due to the dialog configuration. I don't have any dialogs set up, but the error messages seem to relate to this feature. I've googled the error without success. Any suggestions on this one? I'm using Shale 1.0.4, Tomcat 5.5.17 & I'm trying to use Facelets as the view handler.
<snip/> In all likelihood (about to demo at an unconference so can't dig into the trace right now), it means one of the dialog configuration files listed is not found (the default is WEB-INF/dialog-config.xml). Can you please check that? Details for the Commons SCXML dialog impl are here [1]. A fatal error is probably appropriate in the above scenario as the application will be missing a bunch of functionality at that point. We could definitely improve the stack trace to include the name of the missing configuration file. If you want to file a JIRA ticket [2] for that improvement, that'll ensure it stays on the radar. Thanks! -Rahul [1] http://shale.apache.org/shale-dialog-scxml/index.html [2] http://issues.apache.org/struts/browse/SHALE
