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
smime.p7s
Description: S/MIME cryptographic signature
