Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6479/modules/ejb/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
added default view-type determination for ejb-ref's (XDT-1320)

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -r1.63 -r1.64
*** xtags.xml   29 Mar 2005 22:49:20 -0000      1.63
--- xtags.xml   30 Mar 2005 21:44:06 -0000      1.64
***************
*** 873,878 ****
            Defines an EJB-reference to the bean with EJB-name [ejb-name].  
ref-name
            is optional and if not specified then the reference name is 
[ejb-name]
!           prefixed by "ejb/".  Attention: you have to
!           import the referred class (the ejbdoclet one) even your EJB does 
not need it.
          </usage-description>
          <unique>false</unique>
--- 873,879 ----
            Defines an EJB-reference to the bean with EJB-name [ejb-name].  
ref-name
            is optional and if not specified then the reference name is 
[ejb-name]
!           for remote references and [ejb-name]Local for local references.  
!           Attention: you have to import the referred class (the ejbdoclet one)
!           even your EJB does not need it.
          </usage-description>
          <unique>false</unique>
***************
*** 902,906 ****
            <option-sets>
              <option-set>
!               <default>remote</default>
                <options>
                  <option>local</option>
--- 903,910 ----
            <option-sets>
              <option-set>
!               <default>
!                 The referenced bean's view type if the referenced bean has 
either view-type 'local' or 'remote'. 'remote'
!                 if the referenced bean has view-type 'both'.
!               </default>
                <options>
                  <option>local</option>
***************
*** 919,923 ****
            </usage-description>
            <mandatory>false</mandatory>
!           <default>ejb/[ejb-name], where [ejb-name] is the name of the 
referenced bean.</default>
          </parameter>
        </tag>
--- 923,930 ----
            </usage-description>
            <mandatory>false</mandatory>
!           <default>
!             ejb/[ejb-name] for remote references an ejb/[ejb-name]Local for 
local references, where [ejb-name] 
!             is the name of the referenced bean.
!           </default>
          </parameter>
        </tag>



-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to