Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-1776

Some properties supplied via EJBContainer.createEJBContainer or InitialContext ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.0
    • None
    • None

    Description

      Any code like the following

      • Boolean.getBoolean(foo)
      • System.getProperty(foo)

      Should be update to use:

      • SystemInstance.get().getProperty()
      • SystemInstance.get().getOptions().get(foo, type);

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: