Bugs item #536768, was opened at 2002-03-29 15:35
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=536768&group_id=31602

Category: None
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Theo Harper (btharper)
Assigned to: Nobody/Anonymous (nobody)
Summary: mapping-body.j reference typo

Initial Comment:
Adding

/**
  * @castor:field name="other" required="true"
  * @castor:field-xml reference="true" 
node="attribute"
  */
public Interface getOther() {
    return _other;
}

does not add the reference to the castor mapping file.

mapping-body.j is incorrect

    <XDtMethod:ifHasMethodTag tagName="reference">

it should read

    <XDtMethod:ifHasMethodTag tagName="castor:field-
xml" paramName="reference">

Theo

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

>Comment By: Theo Harper (btharper)
Date: 2002-04-03 08:13

Message:
Logged In: YES 
user_id=73492

Just spotted this is also true for:

<XDtMethod:ifHasMethodTag tagName="matches">
<XDtMethod:ifHasMethodTag tagName="QName-prefix">

which should be:

<XDtMethod:ifHasMethodTag tagName="castor:field-xml" 
propName=matches">
<XDtMethod:ifHasMethodTag tagName="castor:field-xml" 
propName="QName-prefix">





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

Comment By: Aslak Helles�y (rinkrank)
Date: 2002-04-02 17:32

Message:
Logged In: YES 
user_id=49846

done

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

Comment By: Bart Guijt (bguijt)
Date: 2002-03-31 21:25

Message:
Logged In: YES 
user_id=153714

Added patch in the patchqueue which, among other things, 
solves this problem. Sorry for the inconvenience!

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

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

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

Reply via email to