Investigate why module dependencies are required in rules-interview-agent quickstart
------------------------------------------------------------------------------------
Key: SWITCHYARD-525
URL: https://issues.jboss.org/browse/SWITCHYARD-525
Project: SwitchYard
Issue Type: Task
Components: quickstarts
Affects Versions: 0.3
Reporter: Keith Babo
Assignee: David Ward
Fix For: 0.3
Figure …
[View More]out why we need to add Drools dependencies to the rules-interview-agent quickstart in META-INF/deployment-structure.xml. A dependency should already be setup on these modules inside of the rules component, which is creating the rule agent on behalf of the application. The application will already be given a dependency of the rules component by the AS7 deployer, so the answer may be to 'export' the module dependencies from the rules component module. Magesh has been all up inside of the module stuff with AS7, so I would suggest checking in with him for some advice on different paths to take.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Move the template resources to the same package as caller class in bean service
-------------------------------------------------------------------------------
Key: SWITCHYARD-524
URL: https://issues.jboss.org/browse/SWITCHYARD-524
Project: SwitchYard
Issue Type: Task
Components: tooling
Affects Versions: 0.3
Reporter: Tom Cunningham
Assignee: Tom Cunningham
Fix For: 0.3
Move the …
[View More]template resources to the same package in bean service. /java/BeanInterfaceTemplate.java should be moved to /org/switchyard/tools/forge/bean/BeanInterfaceTemplate.java and /java/BeanImplementationTemplate.java should be moved to /org/switchyard/tools/forge/bean/BeanImplementationTemplate.java. The resources are not being loaded by the ModuleClassLoader in their current location.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Transaction Policy
------------------
Key: SWITCHYARD-523
URL: https://issues.jboss.org/browse/SWITCHYARD-523
Project: SwitchYard
Issue Type: Feature Request
Components: core
Affects Versions: 0.2
Reporter: Keith Babo
Assignee: Keith Babo
Fix For: 0.3
Add the ability to specify the expected transactional behavior of a service. Specifically, the ability to indicate:
- Whether a service …
[View More]should be executed in the context of a transaction
- Whether the transaction should be shared outside of the service (i.e. global transaction with additional RMs)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]