Community
Participate
Working Groups
Starting at line 94, the code is: if (clients != null) { if (clients.length > 1) { getTaskModel().putObject(WizardTaskUtil.TASK_CLIENTS, clients); getTaskModel().putObject(WizardTaskUtil.TASK_HAS_CLIENTS, new Boolean(true)); } else **** getTaskModel().putObject(WizardTaskUtil.TASK_CLIENT, clients[0]); } In this case, if the clients is not null, but the length is zero, the *** line will throw an ArrayIndexOutOfBounds