[hibernate-issues] [Hibernate-JIRA] Created: (HBX-917) File handles reference held to classpath entries in HIbernate Console Config

Joseph Marques (JIRA) noreply at atlassian.com
Thu Mar 15 13:37:09 EDT 2007


File handles reference held to classpath entries in HIbernate Console Config
----------------------------------------------------------------------------

         Key: HBX-917
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-917
     Project: Hibernate Tools
        Type: Bug

    Versions: 3.2beta8    
    Reporter: Joseph Marques


I created a HIbernate Console Configuration.  In the configuration wizard I added the jar that contains my POJO domain objects to the classpath.  When I try to 'clean' my project, which also deletes build-time created JARs, my build fails with an error reporting that it can not delete the jar I added to the HCC classpath.  I tried closing the session factory, hoping that that would release the file handle, but it didn't.

It would be nice to be able to perform clean builds at the same time the HCC references a jar that gets deleted and rebuilt - even if that means the use has to close/re-open the session factory.

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