> Anybody who knows the reason for the differences between
> 
> ejb-body.j line 141 following  and
> ejb-body.xdt line 148
> 
> In ejb-body.xdt is missing the following part:
>  <XDtClass:ifDoesntHaveClassTag tagName="ejb:ejb-external-ref"
>        paramName="view-type">
>        [...]
>  </XDtClass:ifDoesntHaveClassTag>

    <parameter type="text">
      <name>home</name>
      <usage-description>
            The fully qualified class name of the home interface of the
referenced bean.
          </usage-description>
      <mandatory>true</mandatory>
    </parameter>
    <parameter type="text">
      <name>business</name>
      <usage-description>
            The fully qualified class name of the business interface
(local or remote
            interface) of the referenced bean.
          </usage-description>
      <mandatory>true</mandatory>
    </parameter>
    <parameter type="text">
      <name>remote</name>
      <usage-description>
            (Deprecated). Synonym for 'business' parameter. Only works
if the view-type is 'remote'
          </usage-description>
      <mandatory>false</mandatory>
    </parameter>

I don't remember who changed it (Vincent?) and I don't remember the
reason for such a change! It's a change in a @tag and it affects the end
user, so it should have been discussed before being implemented.

Anyway, could the guy who've changed ejb:external-ref's syntax please
enlighten me? What's the goal of such a change?

Ara.


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to