The following comment has been added to this issue:

     Author: Julien Dubois
    Created: Wed, 4 Jun 2003 8:37 AM
       Body:
After looking at the .xdt file :
- The method-attributes tag exists, but at the method level. It should be possible to 
create it at the class level, with a regular expression :
     <method-attributes>
        <method>
          <method-name>get*</method-name>
          <read-only>true</read-only>
        </method>
      <method-attributes>
(see http://www.onjava.com/pub/a/onjava/2003/05/28/jboss_optimization.html)

- The online documentation does not mention it at all.

- It only works if there's a configParam named "Version", which is >= "3.1". This 
should be documented too, as it's not really obvious.
---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-511
    Summary: <method-attributes> tag missing in jboss.xml
       Type: New Feature

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 30 minutes

    Project: XDoclet
 Components: 
             JBoss Module
   Versions:
             1.2 Beta 2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Julien Dubois

    Created: Wed, 4 Jun 2003 7:39 AM
    Updated: Wed, 4 Jun 2003 7:39 AM
Environment: Mandrake 8 + Sun JDK 1.4.1

Description:
The <method-attributes> tag is missing in the jboss_xml.xdt template.
This tag is used, for example, to mark a set of methods as read-only :
      <method-attributes>
        <method>
          <method-name>get*</method-name>
          <read-only>true</read-only>
        </method>
      <method-attributes>

See http://www.onjava.com/pub/a/onjava/2003/05/28/jboss_optimization.html?page=2



---------------------------------------------------------------------
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:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to