Bugs item #470274, was opened at 2001-10-11 08:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=470274&group_id=31602

Category: ejbdoclet
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Marco Machacsek (machacsek)
Assigned to: Nobody/Anonymous (nobody)
Summary: @ejb:finder orion-query

Initial Comment:
XDoclet101

The generated orion-ejb-jar.xml
contains the parameter name (here: parent) of the 
finder method,
but it should be only the type (java.lang.String).

doclet-tag:

@ejb:finder signature="Collection findByParent
(java.lang.String parent )"
orion-query="$parents like '%:$1%'"

orion-ejb-jar.xml:

<finder-method query="$parents like '%:$1%'">
  <method>
    <method-name>findByParent</method-name>
    <method-params>
      <method-param>java.lang.String parent</method-
param>
    </method-params>
  </method>
</finder-method>



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=470274&group_id=31602

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

Reply via email to