Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-356 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-356 Summary: Various enhancements to orion module Type: Improvement Status: Assigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: XDoclet Component: Orion Module Versions: 1.2 Beta 3 Assignee: xdoclet-devel (Use for new issues) Reporter: Hani Suleiman Created: Fri, 7 Mar 2003 11:50 AM Updated: Fri, 7 Mar 2003 11:50 AM Description: Enclosed is a patch which addresses a number of issues in the orion module: - Renamed <orion> task deploymentVersion attribute to version, so bring it in line with jboss/weblogic attribute name - Added 2.0 as an allowed version - Set default version to 1.6.0 - Fixed collection mappings to handle non-string primitive object collections (was using ifisPrimitiveOrString, which returns false for java.lang.Number subclasses, so switched to check for String and anything that extends Number) - Added functionality so second column in a primitive collection can be named (via @orion.persistence persistence-name) - Added support for new orion-sql-query attribute. This deprecates the current orion-query attribute (as of orion 2.0). This was done in a backward compatible manner. If orion-query is specified and orion-sql-query is not, then the behaviour is as it is currently. If orion-sql-query is specified, then orion-query is ignored. If orion-sql-query is specified and the orion version is <1.6.0, then it is written out in the xml as 'query', otherwise it is written as 'sql-query' in the descriptor. - Added docs in xtags.xml for the orion.persistence method level tag --------------------------------------------------------------------- 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/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: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
