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 - Provide Editor Support for Hibernate config files and mapping files
Summary: Provide Editor Support for Hibernate config files and mapping files
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Dongmei Cao
URL:
Keywords:
Depends on:
Blocks: 123601
  Show dependency tree
 
Reported: 2008-01-09 22:12 UTC by Jayashri Visvanathan
Modified: 2008-03-08 00:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.