SWITCHYARD-2113 adds configuration elements to the bpm and rules components. In both, under manifest, now you can not only choose between resources and container, but also remoteJms or remoteRest. It has to be exclusively 1 of those 4 (ONE of resources, container, remoteJms or remoteRest).
bpm_2_0.xsd: http://goo.gl/L6kQcp rules_2_0.xsd: http://goo.gl/xUxg9B
In a nutshell (same for both bpm: and rules
Element remoteJms, attributes: deploymentId = string (required) userName = string (optional) password = string (optional) timeout = swyd:propInteger (optional) jbossServerUrl = string (optional) useSsl = swyd:propBoolean (optional) hostName = string (optional) jmsConnectorPort = swyd:propInteger (optional) keystorePassword = string (optional) keystoreLocation = string (optional) truststorePassword = string (optional) truststoreLocation = string (optional)
Element remoteRest, attributes: deploymentId = string (required) userName = string (optional) password = string (optional) timeout = swyd:propInteger (optional) url = string (required) useFormBasedAuth = string (optional)
Both of those elements will also have one optional child element extraJaxbClasses, itself with multiple child elements, extraJaxbClass, however that's not in the runtime yet. (Will be ASAP.)
|