[JBoss JIRA] Created: (SWITCHYARD-481) Add support for socket-binding in AS7 configuration
by Magesh Bojan (JIRA)
Add support for socket-binding in AS7 configuration
---------------------------------------------------
Key: SWITCHYARD-481
URL: https://issues.jboss.org/browse/SWITCHYARD-481
Project: SwitchYard
Issue Type: Enhancement
Components: deployment
Affects Versions: 0.2
Reporter: Magesh Bojan
Assignee: Magesh Bojan
Fix For: 0.3
Provide support for using socket-binding names in configuration properties. For e.g.
<module identifier="org.switchyard.component.soap" implClass="org.switchyard.component.soap.deploy.SOAPComponent">
<properties>
<serverPort>
socket-binding=switchyard-ws
</serverPort>
</properties>
</module>
...
<socket-binding-group name="standard-sockets" default-interface="public">
...
<socket-binding name="switchyard-ws" port="18001"/>
</socket-binding-group>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (SWITCHYARD-480) Integrate jBPM 5 console with SwitchYard distro
by Keith Babo (JIRA)
Integrate jBPM 5 console with SwitchYard distro
-----------------------------------------------
Key: SWITCHYARD-480
URL: https://issues.jboss.org/browse/SWITCHYARD-480
Project: SwitchYard
Issue Type: Feature Request
Components: component-bpm
Reporter: Keith Babo
Assignee: David Ward
Fix For: 0.3
Work out any issues with including the jBPM 5 console within the SwitchYard distro. The console should work with processes that are deployed within SwitchYard applications, including human task activity and monitoring. If the console itself is small, we should look at including it directly in the distribution. If it's going to add a lot of size to the distro, then we may want to look at simply documenting the process of adding the console separately (this can't be a PITA for users though).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (SWITCHYARD-479) Disable AS6 distribution
by Keith Babo (JIRA)
Disable AS6 distribution
------------------------
Key: SWITCHYARD-479
URL: https://issues.jboss.org/browse/SWITCHYARD-479
Project: SwitchYard
Issue Type: Task
Components: distribution
Reporter: Keith Babo
Fix For: 0.3
Based on popular opinion, we will no longer maintain the AS6 distro for SwitchYard. See the forum thread for more detail. For this JIRA, we should just disable the build and test of the AS6 distro, but do *not* remove the code. If someone wants to come along and maintain this independently, then the existing code will provide a nice foundation for that work.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (SWITCHYARD-475) BPEL component should obtain its configuration from the switchyard environment
by Gary Brown (JIRA)
BPEL component should obtain its configuration from the switchyard environment
------------------------------------------------------------------------------
Key: SWITCHYARD-475
URL: https://issues.jboss.org/browse/SWITCHYARD-475
Project: SwitchYard
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Currently the configuration is obtained from a bpel.properties file bundled with the component. The relevant properties should be obtained from the switchyard environment (see SWITCHYARD-384) which allows the component to also remain independent of the container in which it is running.
Need to find out how these environment properties are set in a test environment though, as the tests also use their own bpel.properties file currently.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months