Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 25060 invoked from network); 2 Aug 2007 17:59:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2007 17:59:16 -0000 Received: (qmail 11107 invoked by uid 500); 2 Aug 2007 17:59:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 11065 invoked by uid 500); 2 Aug 2007 17:59:14 -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 11052 invoked by uid 99); 2 Aug 2007 17:59:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 10:59:14 -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; Thu, 02 Aug 2007 17:59:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56FC17141EB for ; Thu, 2 Aug 2007 10:58:53 -0700 (PDT) Message-ID: <22344379.1186077533354.JavaMail.jira@brutus> Date: Thu, 2 Aug 2007 10:58:53 -0700 (PDT) From: "Christopher James Blythe (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (DAYTRADER-50) UserID shows up as null on Home page in EJB 3 mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org UserID shows up as null on Home page in EJB 3 mode -------------------------------------------------- Key: DAYTRADER-50 URL: https://issues.apache.org/jira/browse/DAYTRADER-50 Project: DayTrader Issue Type: Bug Components: EJB Tier Affects Versions: 2.0 Reporter: Christopher James Blythe Priority: Minor The userID shows up as null on the Home page while in EJB 3 mode. Need to populate transient field in AccountDataBean with profile userid. Also, using this opportunity to add a TransactionalAttribute of NOT_SUPPORTED as an annotation on the resetTrade method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.