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 97016 - VWP Hibernate Tutorial: warn about
Summary: VWP Hibernate Tutorial: warn about
Status: RESOLVED DUPLICATE of bug 96602
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Chris Kutler
URL: http://www.netbeans.org/kb/55/vwp-hib...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 00:06 UTC by Chris Kutler
Modified: 2007-03-02 00:08 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 Chris Kutler 2007-03-02 00:06:09 UTC
User gets exception in the sessionFactory = new
Configuration().configure().buildSessionFactory() statement if they make the
wrong choice in the Fix Imports box for the Session package.

Add  a warning to be careful to choose org.hibernate.session and not
org.hibernate.classic.Session.
Comment 1 Chris Kutler 2007-03-02 00:08:14 UTC

*** This issue has been marked as a duplicate of 96602 ***