Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFLY-3904 Unable to enable statistics via configuration for resource ada... #7095

Merged
merged 1 commit into from Jan 21, 2015

Conversation

maeste
Copy link
Contributor

@maeste maeste commented Jan 13, 2015

...pters

@wildfly-ci
Copy link

Windows Build 862 is now running using a merge of 14a015e

@wildfly-ci
Copy link

Linux with security manager Build 738 is now running using a merge of 14a015e

@wildfly-ci
Copy link

Linux Build 5751 is now running using a merge of 14a015e

@wildfly-ci
Copy link

Linux with security manager Build 738 outcome was SUCCESS using a merge of 14a015e
Summary: Tests passed: 788, ignored: 369 Build time: 0:06:48

@wildfly-ci
Copy link

Windows Build 862 outcome was SUCCESS using a merge of 14a015e
Summary: Tests passed: 2906, ignored: 364 Build time: 0:51:37

@wildfly-ci
Copy link

Linux Build 5751 outcome was SUCCESS using a merge of 14a015e
Summary: Tests passed: 2905, ignored: 364, muted: 1 Build time: 0:53:25

@@ -150,7 +150,7 @@ public void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitPro
});

}
builder.addListener(new AbstractResourceAdapterDeploymentServiceListener(registration, deploymentUnit.getName(), deploymentResource, bootstrapCtx, deploymentUnit.getName()) {
builder.addListener(new AbstractResourceAdapterDeploymentServiceListener(registration, deploymentUnit.getName(), deploymentResource, bootstrapCtx, deploymentUnit.getName(), false) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these ones hard coded to false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it's possible to configure the parameter only for RA activated by resource-adapters subsystem in standalone/domain.xml Those are ones deployed "as is" in a rar and activated by an internal ironjacamar.xml file

@stuartwdouglas stuartwdouglas merged commit 14a015e into wildfly:master Jan 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants