Message: The following issue has been re-assigned.
Assignee: Gavin King (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-565 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-565 Summary: "inverse" attribute generated for hibernate 2.0 "array" Type: Bug Status: Assigned Priority: Minor Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Hibernate Module Versions: 1.2 Beta 3 Assignee: Gavin King Reporter: Benoit Voisin Created: Tue, 22 Jul 2003 4:28 AM Updated: Wed, 23 Jul 2003 11:28 PM Environment: Ant 1.5.3 Description: the hibernate.properties adds the inverse attribute to the array elements if the hibernate version is 2.0 (specified in the ant script). And according to the hibernate-mapping-2.0.dtd, the array element does not support the "inverse" attribute. I consider it minor since it generates a SEVERE warning in crimson (XML parser), but it is not blocking. I believe this is quite trivial to solve (just removing 3 lines in the hibernate-properties.xdt) but I am not sure about it. Lines to probably remove from hibernate-properties.xdt: <XDtConfig:ifConfigParamEquals paramName="version" value="2.0"> inverse="<XDtMethod:methodTagValue tagName="hibernate.array" paramName="inverse" values="true,false" default="false"/>" </XDtConfig:ifConfigParamEquals> --------------------------------------------------------------------- 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 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
