From dev-return-48914-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Apr 02 15:10:56 2007 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 56496 invoked from network); 2 Apr 2007 15:10:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 15:10:55 -0000 Received: (qmail 25597 invoked by uid 500); 2 Apr 2007 15:11:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25454 invoked by uid 500); 2 Apr 2007 15:11:00 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 25443 invoked by uid 99); 2 Apr 2007 15:11:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 08:11:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 08:10:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3EF87714049 for ; Mon, 2 Apr 2007 08:10:32 -0700 (PDT) Message-ID: <29987359.1175526632237.JavaMail.jira@brutus> Date: Mon, 2 Apr 2007 08:10:32 -0700 (PDT) From: "Christopher James Blythe (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (DAYTRADER-39) Revise exception handling in EJB-tier to comply with spec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Revise exception handling in EJB-tier to comply with spec --------------------------------------------------------- Key: DAYTRADER-39 URL: https://issues.apache.org/jira/browse/DAYTRADER-39 Project: DayTrader Issue Type: Improvement Components: EJB Tier Affects Versions: 1.2, 2.0 Reporter: Christopher James Blythe Assigned To: Christopher James Blythe Priority: Minor While working to deploy Daytrader 1.2 on Sun Server 9 (Glassfish) with NetBeans 5.5, the NetBeans validation utilities pointed out spec violations associated with the exceptions thrown by classes in the EJB tier. To comply with the spec, the following high level rules were followed... - TradeServices.java - all methods should throw Exception and RemoteException - Trade.java - all methods should throw Exception and RemoteException - TradeBean and TradeJDBCBean - methods should simply throw Exception (not RemoteException) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.