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 166521 - IllegalArgumentException: Method already exists or is not public
Summary: IllegalArgumentException: Method already exists or is not public
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 06:06 UTC by skptr
Modified: 2009-09-21 22:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 86934


Attachments
stacktrace (3.09 KB, text/plain)
2009-06-04 06:06 UTC, skptr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skptr 2009-06-04 06:06:28 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
GUEST: ice faces tutorial testing

GUEST: Trying to add Row Selector for a dataTable. A dataTable was created early and deleted. Then, after adding the new one and choose Row Selector, this error occurred.

GUEST: I was trying to select the option "Add Row Selector" at drop down menu and this fail happened.

nch: adding a row selector to an IceFaces Data Table



Stacktrace: 
java.lang.IllegalArgumentException: Method already exists or is not public
        at org.netbeans.modules.visualweb.insync.live.ContextMethodHelper.createContextMethod(ContextMethodHelper.java:206)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.createContextMethod(LiveUnit.java:1454)
        at com.icesoft.faces.dt.DataTableAddRowSelectorAction.addSelectionListener(DataTableAddRowSelectorAction.java:71)
        at com.icesoft.faces.dt.DataTableAddRowSelectorAction.invoke(DataTableAddRowSelectorAction.java:85)
        at org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.invokeDisplayAction(AbstractDisplayActionAction.java:143)
        at org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.access$200(AbstractDisplayActionAction.java:94)
Comment 1 skptr 2009-06-04 06:06:34 UTC
Created attachment 83186 [details]
stacktrace