Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-3882

Mdb container ids not set during creation.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.2, 2.1, 2.1.1, 2.2
    • 2.0.3, 2.1.1, 2.2
    • OpenEJB
    • Security Level: public (Regular issues)
    • None
    • All

    • Patch Available

    Description

      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

      Attachments

        1. g3882_r631981.patch
          1 kB
          Manu T George

        Activity

          People

            manucet Manu T George
            manucet Manu T George
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: