You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2012/09/13 01:27:07 UTC

[jira] [Updated] (TOMEE-413) propose a pojo config in openejb-jar.xml

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

Romain Manni-Bucau updated TOMEE-413:
-------------------------------------

    Description: 
Propose something like:


<openejb-jar xmlns="http://www.openejb.org/openejb-jar/1.1">
  <pojo-deployment class-name="a.b.c">
    <properties>
      123 = reverseabc
    </properties>
  </pojo-deployment>
</openejb-jar>


to configure pojo webservices as ejbs

  was:
Propose something like:


<openejb-jar xmlns="http://www.openejb.org/openejb-jar/1.1">
  <pojo-deployment ejb-name="a.b.c">
    <properties>
      123 = reverseabc
    </properties>
  </pojo-deployment>
</openejb-jar>


to configure pojo webservices as ejbs

    
> propose a pojo config in openejb-jar.xml
> ----------------------------------------
>
>                 Key: TOMEE-413
>                 URL: https://issues.apache.org/jira/browse/TOMEE-413
>             Project: TomEE
>          Issue Type: Improvement
>            Reporter: Romain Manni-Bucau
>             Fix For: 1.1.0
>
>
> Propose something like:
> <openejb-jar xmlns="http://www.openejb.org/openejb-jar/1.1">
>   <pojo-deployment class-name="a.b.c">
>     <properties>
>       123 = reverseabc
>     </properties>
>   </pojo-deployment>
> </openejb-jar>
> to configure pojo webservices as ejbs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira