From: <leg...@at...> - 2003-10-21 19:50:20
|
Message: The following issue has been closed. Resolver: Gavin King Date: Tue, 21 Oct 2003 11:51 AM I committed a slightly simplified version of this patch to 2.1 branch --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-379 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-379 Summary: IN clause in an HQL query confuses the preprocessor. Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Components: core Fix Fors: 2.1 beta 5 Versions: 2.0.3 Assignee: Gavin King Reporter: Bulent Erdemir Created: Fri, 3 Oct 2003 3:52 PM Updated: Tue, 21 Oct 2003 11:51 AM Description: check the related forum postings for detailed information at: http://forum.hibernate.org/viewtopic.php?p=2173569&sid=298fed84e2b015aff203a1f1bd83ab80#2173569 For queries having an IN clause, this confuses the preprocessor and causes hibernate to call getImportedClass() in QueryTranslator.concreteQueries() for each token in the query. This also causes long parsing time especially noticeable when running hibernate code under Jboss in which a different classloader is used. --------------------------------------------------------------------- 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/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |