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 - AssertionError: Should have set configFilesFolder, e.g. by retrieving it from a PersistenceLocationProvider or EjbJar or by asking the user
Summary: AssertionError: Should have set configFilesFolder, e.g. by retrieving it from...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
: 127232 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-21 15:59 UTC by Jan Horvath
Modified: 2008-03-31 00:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 21256


Attachments
stacktrace (666 bytes, text/plain)
2008-01-21 15:59 UTC, Jan Horvath
Details

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