Tag jboss.read-ahead must be on method level --------------------------------------------
Key: XDT-1690 URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1690 Project: XDoclet Issue Type: Bug Affects Versions: 1.2.3 Reporter: Christian Nolte Assignee: xdoclet-devel (Use for new issues) The tag jboss.read-ahead has to be specified on class-level. This leads to an invalid jbosscmp-jdbc entity-entry like: <!-- ... --> <entity> <read-ahead> <!-- ... --> </read-ahead> <!-- ... --> <query> <!-- ... --> </query> </entity> It must be: <entity> <!-- ... --> <query> <!-- ... --> <read-ahead> <!-- ... --> </read-ahead> </query> </entity> This tag has therefor to be specified on method-level on methods which specifiy jboss.query, jboss.dynamic-query and so on. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel