@hibernate.property generates wrong access property
---------------------------------------------------

         Key: XDP-157
         URL: http://jira.codehaus.org/browse/XDP-157
     Project: XDoclet 2 Plugins
        Type: Bug

  Components: hibernate  
    Versions: 1.0.3    
 Environment: Hibernate 3
    Reporter: Stefan Becker
    Priority: Minor


@hibernate.property length="50" not-null="true" 

generates 

<property name="accountName" not-null="true" length="50" access="method"/>

which is unkown to Hibernate 3. 

Although it's easy to work around (just add access="field" to 
hibernate.property) it's annoying, because Access is not required and does not 
have a default value according to the documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to