You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2008/03/06 15:30:58 UTC

[jira] Updated: (GERONIMO-3882) Mdb container ids not set during creation.

     [ https://issues.apache.org/jira/browse/GERONIMO-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated GERONIMO-3882:
-----------------------------------

    Affects Version/s: 2.0.x
        Fix Version/s: 2.0.x

> 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.x, 2.1, 2.1.1, 2.2
>         Environment: All
>            Reporter: Manu T George
>            Assignee: Manu T George
>             Fix For: 2.0.x, 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.