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 107668

Summary: business method is not created
Product: javaee Reporter: Jan Horvath <jhorvath>
Component: EJBAssignee: martin_adamek <martin_adamek>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 106361    
Attachments: NPE

Description Jan Horvath 2007-06-21 15:45:06 UTC
build 200706201800

-create EJB project
-create session bean
-invoke Add Business dialog
-add Exception
-ERROR: method is not create when an Exception is added in the Exceptions tab of the dialog
-EXCEPTION:
java.lang.NullPointerException
	at org.netbeans.modules.java.source.builder.TreeFactory.QualIdent(TreeFactory.java:524)
	at org.netbeans.api.java.source.TreeMaker.QualIdent(TreeMaker.java:736)
	at org.netbeans.modules.j2ee.common.method.MethodModelSupport.createMethodTree(MethodModelSupport.java:133)
	at org.netbeans.modules.j2ee.ejbcore.action.AbstractMethodGenerator$1.run(AbstractMethodGenerator.java:80)
Comment 1 Jan Horvath 2007-06-21 15:45:46 UTC
Created attachment 44188 [details]
NPE
Comment 3 Peter Pis 2007-06-26 09:36:30 UTC
Could you please verify this issue for M10?
Comment 4 Jan Horvath 2007-06-26 10:18:58 UTC
v