This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124995

Summary: Provide Editor Support for Hibernate config files and mapping files
Product: javaee Reporter: Jayashri Visvanathan <jayashri>
Component: HibernateAssignee: Dongmei Cao <dongmeic>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123601    

Description Jayashri Visvanathan 2008-01-09 22:12:24 UTC
Provide Editor Support for Hibernate config files (.cfg.xml) and mapping files (.hbm.xml).
Comment 1 Dongmei Cao 2008-01-23 20:14:16 UTC
Remove the definitions from the project/jsf. See checkin

User: dongmeic
Date: 2008/01/23 12:10:48

Removed:
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/libraries/woodstock-components.xml
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/libraries/woodstock-theme-default.xml

Modified:
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/libraries/Bundle.properties
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/resources/layer.xml

Log:
 Fix for bug http://www.netbeans.org/issues/show_bug.cgi?id=122891. Removed the woodstock library defintions from the
project/jsf. They were added into the woodstock wrapper module
Comment 2 Dongmei Cao 2008-01-23 20:16:07 UTC
The above comments are not for this bug. Please ignore...
Comment 3 Dongmei Cao 2008-03-08 00:10:33 UTC
Hibernate specific code completion and hperlinking have been added for Hibernate configuration and mapping files. The
src code in main/contrib/hibernate module.