Message:

   The following issue has been re-assigned.

   Assignee: xdoclet-devel (Use for new issues) 
(mailto:xdoclet-devel@lists.sourceforge.net)
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-165

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-165
    Summary: Castor mapping no longer includes refererce="true"
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Exolab Module
   Versions:
             1.2 Beta 1

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Dave Johnson

    Created: Tue, 19 Nov 2002 6:26 PM
    Updated: Sat, 29 Jan 2005 10:19 AM
Environment: Windows XP, JDK 1.4.1

Description:
With XDoclet 1.1, I used the tags below:

/** @castor:field set-method="setDefaultPageId"
* @castor:field-sql name="defaultpageid" sql-dirty="check" dirty="true" 
* @castor:field-xml node="attribute" reference="true"
* @ejb:persistent-field
*/
public abstract String getDefaultPageId();

and I got the following mapping:

   <field name="defaultPageId"
          type="java.lang.String"
          get-method="getDefaultPageId"
          set-method="setDefaultPageId">
     <sql name="defaultpageid"
          dirty="check" />
     <bind-xml
               reference="true"
               node="attribute" />
   </field> 

Now, with XDoclet 1.2-beta1 I find that the reference="true" is missing from my 
mapping. That is not good.

   <field name="defaultPageId"
          type="java.lang.String"
          get-method="getDefaultPageId"
          set-method="setDefaultPageId">
     <sql name="defaultpageid"
          dirty="check" />
     <bind-xml
               node="attribute" />
   </field> 





---------------------------------------------------------------------
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/secure/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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to