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 91855 - JAX-RPC services encounter CNFE
Summary: JAX-RPC services encounter CNFE
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 20:30 UTC by Vince Kraemer
Modified: 2007-01-11 17:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
changes for release551 branch (1.63 KB, text/plain)
2007-01-04 23:29 UTC, Vince Kraemer
Details
new patch to 5.5.1 (1.62 KB, text/plain)
2007-01-05 15:55 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2007-01-04 20:30:56 UTC
GF V2

classes from appserv-ws.jar got redistributed into 

webservices-rt.jar and webservices-tools.jar

Building a JAXRPC based WS fails with a CNFE.

Need to update the PlatformImpl.java
Comment 1 Vince Kraemer 2007-01-04 23:15:26 UTC
fix in trunk

Checking in PlatformImpl.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PlatformImpl.java,v
 <--  PlatformImpl.java
new revision: 1.20; previous revision: 1.19
done
Comment 2 Vince Kraemer 2007-01-04 23:29:08 UTC
Created attachment 37058 [details]
changes for release551 branch
Comment 3 Jaroslav Pospisil 2007-01-05 08:31:55 UTC
Probably depends on issue 91319 , if not duplicate. Attached patch is different
than trunk one,it should be the same.Could you please fix it Vince?
Comment 4 Vince Kraemer 2007-01-05 15:55:19 UTC
Created attachment 37082 [details]
new patch to 5.5.1
Comment 5 Vince Kraemer 2007-01-05 15:56:15 UTC
issue 91319 is very different from this issue.

91319 is caused by coding errors in WebServiceGenerator.java...

The null checks that were removed from the trunk are not related to this issue....

New diff attached...
Comment 6 Roderico Cruz 2007-01-08 20:35:48 UTC
Changes look fine to me.
Comment 7 Jaroslav Pospisil 2007-01-11 10:51:40 UTC
Patch verified in 200701100600.
You can commit it to release551 branch.
Comment 8 Vince Kraemer 2007-01-11 17:42:14 UTC
Checking in PlatformImpl.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PlatformImpl.java,v
 <--  PlatformImpl.java
new revision: 1.3.8.7.2.24.14.2; previous revision: 1.3.8.7.2.24.14.1