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: 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: Bart Guijt (bguijt)
Date: 2002-04-03 10:28

Message:
Logged In: YES 
user_id=153714

There is a patch in the PQ which also corrects this, along 
with some other issues (typemapping of arrays and integers).
See <a href="http://sourceforge.net/tracker/index.php?
func=detail&aid=537505&group_id=31602&atid=402706">patch</a>
 for details.

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

Comment By: Theo Harper (btharper)
Date: 2002-04-03 10: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 19:32

Message:
Logged In: YES 
user_id=49846

done

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

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