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 2007/01/24 15:26:54 UTC

[jira] Created: (OPENEJB-458) META-INF/env-entries.properties

META-INF/env-entries.properties
-------------------------------

                 Key: OPENEJB-458
                 URL: https://issues.apache.org/jira/browse/OPENEJB-458
             Project: OpenEJB
          Issue Type: New Feature
    Affects Versions: 3.0
            Reporter: David Blevins
             Fix For: 3.0


This file could contain properties data that could be injected via @Resource on any bean that wants to reference it.  The syntax could be as follows:

@Resource(name="my.prop.name")
private int myPropValue;



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.