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 78103 - IOE when using CC over a webservice operation
Summary: IOE when using CC over a webservice operation
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 14:55 UTC by Max Sauer
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (2.19 KB, text/plain)
2006-06-16 14:55 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-06-16 14:55:06 UTC
Following IOE pops when a user invokes code completion inside a web service
call, when appropriate WS client does not exist (ie. has been deleted):

javax.jmi.reflect.InvalidObjectException: Object with MOFID
D60EDF27-FD3D-11DA-8C02-ACA044F7AA77:0000000000000560 no longer exists, class:
org.netbeans.jmi.javamodel.JavaClass$Impl
	at
org.netbeans.mdr.handlers.BaseObjectHandler._getDelegate(BaseObjectHandler.java:359)
	at
org.netbeans.mdr.handlers.InstanceHandler.getInstanceDelegate(InstanceHandler.java:48)
	at
org.netbeans.mdr.handlers.InstanceHandler._immediateComposite(InstanceHandler.java:251)
..
(whole stack trace attached)

Steps to reproduce:
-------------------
1) Create a j2se/webapplication
2) Add a WebService client to that application
3) Open a java class/servlet file
4) Right click inside editor and select 'WS client resources'>'Call WS operation'
5) Choose a method from inside of diplayed web service
--> sample code is generated
6) Delete previously defined WS client from the project
7) Use Code Completion inside generated source from above
--> exception

----------------
Netbeans 5.5dev 200606150200
JDK 1.6.0-rc-b87
Solaris 10/Sparc
----------------
Comment 1 Max Sauer 2006-06-16 14:55:45 UTC
Created attachment 31115 [details]
exception stack trace
Comment 2 Jan Becicka 2006-10-26 16:26:49 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Max Sauer 2006-10-30 10:29:56 UTC
Verified.
---
NetBeans IDE Dev (Build 061030)
1.5.0_07; Java HotSpot(TM) Server VM 1.5.0_07-b03
Linux version 2.6.12-1.1390_FC4smp running on i386
en_US (nb); UTF-8
Comment 4 Quality Engineering 2007-09-20 12:11:04 UTC
Reorganization of java component