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 2008/05/13 01:06:55 UTC

[jira] Closed: (OPENEJB-800) Default env-entry-type to java.lang.String

     [ https://issues.apache.org/jira/browse/OPENEJB-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-800.
---------------------------------

    Resolution: Fixed

> Default env-entry-type to java.lang.String
> ------------------------------------------
>
>                 Key: OPENEJB-800
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-800
>             Project: OpenEJB
>          Issue Type: Improvement
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.0.1
>
>
> Essentially allows for the env-entry-type to be optional as the string value will be coerced to the correct type at injection time.
> The resulting env-entry is a bit smaller:
>       <env-entry>
>         <env-entry-name>org.superbiz.injection.InvoiceBean/maxLineItems</env-entry-name>
>         <env-entry-value>15</env-entry-value>
>       </env-entry>

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