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 56210 - java.lang.NoSuchMethodException on ejb node
Summary: java.lang.NoSuchMethodException on ejb node
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 22:24 UTC by _ ludo
Modified: 2006-03-24 13:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ ludo 2005-03-10 22:24:52 UTC
up to date build.
create an ejbmodule, add a session in it, navigate to the session node, active
it'popup menu. You get:

java.lang.IllegalArgumentException: java.lang.NoSuchMethodException:
org.netbeans.modules.j2ee.ejbjarproject.ui.logicalview.ejb.action.AddBusinessMethodAction.<init>()
	at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:449)
	at org.openide.util.actions.SystemAction.get(SystemAction.java:73)
	at
org.netbeans.modules.j2ee.ejbjarproject.ui.logicalview.ejb.action.AddActionGroup.grouped(AddActionGroup.java:35)
	at
org.netbeans.modules.j2ee.ejbjarproject.ui.logicalview.ejb.action.EJBActionGroup$LazyMenu.getPopupMenu(EJBActionGroup.java:121)
	at
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:382)
...
Comment 1 Martin Adamek 2005-03-11 07:09:49 UTC
Radime, I guess it's what I saw yesterday. It's trying to find default
constructor without parameters...
Comment 2 _ rkubacki 2005-03-11 09:42:12 UTC
I am sorry for this problem

Checking in
j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/AddActionGroup.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/AddActionGroup.java,v
 <--  AddActionGroup.java
new revision: 1.7; previous revision: 1.6
Comment 3 Petr Blaha 2005-03-31 15:55:09 UTC
[Build 20050330]