You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2011/09/18 02:10:08 UTC

[jira] [Created] (OPENEJB-1669) DSL style syntax for EnvEntry, ResourceRef and other JNDI binding

DSL style syntax for EnvEntry, ResourceRef and other JNDI binding
-----------------------------------------------------------------

                 Key: OPENEJB-1669
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1669
             Project: OpenEJB
          Issue Type: New Feature
          Components: deployment
            Reporter: David Blevins
            Assignee: David Blevins
             Fix For: 4.0-beta-1


For example:

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


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira