[jboss-jira] [JBoss JIRA] (WFCORE-2598) PathManager capability registration not available to resources
Paul Ferraro (JIRA)
issues at jboss.org
Wed Mar 29 17:49:00 EDT 2017
Paul Ferraro created WFCORE-2598:
------------------------------------
Summary: PathManager capability registration not available to resources
Key: WFCORE-2598
URL: https://issues.jboss.org/browse/WFCORE-2598
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.0.Beta11
Reporter: Paul Ferraro
Assignee: Brian Stansberry
When attempting to add a requirement on the PathManager capability to a capability registered with some resource, e.g.
{noformat}
RuntimeCapability<Void> MY_CAPABILITY = RuntimeCapability.Builder.of("foo").addRequirements("org.wildfly.management.path-manager").build();
{noformat}
I get the following error during boot:
16:30:55,229 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=infinispan/cache-container=web/distributed-cache=dist/store=file' are not available:
org.wildfly.management.path-manager; There are no known registration points which can provide this capability.
It seems like this capability registration isn't available to subsystem resources.
Here's the real world use case:
https://github.com/pferraro/wildfly/commit/d5a00ecb6975137e40848b45abfc668c513e849f
See org.jboss.as.clustering.infinispan.subsystem.FileStoreResourceDefinition
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list