Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 51239 invoked from network); 7 Nov 2003 07:30:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Nov 2003 07:30:07 -0000 Received: (qmail 47031 invoked by uid 500); 7 Nov 2003 07:29:37 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 46901 invoked by uid 500); 7 Nov 2003 07:29:36 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 46780 invoked from network); 7 Nov 2003 07:29:20 -0000 Received: from unknown (HELO relay.ac.lk) (192.248.8.99) by daedalus.apache.org with SMTP; 7 Nov 2003 07:29:20 -0000 Received: from kashyapa.mrt.ac.lk (kashyapa.mrt.ac.lk [192.248.8.97]) by relay.ac.lk (8.12.8/8.12.8-LEARN1) with ESMTP id hA77TjcH027136; Fri, 7 Nov 2003 13:29:47 +0600 Received: from vijayaba.cse.mrt.ac.lk (cse-gw.mrt.ac.lk [192.248.8.33]) by kashyapa.mrt.ac.lk (8.11.6/8.8.7) with ESMTP id hA77RCu02719; Fri, 7 Nov 2003 13:27:12 +0600 Received: from [10.8.101.161] ([10.8.101.161]) by vijayaba.cse.mrt.ac.lk (8.11.6+Sun/8.11.6) with ESMTP id hA77Sl223890; Fri, 7 Nov 2003 13:28:49 +0600 (LKT) Subject: Re: [jsr109] JAXR From: Srinath Perera Reply-To: hemapani@vijayaba.cse.mrt.ac.lk To: geronimo-dev@incubator.apache.org Cc: dims@yahoo.com In-Reply-To: <20031107060837.27307.qmail@web12810.mail.yahoo.com> References: <20031107060837.27307.qmail@web12810.mail.yahoo.com> Content-Type: text/plain Organization: Lanka Software Foundation Message-Id: <1068190059.1809.95.camel@rook> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 07 Nov 2003 13:27:40 +0600 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N thanks dims that would be even better, how to get the communication going with them? shall we use the JAXR RI just to get JSR109 up till Apache impl avalible? Thanks Srinath On Fri, 2003-11-07 at 12:08, Davanum Srinivas wrote: > Srinath, > > I was thinking more in the lines of getting the JUDDI guys to implement a client-side JAXR Impl > that can talk to any UDDI backend. > > -- dims > > --- Srinath Perera wrote: > > Hi Richard, All; > > > > let us use JAXR RI to develop the JSR109 impl (let us stick to spec > > feature's only prob is license I believe) > > > > I do not see why we can't do JAXR impl, but let us get JSR109 impl archi > > sorted out first. then have go at the JAXR .. but let us keep two > > separated. > > > > We do have people :) there are Chatura, Dasarath, and Priyanga who did > > the announce with me., you, Jeremy, Luis, Ias, myself > > plus Guillaume said he will help us as well. > > > > what do you think > > > > thank > > > > Srinath > > > > On Thu, 2003-11-06 at 22:31, Sanjiva Weerawarana wrote: > > > +1 for doing an independent implementation. > > > > > > ----- Original Message ----- > > > From: "Jeremy Boynes" > > > To: > > > Sent: Thursday, November 06, 2003 10:22 PM > > > Subject: RE: [jsr109] JAXR > > > > > > > > > > IANAL, but I believe the issue is with the Supplemental Binary Code > > > License, > > > > section B, para 1, item iv) and v) > > > > > > > > [you] > > > > (iv) only distribute the Software subject to a license agreement that > > > > protects Sun's interests consistent with the terms contained in this > > > > Agreement > > > > > > > > (v) agree to defend and indemnify Sun and its licensors from and against > > > any > > > > damages, costs, liabilities, settlement amounts and/or expenses (including > > > > attorneys' fees) incurred in connection with any claim, lawsuit or action > > > by > > > > any third party that arises or results from the use or distribution of any > > > > and all Programs and/or Software > > > > > > > > -- > > > > Jeremy > > > > > > > > > > > > > -----Original Message----- > > > > > From: news [mailto:news@sea.gmane.org]On Behalf Of Richard Monson-Haefel > > > > > Sent: Thursday, November 06, 2003 12:40 AM > > > > > To: geronimo-dev@incubator.apache.org > > > > > Subject: [jsr109] JAXR > > > > > > > > > > > > > > > JSR 109 requires support for JAXR. Specifically, it requires that J2EE > > > > > components (ejbs, servlets/jsps, endpoints, etc.) have access to a > > > working > > > > > JAXR provider. The WS-I supports/condones/whatever the use of UDDI, so > > > we > > > > > need a JAXR provider that at least supports UDDI (version 2.0). > > > > > > > > > > One way to address this is to write our own JAXR provider, but I > > > > > would like > > > > > to avoid that if possible. Ideally I would like to use the JAXR > > > reference > > > > > implementation provided by Sun Microsystems. What is the licensing > > > issues > > > > > with regard to using Sun's J2EE RI code? I've heard a couple > > > > > people suggest > > > > > using various parts of the RI in other "subprojects", but I'm not sure > > > if > > > > > that's allowed by the RI license. > > > > > > > > > > Full functionality with JAXR is (IMO) far more important than > > > performance. > > > > > Its kind of hard to imagine many situations in which a really > > > > > fast JAXR impl > > > > > is needed. If performance is not an issue, than it would be best > > > > > (again IMO) > > > > > to use the RI implementation of JAXR and contribute back to that > > > > > rather than > > > > > roll our own. Again, I'm not totally sure if that's feasible or > > > advisable > > > > > and would appreciate any feedback from Apache wonks or anyone. > > > > > > > > > > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > > > ===== > Davanum Srinivas - http://webservices.apache.org/~dims/ >