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 - business method is not created
Summary: business method is not created
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks: 106361
  Show dependency tree
 
Reported: 2007-06-21 15:45 UTC by Jan Horvath
Modified: 2007-06-26 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (3.24 KB, text/plain)
2007-06-21 15:45 UTC, Jan Horvath
Details

Note You need to log in before you can comment on or make changes to this bug.
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