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 180506 - NullPointerException at sun.misc.FloatingDecimal.readJavaFormatString
Summary: NullPointerException at sun.misc.FloatingDecimal.readJavaFormatString
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-09 12:28 UTC by hohonuuli
Modified: 2010-05-05 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159462


Attachments
stacktrace (3.69 KB, text/plain)
2010-02-09 12:28 UTC, hohonuuli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hohonuuli 2010-02-09 12:28:08 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
hohonuuli: Tried to create a new Web-Service

GUEST: Trying to add a new web service from wsdl or from scratch to a web project created from maven artefact : simple cxf project using srping conf.




Stacktrace: 
java.lang.NullPointerException
   at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:991)
   at java.lang.Double.parseDouble(Double.java:510)
   at org.netbeans.modules.websvc.core.dev.wizard.WebServiceTypePanel.isEjbInWebSupported(WebServiceTypePanel.java:465)
   at org.netbeans.modules.websvc.core.dev.wizard.WebServiceTypePanel.<init>(WebServiceTypePanel.java:114)
   at org.netbeans.modules.websvc.core.dev.wizard.WebServiceType.getComponent(WebServiceType.java:75)
   at org.netbeans.modules.java.project.JavaTargetChooserPanel.getComponent(JavaTargetChooserPanel.java:97)
Comment 1 hohonuuli 2010-02-09 12:28:12 UTC
Created attachment 94015 [details]
stacktrace
Comment 2 Milan Kuchtiak 2010-05-05 09:21:46 UTC
Fixed:
http://hg.netbeans.org/main/rev/e8370c25a259