Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 18159 invoked from network); 21 Jan 2005 22:37:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 22:37:24 -0000 Received: (qmail 65545 invoked by uid 500); 21 Jan 2005 22:37:23 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 64757 invoked by uid 500); 21 Jan 2005 22:37:21 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 64725 invoked by uid 99); 21 Jan 2005 22:37:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 21 Jan 2005 14:37:20 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j0LMbHcI014519 for ; Fri, 21 Jan 2005 23:37:17 +0100 Message-ID: <1030870873.1106347037916.JavaMail.jira@ajax.apache.org> Date: Fri, 21 Jan 2005 23:37:17 +0100 (CET) From: "Andrei Iltchenko (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-1776) Client configuration '.wsdd' files not found when packaged in an ejb-jar file. In-Reply-To: <1531892570.1106322317049.JavaMail.jira@ajax.apache.org> 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 [ http://issues.apache.org/jira/browse/AXIS-1776?page=history ] Andrei Iltchenko updated AXIS-1776: ----------------------------------- Attachment: 1776.txt Did as requested, here come the differences for 'EngineConfigurationFactoryFinder.java' obtained against the latest cvs. > Client configuration '.wsdd' files not found when packaged in an ejb-jar file. > ------------------------------------------------------------------------------ > > Key: AXIS-1776 > URL: http://issues.apache.org/jira/browse/AXIS-1776 > Project: Axis > Type: Bug > Components: Deployment / Registries > Versions: current (nightly) > Environment: An EJB 2.0 compliant EJB container. > Reporter: Andrei Iltchenko > Attachments: 1776.jar, 1776.txt > > When run from within an EJB container, Axis cannot find a client configuration '.wsdd' file when the latter is packaged as part of an ejb-jar file and the Application server uses distinct class loaders per ejb-jar of a J2EE application. As a result the default client configuration file from 'org/apache/axis/client/client-config.wsdd' gets picked up, which doesn't necessarily contain the configuration needed. > The problem is essentially caused by us not having an 'EngineConfigurationFactory' that is capable of finding resources through the context class loader. The patch that I am going to supply addresses the problem and has been tested on WebLogic 8.x and Jboss 3.x.x. -- 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