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 71588 - Wrong location of the persistence.xml file in *.war
Summary: Wrong location of the persistence.xml file in *.war
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 11:58 UTC by Petr Blaha
Modified: 2006-01-24 13:22 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 Petr Blaha 2006-01-19 11:58:08 UTC
[build 20060117]
According spec the persistence.xml file should be located in
WEB-INF/classes/META-INF directory, see 6.2
Comment 1 Martin Adamek 2006-01-20 10:51:55 UTC
Fixed.
/cvs/web/project/src/org/netbeans/modules/web/project/Attic/WebCompilationUnitProvider.java,v
 <--  WebCompilationUnitProvider.java
new revision: 1.1.2.4; previous revision: 1.1.2.3
Comment 2 Petr Blaha 2006-01-20 13:18:55 UTC
[build 20060120]