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 75866 - UTE while creating Session Facade
Summary: UTE while creating Session Facade
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-05-03 17:00 UTC by Jan Horvath
Modified: 2006-08-18 10:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.reflect.UndeclaredThrowableException (40.32 KB, text/plain)
2006-05-03 17:01 UTC, Jan Horvath
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2006-05-03 17:00:15 UTC
build 200605031130

-create Entity Classes from sample db
-create Session Facade from this classes
-EXCEPTION: java.lang.reflect.UndeclaredThrowableException
Comment 1 Jan Horvath 2006-05-03 17:01:24 UTC
Created attachment 30221 [details]
java.lang.reflect.UndeclaredThrowableException
Comment 2 Martin Adamek 2006-05-10 06:42:25 UTC
NPE at at org.netbeans.modules.javacore.parser.Scope.getCacheFor(Scope.java:326)
Comment 3 Jan Becicka 2006-06-26 13:35:40 UTC
I cannot reproduce it. But there are still many exceptions in the console:
java.lang.IllegalArgumentException: The bean property doesn't exist (bean=
        at
org.netbeans.modules.j2ee.metadata.NNModelBuilder.setBeanProperties(NNModelBuilder.java:482)

Please fix them and then reassign back if you will still be able to reproduce it.
Comment 4 Daniel Prusa 2006-07-17 14:12:10 UTC
Fixed.

/cvs/java/javacore/src/org/netbeans/modules/javacore/ExclusiveMutex.java
new revision: 1.55; previous revision: 1.54

/cvs/java/javacore/src/org/netbeans/modules/javacore/ExclusiveMutex.java
new revision: 1.50.6.3.2.2; previous revision: 1.50.6.3.2.1
Comment 5 Jan Horvath 2006-08-18 10:12:21 UTC
v