[hibernate-issues] [Hibernate-JIRA] Created: (HHH-1993) Renaming package/classes breaks Hibernate annontations 3.2.0CR1

Sondre Eikanger Kvalø (JIRA) noreply at atlassian.com
Thu Aug 10 07:42:18 EDT 2006


Renaming package/classes breaks Hibernate annontations 3.2.0CR1
---------------------------------------------------------------

         Key: HHH-1993
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1993
     Project: Hibernate3
        Type: Bug

  Components: core  
    Versions: 3.2.0.cr3    
 Environment: Hibernate 3.2CR3, Mssql2005
    Reporter: Sondre Eikanger Kvalø


After upgrading from Hibernate Core 3.2cr2 to Hibernate Core 3.2cr3, building a sessionfactory with Hibernate Annotations fails completely with the following error:
NoClassDefFoundError: org/hibernate/loader/custom/SQLQueryReturn

Apparantly this class has been moved to a new package between these to releases. This is strictly not a bug in the common sense as I assume it will be fixed in the next Hibernate Annotations 3.2 candidate release , but it is a reminder to the team that moving classes between to Candidate Releases is not a good practise as people expect the API to be "frozen" when a project reaches CR status. 

This error is also described on the following blog post: https://izvin.bountysource.com/news/show/98

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira





More information about the hibernate-issues mailing list