Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 56939 invoked from network); 28 Feb 2007 14:58:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2007 14:58:26 -0000 Received: (qmail 99924 invoked by uid 500); 28 Feb 2007 14:58:26 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 99913 invoked by uid 500); 28 Feb 2007 14:58:26 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 99898 invoked by uid 99); 28 Feb 2007 14:58:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 06:58:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of attodorov@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 06:58:14 -0800 Received: by ug-out-1314.google.com with SMTP id j40so133513ugd for ; Wed, 28 Feb 2007 06:57:52 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LO+YJCtWwiQB5IK7KDAsvZp4yv3mtwxmZlKfjwnaodCkKCgYSgdihk2BqLs8/+VzOODB2NsOKaL+Sw3osh7h0Qz3lVOCtoI+Ckbe/aWBalVD/8nKhwseg+l0w+umWm+fAZm8biIa0Cpa20Ejjt4p6L964yf857XM63Q1nQiY764= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hk6t3pEm7t/J41C11Nd009igwoxM7p2xBwCZyhkXZwOjvW8wkNkgNH2R//qctSQYGqkIEUFyEFcyZgf5MrEi0SHtxYltJsbPOOwxJsdNxkML8j11a79bilZdbdOA4i2WDG4nLsNG/HC2QTEua5TCN/8TuvVTANsOV2fiweCKYwI= Received: by 10.66.255.7 with SMTP id c7mr806708ugi.1172674672689; Wed, 28 Feb 2007 06:57:52 -0800 (PST) Received: by 10.66.255.16 with HTTP; Wed, 28 Feb 2007 06:57:52 -0800 (PST) Message-ID: <4ac1e6310702280657j7d93ef87pfb14f02e4830bfe3@mail.gmail.com> Date: Wed, 28 Feb 2007 16:57:52 +0200 From: "Angel Todorov" To: axis-user@ws.apache.org Subject: Re: Remote Deployment API In-Reply-To: <45E59710.4050506@tuxpan.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <45E59710.4050506@tuxpan.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Jorge, You can take a look at: https://issues.apache.org/jira/browse/AXIS2-2212 Moreover, you must make sure that in the AxisServlet, the deployer instance is stored in the SERVLET_CONTEXT, so it can be used later on, and, most importantly, to have the repoListener synchronized (so that the scheduler and some remote deployer don't use two instances of a deployer + configurations). I haven't included that yet since I want to get any feedback from the guys about the JIRA-2212 above. Regards, Angel On 2/28/07, "Jorge Jim=E9nez C." wrote: > I need to dynamically register (and map to my EJBs) some services and > (reading some old posts in the list) the only way to do that, is to > create and deploy the "aar" files on the appserver. If there is another > way (implementing some interface and registering as a listener or > something else, please let me know). > > The question: =BFWhere can I find some documentation to use the Remote > Deployment API mentioned in some posts? > > Thanks in advance. Just a starting point would be good. > > J > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org