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

Summary: NullPointerException at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForServiceFromJava
Product: webservices Reporter: Maksim Khramov <mkhramov>
Component: WSITAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED WONTFIX    
Severity: normal CC: ISC_Erick, lehel, sj-nb
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183982
Attachments: stacktrace
stacktrace

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