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

DSL style syntax for EnvEntry, ResourceRef and other JNDI binding

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 4.0-beta-1
    • deployment
    • None

    Description

      For example:

      singletonBean.getEnvEntry().add(new EnvEntry()
      .name("message")
      .type(String.class)
      .value("hello")
      .injectionTarget(Blue.class, "message")
      );

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: