Mdb container ids not set during creation.
------------------------------------------
Key: GERONIMO-3882
URL: https://issues.apache.org/jira/browse/GERONIMO-3882
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: OpenEJB
Affects Versions: 2.1
Environment: All
Reporter: Manu T George
Assignee: Manu T George
Fix For: 2.2
In the OpenEJBSystemGBean we do
ContainerInfo containerInfo =
configurationFactory.configureService(MdbContainerInfo.class)
This uses the default name of the service and so system properties are not
picked up. Change to
ContainerInfo containerInfo =
configurationFactory.configureService(MdbContainerInfo.class, containerName,
null, null, "Container");
where containerName is the name we create from the RA name
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.