[JBoss JIRA] Created: (AS7-1797) Fix the transactions description providers for the improved validation in jboss-as-subsystem-test
by Kabir Khan (JIRA)
Fix the transactions description providers for the improved validation in jboss-as-subsystem-test
-------------------------------------------------------------------------------------------------
Key: AS7-1797
URL: https://issues.jboss.org/browse/AS7-1797
Project: Application Server 7
Issue Type: Feature Request
Reporter: Kabir Khan
Assignee: Stefano Maestri
Fix For: 7.1.0.Alpha1
I added a test called TransactionSubsystemTestCase, which uses our subsystem testing framework which attempts to validate the description providers, this will be committed to upstream in the next few days.
To make the tests pass I had to override AdditionalInitialization.getModelValidationConfiguration() as follows:
{code}
@Override
protected ValidationConfiguration getModelValidationConfiguration() {
return null;
}
{code}
Returning null basically turns off validation of the providers. What I have added is a minimum of what is required for subsystem testing, the test framework allows you to do a lot of other stuff, see the jmx subsystem test for some examples.
The wip lives at https://github.com/kabir/jboss-as/tree/subsystem-test-model-fixes
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (AS7-1458) CDI Injections do not work in EAR deployments
by Scott Kroll (JIRA)
CDI Injections do not work in EAR deployments
---------------------------------------------
Key: AS7-1458
URL: https://issues.jboss.org/browse/AS7-1458
Project: Application Server 7
Issue Type: Bug
Components: CDI / Weld
Affects Versions: 7.0.0.Final
Reporter: Scott Kroll
Assignee: Stuart Douglas
A project with CDI jars in an EAR lib are not being injected into EJBs. However, the exact same project deployed as a standalone WAR, with everything in WEB-INF/lib works properly.
In the EAR deployment, the EJB's method that calls in the injected bean throws a NullPointerException.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBCOMMON-124) Expose getPoolSize() method in ThreadPoolMBean
by Stuart White (JIRA)
Expose getPoolSize() method in ThreadPoolMBean
----------------------------------------------
Key: JBCOMMON-124
URL: https://issues.jboss.org/browse/JBCOMMON-124
Project: JBoss Common
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: common-core (2.x)
Affects Versions: 2.2.18.GA
Reporter: Stuart White
Assignee: Stuart White
Priority: Trivial
Fix For: 2.2.19.GA
The jboss.jca:WorkManagerThreadPool mbean does not expose a getPoolSize() method, even though the method is available on the underlying object. A request was received to expose this method so the pool size can be retrieved via JMX.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months