-
Feature Request
-
Resolution: Done
-
Critical
-
3.0.0.cr1
-
Medium
The SOA-P 4.3 version of the jboss-esb configuration schema is different from the one delivered with ESB 4.4 (which is what the current JBT ESB configuration editor uses).
Unfortunately, the version numbers on these two schema are the same, so all we can do is add the support for the additional (SOA-P 4.3) features and accept the fact that ESB 4.4 users might generate configuration files that can't be deployed (if they use these new features with an ESB 4.4 runtime).
The SOA-P schema is attached, but here are the diffs:
1. A "service" element can have an optional "security" element child.
2. The data types for the "category," "name," and "description"
attributes on a service element have changed from string to string
bounded at 255 characters.
3. Attributes "webservice" and "validate" have been added to the
"action" element.
4. an "invmTransacted" attribute has been added to "service" elements.
5. "inXsd," "outXsd," and "faultXsd" attributes have been added to
"action" elements.
- relates to
-
JBDS-600 Schema of ESB editor now uses the latest version available
- Closed