[jboss-jira] [JBoss JIRA] (WFCORE-840) Improve API on AttributeDefinitions where a capability is referenced.

Darran Lofthouse (JIRA) issues at jboss.org
Fri Jul 24 10:17:03 EDT 2015


Darran Lofthouse created WFCORE-840:
---------------------------------------

             Summary: Improve API on AttributeDefinitions where a capability is referenced.
                 Key: WFCORE-840
                 URL: https://issues.jboss.org/browse/WFCORE-840
             Project: WildFly Core
          Issue Type: Sub-task
          Components: Domain Management
    Affects Versions: 2.0.0.Alpha11
            Reporter: Darran Lofthouse
            Assignee: Tomaz Cerar
             Fix For: 2.0.0.Alpha12


Take the following method call defining an attribute: -

{code}
.setCapabilityReference(PROVIDERS_CAPABILITY, SASL_SERVER_FACTORY_CAPABILITY, true)
{code}

This definition says this attribute references something which provides the PROVIDERS_CAPABILITY.

However it also states that the resource that contains this attributes provides the SASL_SERVER_FACTORY_CAPABILITY.

Really what the resource provides is not directly related to this attribute definition.

The following pull request has already improved on registering in advance what capability a resource can provide: -

https://github.com/wildfly/wildfly-core/pull/909



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list