Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
4.2.0
-
None
-
None
Description
The scxml definitions are defined in the repository as follows:
hipposcxml:definitions: document-workflow hipposcxml:source:documentworkflow.scxml action: hipposcxml:namespace:http://www.onehippo.org/cms7/repository/scxml hipposcxml:classname:org.onehippo.repository.scxml.ActionAction result: hipposcxml:namespace:http://www.onehippo.org/cms7/repository/scxml hipposcxml:classname:org.onehippo.repository.scxml.ResultAction
The node names as uses as actions in the scxml.
Problem 1
Actions with the same name but with a different namespace are not supported. Same name sibblings are not allowed, so it's not possible.
Problem 2
If an additional scxml definition is added ( that extends the default one ) the whole configuration has to be duplicated.
Conceptually
I would expect an scxml definition to refer to one or more namespaces that are separately stored.