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 125693

Summary: AssertionError: Should have set configFilesFolder, e.g. by retrieving it from a PersistenceLocationProvider or EjbJar or by asking the user
Product: javaee Reporter: Jan Horvath <jhorvath>
Component: EARAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: blocker CC: dkonecny
Priority: P3 Keywords: RANDOM
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=21256
Issue Type: DEFECT Exception Reporter: 21256
Attachments: stacktrace

Description Jan Horvath 2008-01-21 15:59:21 UTC
Build: NetBeans IDE Dev (Build 200801210000)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119
OS: Mac OS X, 10.5.1, i386

User Comments: 
generating entity classes from sample database
Comment 1 Jan Horvath 2008-01-21 15:59:25 UTC
Created attachment 55335 [details]
stacktrace
Comment 2 Andrei Badea 2008-01-21 17:50:43 UTC
Caused by a newly generated EJB project in an EAR not having a src/conf folder.
Comment 3 Tomas Mysik 2008-02-22 14:06:07 UTC
I will try to fix for 6.1M2.
Comment 4 Andrei Badea 2008-02-25 14:23:23 UTC
*** Issue 127232 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Mysik 2008-02-29 08:13:04 UTC
Honzo, I'm not able to reproduce this error. Could you provide any additional information please? Thanks.
Looking at the code, src/conf folder should always be created (MANIFEST is put there). The only possibility I can 
think of is IOException (but in such case the project wizard should fail) or later deletion of src/conf directory by 
user.
Marking as INCOMPLETE.
Comment 6 David Konecny 2008-03-31 00:06:27 UTC
This should have been fixed. I used to see similar problems that some artifacts of project structure were not created
properly.