[ http://jira.codehaus.org/browse/XDP-50?page=all ]

Anatol Pomozov reassigned XDP-50:
---------------------------------

    Assign To: Anatol Pomozov

> hibernate.one-to-one property-ref tag generates incorrect hbm.xml
> -----------------------------------------------------------------
>
>          Key: XDP-50
>          URL: http://jira.codehaus.org/browse/XDP-50
>      Project: XDoclet 2 Plugins
>         Type: Bug
>   Components: hibernate
>     Versions: hibernate-1.0
>  Environment: Hibernate 2.1.8
> xdoclet-2.0.2.jar (date May 3)
> xdoclet-plugin-hibernate-1.0.jar (date May 3)
>     Reporter: Donald Armstrong
>     Assignee: Anatol Pomozov

>
>
> The following xdoclet hibernate tags in java source:
>    /**
>     * Obtain parent holder identification.
>     * 
>     * @return a holder
>     * @hibernate.one-to-one outer-join="auto" 
>     *                       property-ref="sysHolderByIdHolder"
>     */
>    public SysLink getSysLinkByIdHolder() {
>       return this.sysLinkByIdHolder;
>    }
> generates:
>     <one-to-one name="sysLinkByIdHolder" outer-join="auto" 
> property-ref="false"/>
> should be:
>     <one-to-one name="sysLinkByIdHolder" outer-join="auto" 
> property-ref="sysHolderByIdHolder" />

-- 
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: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to