Message:

   The following issue has been re-assigned.

   Assignee: Matthias Germann (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-190

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-190
    Summary: naming encroachment
       Type: Bug

     Status: Open
   Priority: Critical

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.1.2

   Assignee: Matthias Germann
   Reporter: cl gilbert

    Created: Tue, 3 Dec 2002 6:32 PM
    Updated: Fri, 11 Feb 2005 4:03 PM
Environment: Ant

Description:
The generated JNDI names vs COMP names are not consistent.

If I have @ejb:bean view-type="both"
in my LocalHomeInterface  I get

COMP_NAME="java:comp/env/ejb/BranchLocal"
JNDI_NAME="ejb/BranchLocal"

But if I have @ejb:bean view-type="local"
in my LocalHomeInterface I get

COMP_NAME="java:comp/env/ejb/Branch"
JNDI_NAME="ejb/BranchLocal"


As you can see the local COMP_NAME is encroaching on the remote interface name 
since the remote interface is not around to complain.


other settings are
name="Branch"
jndi-name="ejb/Branch"
local-jndi-name="ejb/BranchLocal"



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to