[
https://issues.jboss.org/browse/WFLY-1430?page=com.atlassian.jira.plugin....
]
Richard Achmatowicz edited comment on WFLY-1430 at 6/13/13 4:11 PM:
--------------------------------------------------------------------
An update on progress so far:
- created a basic clustering subsystem implementation, which provides methods for adding
and removing the subsystem
- defined the xml schema to be able to pass a socket binding for connecting to a local
management client:
{noformat}
<subsystem xmlns="urn:jboss:domain:cluster:1.0">
<management-client socket-binding="management-native"/>
</subsystem>
{noformat}
- created a service called ManagementAPIClusterSupport which will provide access to an RPC
mechanism for making cluster-wide calls
- added in the usual subsystem test cases
was (Author: rachmato):
An update on progress so far:
- created a basic clustering subsystem implementation, which provides methods for adding
and removing the subsystem
- defined the xml schema to be able to pass a socket binding for connecting to a local
management client:
{noformat}
<subsystem xmlns="urn:jboss:domain:cluster:1.0">
<management-client socket-binding="management-native"/>
</subsystem>
{noformat}
- created a service called ManagementAPIClusterSupport which will provide access to an RPC
mechanism for making cluster-wide calls
Create clustering subsystem
---------------------------
Key: WFLY-1430
URL:
https://issues.jboss.org/browse/WFLY-1430
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Affects Versions: 8.0.0.Alpha2
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Create a clustering subsystem which collects together clustering-related functionality as
described in WFLY-1236.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira