Hi

Should it not be: WEB-INF/dialog-config.xml? (Note the missing leading
slash)

Hermod


-----Opprinnelig melding-----
Fra: Torsten Krah [mailto:[EMAIL PROTECTED] 
Sendt: 7. november 2006 17:09
Til: user@shale.apache.org
Emne: [scxml] dialog not found problem

Got it working once, but now i don't find out whats going wrong since
i've changed some dialog configs, the log says:

 WARN http-8080-Processor25
org.apache.shale.dialog.scxml.SCXMLDialogManager - No dialog
configuration information present.  No default configuration found
at: /WEB-INF/dialog-config.xml.  No embedded configuration found at:
META-INF/dialog-config.xml
 ERROR http-8080-Processor25
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/app] -
No definition for dialog name 'newadmin' can be found


web.xml:

        <context-param>
        
<param-name>org.apache.shale.dialog.scxml.CONFIGURATION</param-name>
                <param-value>/WEB-INF/dialog-config.xml</param-value>
        </context-param>

dialog-config.xml:

<scxmldialogs>
        <dialog scxmlconfig="new-admin-user.xml" name="newadmin"
                dataclassname="my.app.jsf.beans.UserBeanWrapper" />
</scxmldialogs>

What did i miss?

A dialog-config.xml is there, a dialog named newadmin too - why does the
manager does not find it? Any ideas?

Torsten

Reply via email to