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 270479

Summary: adding hiibernate mapping file to project
Product: ide Reporter: bitrunner
Component: UIAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description bitrunner 2017-04-25 00:44:54 UTC
When I try to add hibernate mapping file to project, it says it cannot find suitable driver from org.postgresql.Driver even though I can connect to the database when I am in services folder, and if I look in properties folder of the postgresql driver, it uses the same values as in hibernate.cfg.xml. Says unable to connect to database, even though I added entities from tables to my project fine.