You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2007/04/23 19:15:15 UTC

[jira] Closed: (OPENEJB-230) javax.ejb.ActivationConfigProperty

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

Dain Sundstrom closed OPENEJB-230.
----------------------------------

    Resolution: Fixed
      Assignee: Dain Sundstrom

Properties are properly merged into the jaxb tree.

> javax.ejb.ActivationConfigProperty
> ----------------------------------
>
>                 Key: OPENEJB-230
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-230
>             Project: OpenEJB
>          Issue Type: Sub-task
>          Components: deployment, ejb3 simplified
>    Affects Versions: 3.0
>            Reporter: David Blevins
>         Assigned To: Dain Sundstrom
>             Fix For: 3.0
>
>
> @Target({})
> @Retention(RetentionPolicy.RUNTIME)
> public @interface ActivationConfigProperty {
>     String propertyName();
>     String propertyValue();
> }

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