[
https://issues.apache.org/jira/browse/GERONIMO-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Donald Woods closed GERONIMO-3882.
----------------------------------
marking as closed
> 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.0.2, 2.1, 2.1.1, 2.2
> Environment: All
> Reporter: Manu T George
> Assignee: Manu T George
> Fix For: 2.0.3, 2.1.1, 2.2
>
> Attachments: g3882_r631981.patch
>
>
> 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.