Based on successful re-implementation of the dialog manager functionality in the sandbox, remove the existing implementation (org.apache.shale.dialog.*) and import the following sandbox modules back into the main framework:
* shale-dialog2 --> shale-dialog
* shale-dialog2-legacy --> shale-dialog-basic
* shale-dialog2-scxml --> shale-dialog-scxml
NOTE - this should have minimal impact on existing applications that only use the old public APIs, but *will* impact applications that have used internal interfaces.
Description
Based on successful re-implementation of the dialog manager functionality in the sandbox, remove the existing implementation (org.apache.shale.dialog.*) and import the following sandbox modules back into the main framework:
* shale-dialog2 --> shale-dialog
* shale-dialog2-legacy --> shale-dialog-basic
* shale-dialog2-scxml --> shale-dialog-scxml
NOTE - this should have minimal impact on existing applications that only use the old public APIs, but *will* impact applications that have used internal interfaces.
Adapt to the refactoring of dialog support by adding new dependencies,
and correcting the name of the logon dialog to be executed. Currently
causes an OOM error when you try to execute the create new profile
wizard, so further research is needed.
Clean up a couple of references that were not changed when we made all of the
states have names without spaces. With this, the dialog examples in
shale-usecases work.
Craig McClanahan added a comment - 13/Oct/06 05:30 PM The refactoring has been completed, and all relevant webapps that used dialogs updated to reflect the package name changes.