[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5974) unnecessary import which crashes the system in OSGi environement

Ilya Samartsev (JIRA) noreply at atlassian.com
Thu Mar 3 09:53:08 EST 2011


unnecessary import which crashes the system in OSGi environement
----------------------------------------------------------------

                 Key: HHH-5974
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5974
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.6.1
         Environment: Hibernate 3.6.1/Hibernate trunk
            Reporter: Ilya Samartsev


/hibernate-core/src/main/java/org/hibernate/sql/Delete.java contains one unnecessary import:
- import net.sf.cglib.transform.impl.AddPropertyTransformer;
 (https://github.com/hibernate/hibernate-core/blob/master/hibernate-core/src/main/java/org/hibernate/sql/Delete.java)

It actually crushes the system running in OSGi mode and using javassist as codegeneration tool instead of CGLib(no cglib bundles in the running system at all).

-- 
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