[JBoss JIRA] (WFLY-7871) Decouple backup/site name from the name of the corresponding resource
by Paul Ferraro (JIRA)
Paul Ferraro created WFLY-7871:
----------------------------------
Summary: Decouple backup/site name from the name of the corresponding resource
Key: WFLY-7871
URL: https://issues.jboss.org/browse/WFLY-7871
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 11.0.0.Beta1
Currently, the site names defined in the JGroups subsystem RELAY2 protocol, and the backup names defined in the Infinispan subsystem do not allow expressions, since these name are used for the corresponding resource paths. To simplify the use of cross-site replication (specifically, to allow each site to use an identical domain.xml/standalone.xml), we can support expressions if we decouple the site name from the resource name.
e.g.
<backups>
<backup name="remote" site="${...}" strategy="SYNC"/>
</backups>
<relay site="local">
<remote-site name="local" site-name="${...}" channel=".."/>
<remote-site name="remote" site-name="${...}" channel=".."/>
</relay>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (WFCORE-2175) suggest-capabilities operation fails for specific parameters
by Harald Pehl (JIRA)
Harald Pehl created WFCORE-2175:
-----------------------------------
Summary: suggest-capabilities operation fails for specific parameters
Key: WFCORE-2175
URL: https://issues.jboss.org/browse/WFCORE-2175
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Harald Pehl
Assignee: Brian Stansberry
The following operation fails with a {{StringIndexOutOfBoundsException}}
{code}
/host=master/core-service=capability-registry:suggest-capabilities(name=org.wildfly.clustering.jgroups.channel-factory,dependent-address=[("profile" => "full-ha"),("subsystem" => "jgroups")])
{code}
while similar operations work w/o an error
{code}
/host=master/core-service=capability-registry:suggest-capabilities(name=org.wildfly.batch.job.repository, dependent-address=[("profile" => "full"), ("subsystem" => "batch-jberet")])
{code}
This is the code which throws the {{StringIndexOutOfBoundsException}}: https://github.com/wildfly/wildfly-core/blob/master/controller/src/main/j...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months