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 93394 - NPE in validation after IDE startup
Summary: NPE in validation after IDE startup
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-29 09:02 UTC by Mikhail Kondratyev
Modified: 2007-02-14 10:20 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 Mikhail Kondratyev 2007-01-29 09:02:39 UTC
I could observe the following NPE after starting the IDE. Could not reproduce it
later:

java.lang.NullPointerException
	at org.netbeans.modules.xml.xam.spi.Validation.validate(Validation.java:81)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController$1.run(BPELValidationController.java:185)
	at java.util.TimerThread.mainLoop(Timer.java:512)
[catch] at java.util.TimerThread.run(Timer.java:462)
Comment 1 Denis Anisimov 2007-01-29 10:25:37 UTC
I believe this is consequence of bad deserialization.
Pointed string in source code cannot throw NPE.

So I close it.
Comment 2 Mikhail Kondratyev 2007-02-14 10:20:35 UTC
Could not see the exception in the latest builds so closing as verified