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

Category: None
Group: None
Status: Open
Resolution: None
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: Bart Guijt (bguijt)
Date: 2002-03-31 23: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