From user-return-7923-archive-asf-public=cust-asf.ponee.io@uima.apache.org Tue May 15 17:17:11 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1A9BE180634 for ; Tue, 15 May 2018 17:17:10 +0200 (CEST) Received: (qmail 15032 invoked by uid 500); 15 May 2018 15:17:10 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Delivered-To: moderator for user@uima.apache.org Received: (qmail 59371 invoked by uid 99); 15 May 2018 14:54:46 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.3 X-Spam-Level: X-Spam-Status: No, score=-1.3 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled From: "Osborne, John D" To: "user@uima.apache.org" Subject: RE: [External Sender] Re: Deploy Async Service without XML Thread-Topic: [External Sender] Re: Deploy Async Service without XML Thread-Index: AdPruvHW7MfODJfASXCDGnDcLCZ//QAmdWGAAAHyvmk= Date: Tue, 15 May 2018 14:54:33 +0000 Message-ID: <26048294999DF540B2E62368A7B4A2D002966277C9@MSGMBX4.ad.hs.uab.edu> References: <26048294999DF540B2E62368A7B4A2D0029662665B@MSGMBX4.ad.hs.uab.edu>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.21.3.34] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Spam-Details: rule=audit_notspam policy=audit score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=994 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1805150151 Thanks Jerry, not sure how I missed that.=0A= =0A= -John=0A= =0A= ________________________________________=0A= From: uimaee@gmail.com [uimaee@gmail.com] on behalf of Jaroslaw Cwiklik [cw= iklik@apache.org]=0A= Sent: Tuesday, May 15, 2018 3:58 AM=0A= To: user@uima.apache.org=0A= Subject: [External Sender] Re: Deploy Async Service without XML=0A= =0A= You can generate UIMA-AS deployment descriptor programmatically. You still= =0A= need AE descriptor though.=0A= =0A= Please check UIMA-AS documentation:=0A= https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__uima.apache.org_d_ui= ma-2Das-2D2.10.3_uima-5Fasync-5Fscaleout.html-23ugr.ref.async.api.usage&d= =3DDwIBaQ&c=3Do3PTkfaYAd6-No7SurnLtwPssd47t-De9Do23lQNz7U&r=3DSEpLmXf_P21h_= X0qEQSssKMDDEOsGxxYoSxofi_ZbFo&m=3DU8uhcK-ff3unC3R6JrZd3dnzWauSyiuLs_FefZ7f= Zt8&s=3DpYKLSCtmns01alVgi7w6p-ZdLAjF6inrYmzko474muU&e=3D=0A= section 4.10 Generating Deployment Descriptor Programmatically=0A= =0A= Jerry=0A= =0A= On Mon, May 14, 2018 at 9:47 PM, Osborne, John D wrote= :=0A= =0A= > Is it possible to deploy an UIMA-AS service without an XML descriptor=0A= > similar to how UIMA-FIT works? I currently deploy services using=0A= > https://urldefense.proofpoint.com/v2/url?u=3Dhttp-3A__deployAsyncService.= sh&d=3DDwIBaQ&c=3Do3PTkfaYAd6-No7SurnLtwPssd47t-De9Do23lQNz7U&r=3DSEpLmXf_P= 21h_X0qEQSssKMDDEOsGxxYoSxofi_ZbFo&m=3DU8uhcK-ff3unC3R6JrZd3dnzWauSyiuLs_Fe= fZ7fZt8&s=3D0vhUs649w82ayOgQS1h3m42wQo690J5W_P3ZOzDy8pE&e=3D=0A= >=0A= > I have multiple long running services that need to work in different=0A= > (production, testing, dev) environments and would prefer to avoid having = an=0A= > XML file for each service. I realize that with some refactoring (like=0A= > removing environment specific parameters) this number of XML files could = be=0A= > reduced, but I've become spoiled with UIMA-FIT. :)=0A= >=0A= > I'm looking at the toXML() function so I can potentially generate the=0A= > aggregate analysis engine with UIMA-FIT.=0A= >=0A= > -John=0A= >=0A= >=0A=