[ http://jira.codehaus.org/browse/XDP-122?page=comments#action_65590 ] 

antony commented on XDP-122:
----------------------------

it suppose to be this is link is dead here 
http://dist.codehaus.org/xdoclet-plugins/jars/xdoclet-plugin-hibernate-1.0.4-SNAPSHOT.jar
 is dead. where i can find this snapshot please help it is very urgent.

thanks in advance

Alvin

> HibernateMappingPlugin.accumulateProperties property.setAccess("method") 
> -------------------------------------------------------------------------
>
>          Key: XDP-122
>          URL: http://jira.codehaus.org/browse/XDP-122
>      Project: XDoclet 2 Plugins
>         Type: Bug

>   Components: hibernate
>     Reporter: Jack Hung
>     Assignee: Konstantin Pribluda
>      Fix For: 1.0.4
>  Attachments: plugin-hibernate-access.diff, plugin-hibernate-access.patch
>
>
> In accumulateProperties(...)
>                           
> if("field".equals(((DocletTag)getTags(beanProperties[i].getAccessor(),requieredTags).get(0)).getNamedParameter("access")))
>          {
>           property.setAccess("field");
> } else {
> //jh     property.setAccess("method");
>            property.setAccess("property");  // my modification
> }
> Hibernate 3 failed on the generated hbm.xml containing:
>    access="method"
> It should really be:
>   access="property"

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



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to