Create a Forge plugin for the Rules component
---------------------------------------------
Key: SWITCHYARD-363
URL:
https://issues.jboss.org/browse/SWITCHYARD-363
Project: SwitchYard
Issue Type: Feature Request
Reporter: David Ward
Assignee: Keith Babo
Fix For: 0.2
We need to add a switchyard-forge-rules-plugin, similar to our existing bean, soap, camel
and clojure ones. The information that can be prompted for matches the properties of the
models found in org.switchyard.component.rules.config.model.
{code:xml}
<component name="defaults to ${ServiceInterfaceName}">
<service name="defaults to ${ServiceInterfaceName}">
<interface.java interface="${ServiceInterfaceClass}"/>
</service>
<implementation.rules stateful="defaults to false">
<rulesAction
name="the method name from the service interface, required"
type="a RulesActionType name, defaults to EXECUTE_RULES"/>
(0..*)
<resource
location="file://, http://, https://, or classpath path, required"
type="a ResourceType name, required"/> (0..*)
</implementation.rules>
</component>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira