The following issue has been updated: Updater: David Croft (mailto:[EMAIL PROTECTED]) Date: Thu, 3 Mar 2005 7:17 AM Comment: Er, proper patch attached. Changes: Attachment changed to xdoclet.diff --------------------------------------------------------------------- For a full history of the issue, see:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1289?page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1289 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1289 Summary: Orion cmp-mapping uses wrong tag for sql-type Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Orion Module Versions: 1.3 Assignee: xdoclet-devel (Use for new issues) Reporter: David Croft Created: Thu, 3 Mar 2005 7:15 AM Updated: Thu, 3 Mar 2005 7:17 AM Description: orion cmp-mapping is looking at @orion.persistence for sql-type whereas this field is in fact on @ejb.persistence Here is the patch against CVS to fix. I don't imagine this will affect backwards-compatibility as orion currently seems to ignore persistence-type="" --- orion-cmp-mapping.xdt 18 Mar 2003 22:21:17 -0000 1.7 +++ orion-cmp-mapping.xdt 3 Mar 2005 13:12:16 -0000 @@ -22,7 +22,7 @@ persistence-name="<XDtMethod:methodTagValue tagName='orion:persistence' paramName='persistence-name'/>" </XDtMethod:ifHasMethodTag> </XDtMethod:ifDoesntHaveMethodTag> - <XDtMethod:ifHasMethodTag tagName="orion:persistence" paramName="sql-type"> + <XDtMethod:ifHasMethodTag tagName="ejb:persistence" paramName="sql-type"> persistence-type="<XDtMethod:methodTagValue tagName='orion:persistence' paramName='sql-type'/>" </XDtMethod:ifHasMethodTag> > --------------------------------------------------------------------- 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