Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 1093 invoked from network); 21 Jan 2005 15:45:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 15:45:28 -0000 Received: (qmail 34362 invoked by uid 500); 21 Jan 2005 15:45:23 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 34336 invoked by uid 500); 21 Jan 2005 15:45:22 -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 34323 invoked by uid 99); 21 Jan 2005 15:45:22 -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 07:45:21 -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 j0LFjHAX013097 for ; Fri, 21 Jan 2005 16:45:17 +0100 Message-ID: <1531892570.1106322317049.JavaMail.jira@ajax.apache.org> Date: Fri, 21 Jan 2005 16:45:17 +0100 (CET) From: "Andrei Iltchenko (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-1776) Client configuration '.wsdd' files not found when packaged in an ejb-jar file. 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 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 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