Message:

   The following issue has been re-assigned.

   Assignee: Paul Galbraith (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-977

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-977
    Summary: List property doesn't support outer-join attribute
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.2
             1.2.1

   Assignee: Paul Galbraith
   Reporter: Shorn Tolley

    Created: Tue, 27 Jul 2004 6:31 PM
    Updated: Wed, 16 Mar 2005 1:03 PM
Environment: Hibernate 2.1.2, JDK 1.4, WinXP

Description:
The following tag:
     * @hibernate:list 
     *      role = "areas"
     *      cascade = "all"
     *      inverse = "true"
     *      lazy="false"
     *      outer-join="true"
     * ...

Does not produce the mapping element:
        <list
            name="areas"
            lazy="false"
            inverse="true"
            cascade="all"
            outer-join="true"
        >
            ...
        </list>
Which is a valid Hibernate mapping.
The outer-join attribute is not propogated to the mapping.



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



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to