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 73337 - persistence.xml is not persistent
Summary: persistence.xml is not persistent
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-07 13:44 UTC by ehucka
Modified: 2006-05-31 17:58 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 ehucka 2006-03-07 13:44:47 UTC
Steps to reproduce:

due to ejb 3.0 tutorial:
1. create a persistence unit into EJB module (default settings with
'drop/create' table generation)
2. restart ide
3. persistence.xml is empty
Comment 1 Erno Mononen 2006-03-08 09:39:15 UTC
Fixed in the the release55 branch. 

http://j2ee.netbeans.org/source/browse/j2ee/persistence/src/org/netbeans/
modules/j2ee/persistence/unit/PUDataObject.java?r1=1.1.2.6.2.4&r2=1.1.2.6.2.5
Comment 2 Jan Horvath 2006-03-30 16:21:44 UTC
v