The following comment has been added to this issue:

     Author: Matthias Germann
    Created: Wed, 2 Feb 2005 2:42 AM
       Body:
IMHO, it doesn't make sense to have a tag at class level because it is  a 
per-relation setting.

I hope that somebody will apply the patch to cvs soon.
---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1258?page=comments#action_15831

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1258

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1258
    Summary: No read-only for jboss:relation
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 10 minutes
 Time Spent: Unknown
  Remaining: 10 minutes

    Project: XDoclet
 Components: 
             XDoclet Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Bob Messenger

    Created: Tue, 1 Feb 2005 6:13 AM
    Updated: Wed, 2 Feb 2005 2:42 AM
Environment: FC3 i386

Description:
jbosscmp-jdbc_4_0.dtd specifies that a relation can be read-only.

<!--
The ejb-relation element contains the configuration of an
ejb-relation.
-->
<!ELEMENT ejb-relation (ejb-relation-name, read-only?, read-time-out?,
         (foreign-key-mapping | relation-table-mapping)?,
         (ejb-relationship-role, ejb-relationship-role)?)>

However I can't see a way of specifying this in 1.2.2.

This can be easily fixed (i think) by putting something like:

<XDtMethod:ifHasMethodTag tagName="jboss:read-only" paramName="true">
    <read-only>true</read-only>
</XDtMethod:ifHasMethodTag>

In jbosscmp-jdbc_xml.xdt.



---------------------------------------------------------------------
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