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 86743 - AIOOBE when configuring msg handlers
Summary: AIOOBE when configuring msg handlers
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-10-08 21:38 UTC by Lukas Jungmann
Modified: 2007-07-18 18:20 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 Lukas Jungmann 2006-10-08 21:38:53 UTC
[5.5rc1]

-have 1.5 ejb module w/ webservice, 3 ws clients and 3 message handlers
-add first handler to first ws client
-invoke Configure handlers on the next ws client

=>
java.lang.ArrayIndexOutOfBoundsException: 0
	at
org.netbeans.modules.websvc.core.webservices.action.ConfigureHandlerAction.performAction(ConfigureHandlerAction.java:63)
	at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:537)
	at
org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:53)
...
Comment 1 Roderico Cruz 2006-10-10 23:36:31 UTC
Cannot reproduce all the time and could be a timing issue. I notice if I click
really fast that I can probably reproduce it, but not always. There is a simple
fix for this, that is, to check if activatedNodes is 1, but we are now in RC
mode. If this happens, repeat the invocation of Configure Handlers and it will
be successful.
Comment 2 Lukas Jungmann 2007-07-18 18:20:58 UTC
cannot reproduce in latest builds...