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 - adding hiibernate mapping file to project
Summary: adding hiibernate mapping file to project
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-25 00:44 UTC by bitrunner
Modified: 2017-04-25 00:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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