Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48778 invoked from network); 25 Mar 2006 01:39:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Mar 2006 01:39:52 -0000 Received: (qmail 58900 invoked by uid 500); 25 Mar 2006 01:39:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 58858 invoked by uid 500); 25 Mar 2006 01:39:50 -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 58847 invoked by uid 99); 25 Mar 2006 01:39:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 17:39:50 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kentaminator@gmail.com designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wproxy.gmail.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 17:39:49 -0800 Received: by wproxy.gmail.com with SMTP id i34so892774wra for ; Fri, 24 Mar 2006 17:39:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LxEwzz4MQDnp727U9KWAvoYu3/0RgF4QaZl6437DOg1r/ricrxzj4ykvU9gmjm0i22T9zHr0aeZeOpUpg0ExCJJqHXKfNzVerFXIgl4xBeUuGr9mBYWs6b0z5KXuBacrQC9vWDG9w4bvyOMgFUHicOVyzNIcwZPFvBok282xN6o= Received: by 10.65.239.5 with SMTP id q5mr345972qbr; Fri, 24 Mar 2006 17:39:28 -0800 (PST) Received: by 10.65.239.16 with HTTP; Fri, 24 Mar 2006 17:39:28 -0800 (PST) Message-ID: Date: Fri, 24 Mar 2006 17:39:28 -0800 From: "Kenneth Tam" To: axis-dev@ws.apache.org Subject: Re: [Axis2] JAX-WS as another WSDL2Code/Java language option? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi folks, So after looking at this a little more, it seems that separating the JAX-B dependency from JAX-WS isn't really practical. I'm playing with leveraging the JAXB2 RI, rather than waiting for an ASL licensed impl -- the RI's JAXBModel interface & associated type model seems readily usable. This would require a binary-only dependency on the JAXB2 RI, which is CDDL. Thoughts on whether this is an acceptable approach? If accepted, the current license policy proposal being discussed in legal would explicitly permit such a dependency; in the meantime, I know ServiceMix has this dependency as well and appear to be quite happily proceeding along with it until it's been declared to be clearly problematic :) On 3/14/06, Ajith Ranabahu wrote: > Hi all, > Exactly. You can reuse most of the writer/emitter stuff but > essentially what you'll have to implement is an emitter and a bunch of > templates. "jax-ws" is fine for the lang name. > > Ajith > > On 3/15/06, Kenneth Tam wrote: > > Looking at WSDL -> Java work required by JAX-WS, and one way that > > occurred to me to do this was to define another "language" ("jax-ws") > > as a peer to "java" and "csharp", for which there would be an emitter > > & associated templates/writer classes. This implies that the "java" > > language option is really the codegen for native Axis2 API stuff in > > Java. > > > > Thoughts? > > > > On 2/15/06, Afkham Azeez wrote: > > > Hi Kenneth, > > > Actually only the JAX-WS interfaces have been added to the AXIS2 > > > project as the jaxws module. No real work has been started on this > > > module yet. We are planning to start on this in the near future. Your > > > participation and suggestions are welcome. > > > > > > Regards > > > Azeez > > > > > > On 2/16/06, Kenneth Tam wrote: > > > > Hi folks, > > > > > > > > Is the JAX-WS work for Axis2 being done in a public sandbox? I kn= ow > > > > this isn't a priority for the 1.0 release, but the mailing list > > > > archives indicate there are some rumblings on getting it going. > > > > Afkham, I see the JIRA issue re: JAX-WS implementation is assigned = to > > > > you -- would love to hear your thoughts on how you were planning to= go > > > > about the work. > > > > > > > > thanks! > > > > k > > > > > > > > > > > > > -- > > > Thanks > > > Afkham Azeez > > > > > > > > -- > Ajith Ranabahu >