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 242368 - NullPointerException at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForServiceFromJava
Summary: NullPointerException at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSI...
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 14:26 UTC by Maksim Khramov
Modified: 2016-07-07 09:54 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183982


Attachments
stacktrace (863 bytes, text/plain)
2014-02-26 14:26 UTC, Maksim Khramov
Details
stacktrace (863 bytes, text/plain)
2014-07-30 09:49 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2014-02-26 14:26:38 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-1357-on-20140224)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: i do nothing

mkhramov: Ivoke Move Refactoring on some hibernate mapping *.hbm.xml file. Press Preview in refactioring window. Exception is thrown.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForServiceFromJava(WSITModelSupport.java:421)
   at org.netbeans.modules.websvc.wsitconf.refactoring.WSITMoveRefactoringPlugin.prepare(WSITMoveRefactoringPlugin.java:132)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:437)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:421)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:232)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare.run(ParametersPanel.java:1026)
Comment 1 Maksim Khramov 2014-02-26 14:26:40 UTC
Created attachment 145597 [details]
stacktrace
Comment 2 Sergey Petrov 2014-07-30 09:49:44 UTC
Created attachment 148404 [details]
stacktrace

tried to refactor|move hibernate hbm.xml file
Comment 3 Martin Balin 2016-07-07 09:54:22 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss