Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 10172 invoked from network); 16 Sep 2004 01:36:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Sep 2004 01:36:05 -0000 Received: (qmail 39860 invoked by uid 500); 16 Sep 2004 01:35:53 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 39824 invoked by uid 500); 16 Sep 2004 01:35:53 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 39809 invoked by uid 99); 16 Sep 2004 01:35:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 15 Sep 2004 18:35:50 -0700 Received: (qmail 12062 invoked from network); 16 Sep 2004 01:37:37 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 16 Sep 2004 01:37:37 -0000 Message-ID: <1929007359.1095298657838.JavaMail.apache@nagoya> Date: Wed, 15 Sep 2004 18:37:37 -0700 (PDT) From: dev@geronimo.apache.org To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-289) Interface classes for an ejb-ref in a war cannot be loaded from war libs or classes In-Reply-To: <901012420.1094669257357.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: David Jencks Created: Wed, 15 Sep 2004 6:36 PM Body: In my experience the ejb interfaces can't be found from a war even if they are elsewhere in an ear such as in the ejb jar file. --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/GERONIMO-289?page=comments#action_53118 --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/GERONIMO-289 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-289 Summary: Interface classes for an ejb-ref in a war cannot be loaded from war libs or classes Type: Bug Status: Unassigned Priority: Major Project: Apache Geronimo Components: web Versions: 1.0-M2 Assignee: Reporter: Dain Sundstrom Created: Wed, 8 Sep 2004 11:46 AM Updated: Wed, 15 Sep 2004 6:36 PM Description: The libraries contained in a war WEB-INF/lib and classes in the WEB-INF/classes directories are not added to the configuration classloader. This is an problem since this class loader is used to resolve ejb-refs. This means that war ejb-refs can only be used when deploying an ear and the interface classes are available from another module in the ear. We could simply add libs and classes to the configuration class loader, but it would make it impossible to isolate wars in the same configuration. This should be handled when we rewrite the JettyConfigurationBuilder to add JSR 77 objects. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira