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 80496 - NPE in log after adding @RolesAllowed
Summary: NPE in log after adding @RolesAllowed
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-07-18 16:42 UTC by Lukas Jungmann
Modified: 2007-10-16 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (14.22 KB, text/plain)
2006-07-18 16:43 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-07-18 16:42:17 UTC
-have some webservice
-add @RolesAllowed to one of its webmethods

=>info ex. is thrown:
java.lang.NullPointerException
        at
org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsChildren.change(JaxWsChildren.java:549)
[catch] at
org.netbeans.mdr.util.EventNotifier$EventsDelivery.run(EventNotifier.java:276)
        at java.lang.Thread.run(Thread.java:595)
Comment 1 Lukas Jungmann 2006-07-18 16:43:17 UTC
Created attachment 31966 [details]
ide log
Comment 2 Lukas Jungmann 2006-07-19 15:48:41 UTC
Cannot reproduce today, so marking INVALID. Will reopen this if I'll see it again
Comment 3 Lukas Jungmann 2006-09-28 14:40:02 UTC
I was just able to reproduce this in build 200609280000. Adding RANDOM for now...
Comment 4 Lukas Jungmann 2006-09-28 14:40:51 UTC
note: IDE was running on jdk 1.5.0_09-b01
Comment 5 Lukas Jungmann 2006-09-28 14:44:36 UTC
and there were two webservices in web project - one from wsdl, other one from
scratch; used target server was bundled tomcat
Comment 6 Milan Kuchtiak 2007-09-25 10:51:03 UTC
The issue was related to JMI infrastructure, which has been replaced by Retouche.
Comment 7 Lukas Jungmann 2007-10-16 17:17:47 UTC
v.