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 208300 - NullPointerException at javax.xml.bind.ContextFinder.handleClassCastException
Summary: NullPointerException at javax.xml.bind.ContextFinder.handleClassCastException
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-12 11:22 UTC by doctorlux
Modified: 2012-03-29 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185015


Attachments
stacktrace (1.30 KB, text/plain)
2012-02-12 11:22 UTC, doctorlux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description doctorlux 2012-02-12 11:22:24 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at javax.xml.bind.ContextFinder.handleClassCastException(ContextFinder.java:95)
   at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:142)
   at javax.xml.bind.ContextFinder.find(ContextFinder.java:276)
   at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:412)
   at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:375)
   at org.netbeans.modules.websvc.saas.util.SaasUtil.loadJaxbObject(SaasUtil.java:147)
Comment 1 doctorlux 2012-02-12 11:22:28 UTC
Created attachment 115630 [details]
stacktrace
Comment 2 Denis Anisimov 2012-03-29 10:09:28 UTC
Please provide exact steps to reproduce.