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 76021 - NPE trying to add operation to web service.
Summary: NPE trying to add operation to web service.
Status: RESOLVED 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-05-06 00:57 UTC by _ pcw
Modified: 2007-09-26 09:14 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 _ pcw 2006-05-06 00:57:54 UTC
I received the NPE below attempting to add an operation to a JAX-WS webservice
in a JavaEE5 webapp inside an EAR.  All wizards w/ default values except for
entered package names.

java.lang.NullPointerException
        at
org.netbeans.modules.java.ui.nodes.elements.ElementFormat$Tag.format(ElementFormat.java:535)
        at
org.netbeans.modules.java.ui.nodes.elements.ElementFormat.format(ElementFormat.java:240)
        at
org.netbeans.modules.java.ui.nodes.elements.ElementFormat.format(ElementFormat.java:263)
        at
org.netbeans.modules.java.ui.nodes.elements.ElementNode.handleAttributeChange(ElementNode.java:343)
        at
org.netbeans.modules.java.ui.nodes.elements.ElementNode$JMIElementListener.change(ElementNode.java:420)
[catch] at
org.netbeans.mdr.util.EventNotifier$EventsDelivery.run(EventNotifier.java:270)
        at java.lang.Thread.run(Thread.java:595)
Comment 1 Jan Becicka 2006-10-26 16:27:05 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 2 Quality Engineering 2007-09-20 09:49:17 UTC
Reorganization of java component