Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: xdoclet-devel (Use for new issues) Reporter: Benoit Voisin Created: Tue, 22 Jul 2003 4:28 AM Updated: Tue, 22 Jul 2003 4:28 AM 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 is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
