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/08/18 05:38:31 UTC

[jira] Created: (OPENEJB-637) doc: deployment-id.html

doc: deployment-id.html
-----------------------

                 Key: OPENEJB-637
                 URL: https://issues.apache.org/jira/browse/OPENEJB-637
             Project: OpenEJB
          Issue Type: Sub-task
            Reporter: David Blevins




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


[jira] Commented: (OPENEJB-637) doc: deployment-id.html

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520781 ] 

David Blevins commented on OPENEJB-637:
---------------------------------------

The "How is it used?" section should be cut.

We should include information on how to set it explicitly via the openejb-jar.xml file ( link to that doc and short description is good) as we as how to set it via the openejb.deploymentId.format
 
It works like the openejb.jndiname.format (jndi-names.html) and has these available variables:

        contextData.put("appId", appModule.getModuleId());
        contextData.put("ejbJarId", ejbModule.getModuleId());
        contextData.put("ejbType", bean.getClass().getSimpleName());
        contextData.put("ejbClass", bean.getClass().getName());
        contextData.put("ejbClass.simpleName", bean.getClass().getSimpleName());
        contextData.put("ejbName", bean.getEjbName());

the default value is "{ejbName}"



> doc: deployment-id.html
> -----------------------
>
>                 Key: OPENEJB-637
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-637
>             Project: OpenEJB
>          Issue Type: Sub-task
>            Reporter: David Blevins
>


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


[jira] Updated: (OPENEJB-637) doc: deployment-id.html

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-637:
----------------------------------

    Priority: Critical  (was: Major)

> doc: deployment-id.html
> -----------------------
>
>                 Key: OPENEJB-637
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-637
>             Project: OpenEJB
>          Issue Type: Sub-task
>            Reporter: David Blevins
>            Priority: Critical
>


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