Return-Path: Delivered-To: apmail-ws-scout-dev-archive@www.apache.org Received: (qmail 37996 invoked from network); 7 Nov 2009 16:09:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Nov 2009 16:09:55 -0000 Received: (qmail 90932 invoked by uid 500); 7 Nov 2009 16:09:55 -0000 Delivered-To: apmail-ws-scout-dev-archive@ws.apache.org Received: (qmail 90888 invoked by uid 500); 7 Nov 2009 16:09:55 -0000 Mailing-List: contact scout-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: scout-dev@ws.apache.org List-Id: Delivered-To: mailing list scout-dev@ws.apache.org Received: (qmail 90875 invoked by uid 99); 7 Nov 2009 16:09:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 16:09:55 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 16:09:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 74EEB234C1E9 for ; Sat, 7 Nov 2009 08:09:32 -0800 (PST) Message-ID: <735520799.1257610172477.JavaMail.jira@brutus> Date: Sat, 7 Nov 2009 16:09:32 +0000 (UTC) From: "raflik (JIRA)" To: scout-dev@ws.apache.org Subject: [jira] Created: (SCOUT-98) BusinessLifeCycleManager.saveOrganizations(Collection organizations) does not return exception list if failed to save MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 BusinessLifeCycleManager.saveOrganizations(Collection organizations) does not return exception list if failed to save --------------------------------------------------------------------------------------------------------------------- Key: SCOUT-98 URL: https://issues.apache.org/jira/browse/SCOUT-98 Project: Scout Issue Type: Bug Components: Scout Implementation Affects Versions: 1.1.1 Reporter: raflik Assignee: Kurt T Stam Just look at the source: 422 catch (RegistryException e) { 423 exceptions.add(new SaveException(e.getLocalizedMessage())); 424 bulk.setStatus(JAXRResponse.STATUS_FAILURE); 425 return bulk; 426 } bulk.setExceptions() is not called to set the exceptions before return. It is trival to fix. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org For additional commands, e-mail: scout-dev-help@ws.apache.org