Return-Path: Delivered-To: apmail-incubator-aries-user-archive@minotaur.apache.org Received: (qmail 11960 invoked from network); 8 May 2010 13:54:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 May 2010 13:54:35 -0000 Received: (qmail 8375 invoked by uid 500); 8 May 2010 13:54:35 -0000 Delivered-To: apmail-incubator-aries-user-archive@incubator.apache.org Received: (qmail 8294 invoked by uid 500); 8 May 2010 13:54:34 -0000 Mailing-List: contact aries-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-user@incubator.apache.org Delivered-To: mailing list aries-user@incubator.apache.org Received: (qmail 8278 invoked by uid 99); 8 May 2010 13:54:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 13:54:34 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of khichi.shailendra@gmail.com designates 209.85.221.200 as permitted sender) Received: from [209.85.221.200] (HELO mail-qy0-f200.google.com) (209.85.221.200) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 13:54:26 +0000 Received: by qyk38 with SMTP id 38so757716qyk.18 for ; Sat, 08 May 2010 06:54:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=DG2qC12gix4hABnD04NaQP1SvA4bN45EZLHQBjYHMUU=; b=AAIq0wfWDB4lCJsKi2pU/RZ6oiYhbGYcg306JOeZD4GIqs08NVrGOIQ6MgQ3liJg3O fWx/7vRuVFfQfk2hYtPEc4YRfGS/yfFH0G2RwxvgW5bL6QWrvKcDLvOrrPg0/LDcBE2F 1AnzSRnxgd3/DQsRK837n5Ol3p7PZGJvfqLU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=sNbRh8P1d1NR0iP4HZZzLutJwrpjcOy806iGcMe6JExmuHW8qP7q7Vf6zBQzTS6gXC u/0eJyVJLjD2tsGPiu79mO6Kj/wfk4uxWzKO6N8HHKgyEW8Ryas6+r/3v0C/C1lbwoQl yvrGxSAKdfr3IQBB02DHSeE8oZdCBgPfSvFrQ= Received: by 10.229.187.208 with SMTP id cx16mr1124073qcb.66.1273326845276; Sat, 08 May 2010 06:54:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.81.69 with HTTP; Sat, 8 May 2010 06:53:45 -0700 (PDT) From: Shailendra Date: Sat, 8 May 2010 19:23:45 +0530 Message-ID: Subject: implementing authentication and authorization for blueprint services To: aries-dev@incubator.apache.org, aries-user@incubator.apache.org Content-Type: multipart/alternative; boundary=0016364d2e994bb3a90486158217 X-Virus-Checked: Checked by ClamAV on apache.org --0016364d2e994bb3a90486158217 Content-Type: text/plain; charset=ISO-8859-1 Hi All, I am developing an Order Management System(OMS) using apache aries (blueprint services/JPA/JTA etc) integrated it with remoting(apache cxf), JMS(ActiveMQ) and FIX(QuickFIX) server on top of equinox(as OSGi implementation). Firstly I would take this opportunity to appreciate the good work, you all are doing. I quite liked this paradigm of developing enterprise applications. Like in J2EE environment we generally develops the mess of EJBs/MDBs with JMS, here I have developed mess of blueprint services. Now as I am almost done with the OMS stuff, need to implement authentication/authorization for my blueprint services. I am thinking of using User Admin Service defined in "OSGi Service Platform Release 4 Version 4.2 Enterprise Specification". I have searched over web regarding this and it seems that aries haven't implemented it yet(?). Equinox seems providing implementation of the same. Can someone please confirm my findings on the same and guide me on this. Also if there can be any other implementation which I can use with the currently developed framework? Regards, Shailen --0016364d2e994bb3a90486158217 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi All,

I am developing an Order Management System(OMS)= =A0using apache aries (blueprint services/JPA/JTA etc) integrated it with r= emoting(apache cxf), JMS(ActiveMQ) and FIX(QuickFIX) server on top of equin= ox(as OSGi implementation).
Firstly I would take this opportunity to appreciate the good work, you a= ll are doing. I quite liked this paradigm of developing enterprise applicat= ions.=A0
Like in J2EE environment we generally develops the mess of EJBs/MDBs w= ith JMS, here I have developed mess of blueprint services.=A0Now as I am al= most done with the OMS stuff,=A0need to implement authentication/authorizat= ion=A0for my blueprint services. I am thinking of using User Admin Service = defined in "OSGi Service Platform Release 4 Version 4.2 Enterprise Spe= cification".=A0I have searched over web regarding this and it seems th= at aries haven't implemented it yet(?).=A0Equinox seems providing imple= mentation of the same.
Can someone please confirm my findings on the same and guide me on thi= s. Also if there can be any other implementation which I can use with the c= urrently developed framework?

Regards,
Shailen
--0016364d2e994bb3a90486158217--