[jboss-jira] [JBoss JIRA] Updated: (JBAS-5471) Deploying EJB3 service throws "java.lang.RuntimeException: No MBeanServer has been injected"
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Fri Sep 12 08:59:20 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-5471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreno updated JBAS-5471:
-----------------------------------
Fix Version/s: JBossAS-5.0.1.CR1
(was: JBossAS-5.0.0.CR2)
EJB3 services not part of TCK, so pushing it to 5.0.1
> Deploying EJB3 service throws "java.lang.RuntimeException: No MBeanServer has been injected"
> --------------------------------------------------------------------------------------------
>
> Key: JBAS-5471
> URL: https://jira.jboss.org/jira/browse/JBAS-5471
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB3
> Affects Versions: JBossAS-5.0.0.Beta4
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: JBossAS-5.0.1.CR1
>
> Attachments: acme-ejb3-service-src.zip, acme-ejb3-service.jar, server.log
>
>
> I'm trying to deploy an EJB3 service but I'm unable to do so as the following
> is thrown:
> 2008-04-22 17:21:20,640 ERROR [STDERR] (main) Caused by: java.lang.RuntimeException: No MBeanServer has been injected
> 2008-04-22 17:21:20,641 ERROR [STDERR] (main) at org.jboss.ejb3.deployers.JBossASKernel.installMBean(JBossASKernel.java:135)
> 2008-04-22 17:21:20,641 ERROR [STDERR] (main) at org.jboss.ejb3.service.ServiceContainer.registerManagementInterface(ServiceContainer.java:587)
> Please find attached:
> - source code for EJB3 service
> - deployment archive
> - server.log with TRACE on org.jboss.ejb3
> I suspect Ejb3JBoss5Deployment should be injecting mbeanServer in the kernelAbstraction but it doesn't:
> public Ejb3JBoss5Deployment(DeploymentUnit ejb3Unit, Kernel kernel, MBeanServer mbeanServer, org.jboss.deployers.structure.spi.DeploymentUnit jbossUnit, DeploymentScope deploymentScope, JBossMetaData metaData, PersistenceUnitsMetaData persistenceUnitsMetaData)
> {
> super(ejb3Unit, deploymentScope, metaData, persistenceUnitsMetaData);
> this.jbossUnit = jbossUnit;
> kernelAbstraction = new JBossASKernel(kernel);
> // todo maybe mbeanServer should be injected?
> this.mbeanServer = mbeanServer;
> }
> I'll have a go at passing the mbeanServer to the kernelAbstraction and see if that fixes it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list