Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-251


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-251
    Summary: castor:field-sql "dirty" error in mapping-methods.xdt 
       Type: Bug

     Status: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
  Component: Exolab Module
   Versions:
             1.2 Beta 2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Michael Ward

    Created: Wed, 15 Jan 2003 8:06 AM
    Updated: Wed, 15 Jan 2003 8:06 AM

Description:
In mapping-methods.xdt, the following issue exists:

<XDtMethod:ifHasMethodTag tagName="castor:field-sql" paramName="dirty">
                dirty="<XDtMethod:methodTagValue tagName="castor:field-sql" 
paramName="sql-dirty" values="check,ignore" />"</XDtMethod:ifHasMethodTag> />
</XDtMethod:ifHasMethodTag>

As you can see it first checks to see if the parameter "dirty" exists, then the sub 
node obtains the value from the parameter "sql-dirty". I belive this should be changed 
to the following:

<XDtMethod:ifHasMethodTag tagName="castor:field-sql" paramName="dirty">
                dirty="<XDtMethod:methodTagValue tagName="castor:field-sql" 
paramName="dirty" values="check,ignore" />"</XDtMethod:ifHasMethodTag> />
</XDtMethod:ifHasMethodTag>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to