Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 51109 invoked from network); 9 Jul 2006 03:06:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jul 2006 03:06:32 -0000 Received: (qmail 74297 invoked by uid 500); 9 Jul 2006 03:05:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74046 invoked by uid 500); 9 Jul 2006 03:05:13 -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 73867 invoked by uid 99); 9 Jul 2006 03:05:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 20:05:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 13:58:22 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3E574104CC for ; Sat, 8 Jul 2006 20:56:29 +0000 (GMT) Message-ID: <5162426.1152392189930.JavaMail.jira@brutus> Date: Sat, 8 Jul 2006 20:56:29 +0000 (GMT+00:00) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-2176) deploy time validations lost in openejb rewrite MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N deploy time validations lost in openejb rewrite ----------------------------------------------- Key: GERONIMO-2176 URL: http://issues.apache.org/jira/browse/GERONIMO-2176 Project: Geronimo Type: Bug Security: public (Regular issues) Components: OpenEJB Versions: 1.2 Reporter: David Jencks Assigned to: Dain Sundstrom I tried deploying a stateless session bean that lacked an ejbCreate method. It deployed successfully in trunk but in 1.1 it complained about the missing ejbCreate method. Seems like some validation must have gotten lost. The app I used is the one attached to GERONIMO-2125: I added the ejbCreate method in the jar subproject TestSession. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira