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:40:33 UTC

[jira] Created: (OPENEJB-651) doc: jndi-names.html

doc: jndi-names.html
--------------------

                 Key: OPENEJB-651
                 URL: https://issues.apache.org/jira/browse/OPENEJB-651
             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-651) doc: jndi-names.html

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

David Blevins commented on OPENEJB-651:
---------------------------------------

"which understands the following variables:" those variables need to be updated. 

            contextData.put("moduleId", deploymentInfo.getModuleID());
            contextData.put("ejbType", deploymentInfo.getComponentType().name());
            contextData.put("ejbClass", deploymentInfo.getBeanClass().getName());
            contextData.put("ejbClass.simpleName", deploymentInfo.getBeanClass().getSimpleName());
            contextData.put("ejbName", deploymentInfo.getEjbName());
            contextData.put("deploymentId", deploymentInfo.getDeploymentID().toString());
            contextData.put("interfaceType", type.annotatedName);
            contextData.put("interfaceType.xmlName", type.getXmlName());
            contextData.put("interfaceType.xmlNameCc", type.getXmlNameCc());
            contextData.put("interfaceType.openejbLegacyName", type.getOpenejbLegacy());
            contextData.put("interfaceClass", interfce.getName());
            contextData.put("interfaceClass.simpleName", interfce.getSimpleName());

See TemplatedStrategy.java for more details.

Also those options should be in a table of some sort.

The section "JNDI Name Defaults" should be trimmed way down to not include info of the "things used to work like this" nature -- big waste of time for users.   The section should be given a better title.  Maybe "Warning about java.rmi.Remote" and cleanup the info so users know right away if they should bother reading that section.

> doc: jndi-names.html
> --------------------
>
>                 Key: OPENEJB-651
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-651
>             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.