The following issue has been updated:

    Updater: Andrew Stevens (mailto:[EMAIL PROTECTED])
       Date: Sun, 16 Nov 2003 5:59 PM
    Changes:
             Component changed to JBoss Module
    ---------------------------------------------------------------------
For a full history of the issue, see:

  
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-674&page=history

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-674


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-674
    Summary: @jboss.ejb-ref-jndi (0..*) unable to create <ejb-local-ref> tag in 
jboss.xml
       Type: New Feature

     Status: Assigned
   Priority: Trivial

 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             JBoss Module

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: jesper mortensen

    Created: Mon, 13 Oct 2003 9:25 AM
    Updated: Sun, 16 Nov 2003 5:59 PM

Description:
If I have the ejb-tag:

 * @ejb.ejb-ref
 *   ejb-name = "Organisation"
 *   view-type = "local"

Which gives me ejb-jar.xml:
         <ejb-local-ref >
            <ejb-ref-name>ejb/OrganisationLocal</ejb-ref-name>
                    ..
                    ..
         </ejb-local-ref>


I should be able to write something like:

 * @jboss.ejb-ref-jndi
 *   local-ref-name = "Organisation"
 *   jndi-name = "ejb/OrganisationLocal" 

Or 

 * @jboss.ejb-local-ref-jndi
 *   ref-name = "Organisation"
 *   jndi-name = "ejb/OrganisationLocal" 

Or

 * @jboss.ejb-ref-jndi
 *   ref-name = "Organisation"
 *   jndi-name = "ejb/OrganisationLocal" 
 *   view-type = "local"



To generate jboss.xml:

         <ejb-local-ref>
            <ejb-ref-name>ejb/OrganisationLocal</ejb-ref-name>
            <jndi-name>ejb/OrganisationLocal</jndi-name>
         </ejb-local-ref>

The <ejb-local-ref> is in:
http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd




---------------------------------------------------------------------
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



-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to