Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 53876 invoked from network); 3 Nov 2008 21:20:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 21:20:31 -0000 Received: (qmail 20594 invoked by uid 500); 3 Nov 2008 21:20:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 20545 invoked by uid 500); 3 Nov 2008 21:20:34 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 20534 invoked by uid 99); 3 Nov 2008 21:20:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 13:20:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andreas.veithen@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 21:19:15 +0000 Received: by fg-out-1718.google.com with SMTP id d23so3179765fga.14 for ; Mon, 03 Nov 2008 13:19:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dSxE/sSjY2OYeB4Ebefemzqd0w0j6toZUo1r58z2Ric=; b=Em8LfWOzC1OQhYajeh0P9UrTsT6g5Wq/AtNn8GTM0Dc1AnfJo5l8XHmtxVasgvTP+r 7nrY3QCxeu4Q22x1W0avcTM2VI7vsCcZGx3Ojb1jHv+FpMYADC92NL0TuIHZcM+VJk7g 2Ec4aRucDz0i//PyToyQZHFnQNkqMhyl/yAyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=OdGZgcEQbUcMLopJod1b6xc3XzsDKdYeI9d5DLo1Ed6jYqheVm04DVslTwOeqH3X4h dE1nI0f2o9ekgQgYHCZ7iWkfq3LYy+1lHv9NY0qymzwymzPnEWD5Ro0otAgrZTAKm7EE 9pqucSuJaWn8vHkNMthDYGZ6O+lBHmrqfjVws= Received: by 10.86.72.3 with SMTP id u3mr525552fga.1.1225747186408; Mon, 03 Nov 2008 13:19:46 -0800 (PST) Received: by 10.86.3.16 with HTTP; Mon, 3 Nov 2008 13:19:46 -0800 (PST) Message-ID: Date: Mon, 3 Nov 2008 22:19:46 +0100 From: "Andreas Veithen" To: axis-dev@ws.apache.org Subject: Re: JMS,SMTP sample configurations missing from axis2.xml In-Reply-To: <490F1A9F.5090103@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <358531180811030723w2a4bd45cj76bcccdc402a1a76@mail.gmail.com> <490F1A9F.5090103@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On one hand, given that the transports have been split into several modules, it makes sense to not activate the less common ones by default, because it would result in an error when they are not on the classpath. But I also see your point, Asankha, that if these transports are on the classpath, it is annoying that people are forced to write their own axis2.xml in order to use them. Maybe the best solution would be to allow to mark transports in axis2.xml as "optional" and enhance Axis2 so that if the implementation class of a transport marked this way can't be loaded, it just ignores it. Andreas On Mon, Nov 3, 2008 at 16:37, Asankha Perera wrote: > Sumedha >> >> Until recently we used to have commented out blocks of JMS & SMTP sample >> configurations within axis2.xml. But I do not see these now. >> Were these removed on purpose? Or did these get deleted accidentally >> during recent transport module relocation? If so shall I add them back? >> I want to add a sample configuration for XMPP transport & wondering where >> to put it. > > Yes, also I noticed that someone had commented the JMSSender from the > default axis2.xml, which makes a default client unable to use the JMS sender > which is quite troublesome for users IMHO. Its not the first time this > happened as I remember :-( .. we should have all possible transports enabled > on the default axis2.xml files, and also include example configuration > options where applicable > > asankha > > -- > Asankha C. Perera > http://adroitlogic.org > > http://esbmagic.blogspot.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org