Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C07B8F20 for ; Tue, 30 Aug 2011 02:52:04 +0000 (UTC) Received: (qmail 82281 invoked by uid 500); 30 Aug 2011 02:52:01 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 81859 invoked by uid 500); 30 Aug 2011 02:51:58 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 81823 invoked by uid 99); 30 Aug 2011 02:51:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 02:51:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of genspring@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-ew0-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 02:51:50 +0000 Received: by ewy24 with SMTP id 24so3370868ewy.32 for ; Mon, 29 Aug 2011 19:51:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=uEN/1eTWFhqwaz3eOsGSSLjNQGMEUsv2VO/FLPZGgCU=; b=lqXzbzcYwpmrpNmfDBwvvXv+9DJ40B8C5H1xt8MOJN3nBHb9Deo/TMaqbtVh+1uiSK f+B5s1TPuAwmuEr7BIJmSYybEbYmI7CGKerLR213VP6dDH0ftGh+yN2oO0ebvgoIeyr4 9uBsJeqlQ27NdbeK1uCkB9WpBX/MsWKOrzUto= MIME-Version: 1.0 Received: by 10.213.105.140 with SMTP id t12mr2260532ebo.46.1314672689856; Mon, 29 Aug 2011 19:51:29 -0700 (PDT) Received: by 10.213.108.68 with HTTP; Mon, 29 Aug 2011 19:51:29 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Aug 2011 10:51:29 +0800 Message-ID: Subject: Fwd: Is it possible for Axis2 community to do a 1.6.1 release for geronimo ? From: Shawn Jiang To: java-dev@axis.apache.org, dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=0015174bdea6acc0ef04abb016ba X-Virus-Checked: Checked by ClamAV on apache.org --0015174bdea6acc0ef04abb016ba Content-Type: text/plain; charset=ISO-8859-1 Hello Devs, Geronimo is going to do a release soon, we are now using Axis2 1.6.1-SNAPSHOT. Is it possible for Axis2 community to do a 1.6.1 release for us ? On Tue, Aug 23, 2011 at 3:46 PM, Ivan wrote: > Hi, Andreas, thanks for following this, and do you plan to review those > JIRAs recently ? Geronimo community hopes to release 3.0 recently, if you > are busy with other stuffs, is it possible to have Axis2 1.6.1 release ? > Thanks. > > > 2011/8/11 Ivan > >> Thanks, Andreas. >> >> >> 2011/8/11 Andreas Veithen >> >>> Done. >>> >>> Andreas >>> >>> On Tue, Jul 26, 2011 at 05:16, Ivan wrote: >>> > Hi, Geronimo is trying to switch to use 1.6.1-SNAPSHOT, while it looks >>> that >>> > some codes are also required to merge from trunk, Could you help to >>> merge >>> > the changes to 1.6.1-SNAPSHOT ? Thanks >>> > ---> >>> > Revision: 1068985 >>> > AXIS2-4952 >>> > Scope dynamic ports to the instance of the service that did the >>> > addPort(...). Add TDD Unit test and flag to revert to previous >>> behavior of >>> > sharing dynamic ports across services. >>> > Revision: 1069659 >>> > Message: >>> > AXIS2-4938 >>> > Patch submitted by Katherine Sanders. >>> BindingProvider.getEndpointReference >>> > should put reference parameters from WSDL in returned EPR. >>> > Revision: 1069898 >>> > AXIS2-4948 >>> > Patch contributed by Katherine Sanders. Wrong WSDL location returned >>> by >>> > BindingProvider; was using the local filesystem path instead of the >>> endpoint >>> > URL. >>> > Revision: 1075057 >>> > Prevent index out of bounds exception, or any exception, from >>> attempting to >>> > log. Add TDD/UT for same. >>> > Revision: 1096530 >>> > On JAX-WS Client, treat local exceptions (e.g. ConnectException) as a >>> > SOAPFault, driving the JAX-WS handler handleFault methods and throwing >>> a >>> > SOAPFAultException back through the client invocation. Also provide a >>> > property to revert to previous behavior of creating an empty message, >>> > driving the JAX-WS handler handleMessage methods, and throwing a >>> > WebServiceException back through the client invocation. >>> > Revision: 1096557 >>> > Two changes in JAX-WS Endpoint implementation (1) Override >>> > setEndpointContext method, (2) Add logic to throw an exception if >>> endpoint >>> > publishing is disabled by a property (publishing is enabled by >>> default); per >>> > JSR-109 5.3.3 dynamically publishing endpoints in a server environment >>> is >>> > non portable and should be disabled. A server runtime can use the >>> property >>> > to disabled dynamically publishing JAX-WS endpoints via >>> Endpoint.publish >>> > methods. >>> > Revision: 1103336 >>> > AXIS2-5021: Committed patch provided by Ivan (xuhaihong). >>> > Revision: 1136177 >>> > AXIS2-5067: Committed patch provided by Ivan (xuhaihong), with minor >>> > changes. This implements the saveChanges method and calculates the >>> correct >>> > content type for a SOAPMessage. >>> > >>> > >>> > 2011/7/13 Ivan >>> >> >>> >> Hi, devs, I just uploaded a patch for AXIS2-5023. If possible, please >>> help >>> >> to review it first, as I am not quite confident for the changes for >>> this >>> >> jira, although it seems to work now. >>> >> Thanks. >>> >> >>> >> 2011/7/12 Ivan >>> >>> >>> >>> OK, I forget to reply to Axis2 mail list again ... >>> >>> >>> >>> 2011/7/12 Ivan >>> >>>> >>> >>>> >>> >>>> 2011/7/12 Andreas Veithen >>> >>>>> >>> >>>>> The changes for Neethi 3.0.x (including the three changes mentioned >>> in >>> >>>>> your mail) should now be included in the latest 1.6.1-SNAPSHOT >>> build. >>> >>>>> The release vote for Neethi 3.0.1 has started a couple of hours >>> ago. >>> >>>>> Once that release is complete, we can switch to the Neethi 3.0.1 >>> >>>>> release version on the 1.6 branch and Axis2 1.6.1 will be ready for >>> >>>>> release. >>> >>>>> >>> >>>> Thanks, Andreas, I will try to switch to Axis2 1.6.1-SNAPSHOT >>> soon. >>> >>>> >>> >>>>> >>> >>>>> Regarding the list of JIRA issues, if I understand this correctly, >>> the >>> >>>>> Geronimo project has a sort of patching mechanism so that they are >>> not >>> >>>>> on the critical path for the Geronimo release, which means that we >>> >>>>> have the time to review them properly and first apply them to the >>> >>>>> trunk, without delaying any Geronimo release. Can you confirm this? >>> >>>> >>> >>>> Hmm, I would say that the patching mechanism used now is somewhat >>> a >>> >>>> 'temporary' solution, and it is not expected to do that. Geronimo >>> needs to >>> >>>> bundle the axis2 components, that gave us a chance to modify codes. >>> >>>> We do hope that those patches could be reviewed and included in >>> Axis2 >>> >>>> code base. And yes, they work well now, but it is better to have >>> your Axis2 >>> >>>> experts' view for them. Also, from other sides, most of them are >>> related to >>> >>>> JAX-WS 2.2 support. I guess that they are also important for Axis2 >>> ;-) >>> >>>> Anyway, it depends on your schedule, and your guys really helped >>> us a >>> >>>> lot in the past. >>> >>>> Thanks. >>> >>>>> >>> >>>>> Andreas >>> >>>>> >>> >>>>> On Sun, Jul 10, 2011 at 15:58, Ivan wrote: >>> >>>>> > Hi, Axis2 devs, any thought to port those listed changes to 1.6 >>> >>>>> > branch ? >>> >>>>> > Thanks. >>> >>>>> > >>> >>>>> > 2011/7/8 Ivan >>> >>>>> >> >>> >>>>> >> Just add the geronimo mail address. >>> >>>>> >> >>> >>>>> >> 2011/7/8 Ivan >>> >>>>> >>> >>> >>>>> >>> Hi, the initial reason for moving to 1.7.0-SNAPSHOT is for the >>> >>>>> >>> Policy >>> >>>>> >>> support, the changes are list below. If they could be ported to >>> 1.6 >>> >>>>> >>> branch, >>> >>>>> >>> we are fine to try to turn to 1.6 branch. >>> >>>>> >>> Also, understand that you guys are busy with some other stuffs, >>> >>>>> >>> will be >>> >>>>> >>> very appreciated if those web services patches could be >>> reviewed >>> >>>>> >>> and >>> >>>>> >>> included in the 1.6 branch. I pasted the Jira list in the end >>> of >>> >>>>> >>> the mail. >>> >>>>> >>> The initial thread could be found >>> >>>>> >>> >>> http://www.mail-archive.com/java-dev@axis.apache.org/msg06438.html >>> >>>>> >>> Thanks. >>> >>>>> >>> ---> >>> >>>>> >>> Revision: 1090457 >>> >>>>> >>> Author: veithen >>> >>>>> >>> Date: 5:36:59 AM, Saturday, April 09, 2011 >>> >>>>> >>> Message: >>> >>>>> >>> Exclude the transitive Woodstox dependency from Neethi. >>> Otherwise >>> >>>>> >>> we will >>> >>>>> >>> end up with two versions of Woodstox. >>> >>>>> >>> ---- >>> >>>>> >>> Modified : /axis/axis2/java/core/trunk/modules/parent/pom.xml >>> >>>>> >>> Revision: 1090429 >>> >>>>> >>> Author: veithen >>> >>>>> >>> Date: 4:19:38 AM, Saturday, April 09, 2011 >>> >>>>> >>> Message: >>> >>>>> >>> Neethi now supports DOM elements. Therefore we don't need to >>> >>>>> >>> convert DOM >>> >>>>> >>> elements to stream any more. Alos, DOM2Writer seems to have a >>> bug >>> >>>>> >>> that >>> >>>>> >>> causes processing of some policies to fail. >>> >>>>> >>> ---- >>> >>>>> >>> Modified : >>> >>>>> >>> >>> >>>>> >>> >>> /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/PolicyUtil.java >>> >>>>> >>> Revision: 1089989 >>> >>>>> >>> Author: veithen >>> >>>>> >>> Date: 4:27:37 AM, Friday, April 08, 2011 >>> >>>>> >>> Message: >>> >>>>> >>> Updated Neethi dependency and fixed PolicyUtil such that it >>> >>>>> >>> supports all >>> >>>>> >>> WS-Policy namespaces supported by Neethi. >>> >>>>> >>> ---- >>> >>>>> >>> Modified : >>> >>>>> >>> >>> >>>>> >>> >>> /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/PolicyUtil.java >>> >>>>> >>> Modified : /axis/axis2/java/core/trunk/modules/parent/pom.xml >>> >>>>> >>> <--- >>> >>>>> >>> Jira list: >>> >>>>> >>> (AXIS2-5062) Connection is not released while using >>> JAXWS >>> >>>>> >>> client >>> >>>>> >>> API >>> >>>>> >>> (AXIS2-5039) Override the SOAPAction from the SOAPMessage MIME >>> >>>>> >>> header if >>> >>>>> >>> it is explicitly configured later >>> >>>>> >>> (AXIS2-5023) Ambigious use of isElementData in the Block >>> interface >>> >>>>> >>> (AXIS2-5022) Support addressing meta data with policy 1.5 >>> framework >>> >>>>> >>> (AXIS2-5040) Ignore the methods while no webmethod annotation >>> and >>> >>>>> >>> no >>> >>>>> >>> webservice annotation on the declaring class >>> >>>>> >>> (AXIS2-5034) Incorrect exception name is used for fault message >>> >>>>> >>> while >>> >>>>> >>> creating AxisService from WSDL >>> >>>>> >>> (AXIS2-5001) SOAPMessage.getSOAPHeaders() return null while no >>> >>>>> >>> headers in >>> >>>>> >>> the soap envelope >>> >>>>> >>> (AXIS2-4996) Exclude content-length header while chunked is >>> enabled >>> >>>>> >>> 2011/7/8 Andreas Veithen >>> >>>>> >>>> >>> >>>>> >>>> Ivan, >>> >>>>> >>>> >>> >>>>> >>>> There are no plans for a 1.7.0 release, but we can do a 1.6.1 >>> >>>>> >>>> maintenance release. For that you need to let us know which >>> >>>>> >>>> changes >>> >>>>> >>>> you want to see included in that release, so that we can merge >>> >>>>> >>>> them to >>> >>>>> >>>> the 1.6 branch. The goal is to make Geronimo work with >>> >>>>> >>>> 1.6.1-SNAPSHOT. >>> >>>>> >>>> Once that is done, we can create the 1.6.1 release anytime you >>> >>>>> >>>> want. >>> >>>>> >>>> >>> >>>>> >>>> Andreas >>> >>>>> >>>> >>> >>>>> >>>> On Fri, Jul 8, 2011 at 04:31, Ivan wrote: >>> >>>>> >>>> > Hi, Axis2 devs, >>> >>>>> >>>> > Geronimo bundles the some Axis2 components of >>> >>>>> >>>> > 1.7.0-SNAPSHOT, and >>> >>>>> >>>> > it is >>> >>>>> >>>> > obviously that we could not release these bundles with >>> snapshot. >>> >>>>> >>>> > I am >>> >>>>> >>>> > wondering that whether Axis2 could have chance to have a >>> 1.7.0 >>> >>>>> >>>> > release, or >>> >>>>> >>>> > maybe a milestone release ? >>> >>>>> >>>> > thanks. >>> >>>>> >>>> > -- >>> >>>>> >>>> > Ivan >>> >>>>> >>>> > >>> >>>>> >>>> >>> >>>>> >>>> >>> >>>>> >>>> >>> --------------------------------------------------------------------- >>> >>>>> >>>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org >>> >>>>> >>>> For additional commands, e-mail: >>> java-dev-help@axis.apache.org >>> >>>>> >>>> >>> >>>>> >>> >>> >>>>> >>> >>> >>>>> >>> >>> >>>>> >>> -- >>> >>>>> >>> Ivan >>> >>>>> >> >>> >>>>> >> >>> >>>>> >> >>> >>>>> >> -- >>> >>>>> >> Ivan >>> >>>>> > >>> >>>>> > >>> >>>>> > >>> >>>>> > -- >>> >>>>> > Ivan >>> >>>>> > >>> >>>> >>> >>>> >>> >>>> >>> >>>> -- >>> >>>> Ivan >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> Ivan >>> >> >>> >> >>> >> >>> >> -- >>> >> Ivan >>> > >>> > >>> > >>> > -- >>> > Ivan >>> > >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org >>> For additional commands, e-mail: java-dev-help@axis.apache.org >>> >>> >> >> >> -- >> Ivan >> > > > > -- > Ivan > -- Shawn -- Shawn --0015174bdea6acc0ef04abb016ba Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello Devs,

Geronimo is going to do a= release soon, we are now using Axis2 1.6.1-SNAPSHOT.=A0=A0 Is it possible = for Axis2 community to do a 1.6.1 release for us ?

On Tue, Aug 23, 2011 at 3:46 PM, Ivan <xhhsld@gmail.com> wrot= e:
Hi, Andreas, thanks for following this, and = do you plan to review those JIRAs recently ? Geronimo community hopes to re= lease 3.0 recently, if you are busy with other stuffs, is it possible to ha= ve Axis2 1.6.1 release ?
Thanks.


2011/8/11 Iv= an <xhhsld@gmail.com>
Thanks, Andreas.


201= 1/8/11 Andreas Veithen <andreas.veithen@gmail.com>
Done.

Andreas

On Tue, Jul 26, 2011 at 05:16, Ivan <xhhsld@gmail.com> wrote:
> Hi, Geronimo is trying to switch to use 1.6.1-SNAPSHOT, while it looks= that
> some codes are also required to merge from trunk, Could you help to me= rge
> the changes to 1.6.1-SNAPSHOT ? Thanks
> --->
> Revision: 1068985
> AXIS2-4952
> Scope dynamic ports to the instance of the service that did the
> addPort(...). =A0Add TDD Unit test and flag to revert to previous beha= vior of
> sharing dynamic ports across services.
> Revision: 1069659
> Message:
> AXIS2-4938
> Patch submitted by Katherine Sanders. =A0BindingProvider.getEndpointRe= ference
> should put reference parameters from WSDL in returned EPR.
> Revision: 1069898
> AXIS2-4948
> Patch contributed by Katherine Sanders. =A0Wrong WSDL location returne= d by
> BindingProvider; was using the local filesystem path instead of the en= dpoint
> URL.
> Revision: 1075057
> Prevent index out of bounds exception, or any exception, from attempti= ng to
> log. =A0Add TDD/UT for same.
> Revision: 1096530
> On JAX-WS Client, treat local exceptions (e.g. ConnectException) as a<= br> > SOAPFault, driving the JAX-WS handler handleFault methods and throwing= a
> SOAPFAultException back through the client invocation. =A0Also provide= a
> property to revert to previous behavior of creating an empty message,<= br> > driving the JAX-WS handler handleMessage methods, and throwing a
> WebServiceException back through the client invocation.
> Revision: 1096557
> Two changes in JAX-WS Endpoint implementation (1) Override
> setEndpointContext method, (2) Add logic to throw an exception if endp= oint
> publishing is disabled by a property (publishing is enabled by default= ); per
> JSR-109 5.3.3 dynamically publishing endpoints in a server environment= is
> non portable and should be disabled. =A0A server runtime can use the p= roperty
> to disabled dynamically publishing JAX-WS endpoints via Endpoint.publi= sh
> methods.
> Revision: 1103336
> AXIS2-5021: Committed patch provided by Ivan (xuhaihong).
> Revision: 1136177
> AXIS2-5067: Committed patch provided by Ivan (xuhaihong), with minor > changes. This implements the saveChanges method and calculates the cor= rect
> content type for a SOAPMessage.
>
>
> 2011/7/13 Ivan <xhhsld@gmail.com>
>>
>> Hi, devs, I just uploaded a patch for=A0AXIS2-5023. If possible, p= lease help
>> to review it first, as I am not quite confident for the changes fo= r this
>> jira, although it seems to work now.
>> Thanks.
>>
>> 2011/7/12 Ivan <xhhsld@gmail.com>
>>>
>>> OK, I forget to reply to Axis2 mail list again ...
>>>
>>> 2011/7/12 Ivan <xhhsld@gmail.com>
>>>>
>>>>
>>>> 2011/7/12 Andreas Veithen <andreas.veithen@gmail.com>
>>>>>
>>>>> The changes for Neethi 3.0.x (including the three chan= ges mentioned in
>>>>> your mail) should now be included in the latest 1.6.1-= SNAPSHOT build.
>>>>> The release vote for Neethi 3.0.1 has started a couple= of hours ago.
>>>>> Once that release is complete, we can switch to the Ne= ethi 3.0.1
>>>>> release version on the 1.6 branch and Axis2 1.6.1 will= be ready for
>>>>> release.
>>>>>
>>>> =A0 =A0Thanks, Andreas, I will try to switch to Axis2 1.6.= 1-SNAPSHOT soon.
>>>>
>>>>>
>>>>> Regarding the list of JIRA issues, if I understand thi= s correctly, the
>>>>> Geronimo project has a sort of patching mechanism so t= hat they are not
>>>>> on the critical path for the Geronimo release, which m= eans that we
>>>>> have the time to review them properly and first apply = them to the
>>>>> trunk, without delaying any Geronimo release. Can you = confirm this?
>>>>
>>>> =A0 =A0Hmm, I would say that the patching mechanism used n= ow is somewhat a
>>>> 'temporary' solution, and it is not expected to do= that. Geronimo needs to
>>>> bundle the axis2 components, that gave us a chance to modi= fy codes.
>>>> =A0 =A0We do hope that those patches could be reviewed and= included in Axis2
>>>> code base. And yes, they work well now, =A0but it is bette= r to have your Axis2
>>>> experts' view for them. Also, from other sides, most o= f them are related to
>>>> JAX-WS 2.2 support. I guess that they are also important f= or Axis2 ;-)
>>>> =A0 =A0Anyway, it depends on your schedule, and your guys = really helped us a
>>>> lot in the past.
>>>> =A0 =A0Thanks.
>>>>>
>>>>> Andreas
>>>>>
>>>>> On Sun, Jul 10, 2011 at 15:58, Ivan <xhhsld@gmail.com> wrote:
>>>>> > Hi, Axis2 devs, any thought to port those listed = changes to 1.6
>>>>> > branch ?
>>>>> > Thanks.
>>>>> >
>>>>> > 2011/7/8 Ivan <xhhsld@gmail.com>
>>>>> >>
>>>>> >> Just add the geronimo mail address.
>>>>> >>
>>>>> >> 2011/7/8 Ivan <xhhsld@gmail.com>
>>>>> >>>
>>>>> >>> Hi, the initial reason for moving to 1.7.= 0-SNAPSHOT is for the
>>>>> >>> Policy
>>>>> >>> support, the changes are list below. If t= hey could be ported to 1.6
>>>>> >>> branch,
>>>>> >>> we are fine to try to turn to 1.6 branch.=
>>>>> >>> Also, understand that you guys are busy w= ith some other stuffs,
>>>>> >>> will be
>>>>> >>> very appreciated if those web services pa= tches could be reviewed
>>>>> >>> and
>>>>> >>> included in the 1.6 branch. =A0I pasted t= he Jira list in the end of
>>>>> >>> the mail.
>>>>> >>> The initial thread could be found
>>>>> >>> http://www.mail-arc= hive.com/java-dev@axis.apache.org/msg06438.html
>>>>> >>> Thanks.
>>>>> >>> --->
>>>>> >>> Revision: 1090457
>>>>> >>> Author: veithen
>>>>> >>> Date: 5:36:59 AM, Saturday, April 09, 201= 1
>>>>> >>> Message:
>>>>> >>> Exclude the transitive Woodstox dependenc= y from Neethi. Otherwise
>>>>> >>> we will
>>>>> >>> end up with two versions of Woodstox.
>>>>> >>> ----
>>>>> >>> Modified : /axis/axis2/java/core/trunk/mo= dules/parent/pom.xml
>>>>> >>> Revision: 1090429
>>>>> >>> Author: veithen
>>>>> >>> Date: 4:19:38 AM, Saturday, April 09, 201= 1
>>>>> >>> Message:
>>>>> >>> Neethi now supports DOM elements. Therefo= re we don't need to
>>>>> >>> convert DOM
>>>>> >>> elements to stream any more. Alos, DOM2Wr= iter seems to have a bug
>>>>> >>> that
>>>>> >>> causes processing of some policies to fai= l.
>>>>> >>> ----
>>>>> >>> Modified :
>>>>> >>>
>>>>> >>> /axis/axis2/java/core/trunk/modules/kerne= l/src/org/apache/axis2/util/PolicyUtil.java
>>>>> >>> Revision: 1089989
>>>>> >>> Author: veithen
>>>>> >>> Date: 4:27:37 AM, Friday, April 08, 2011<= br> >>>>> >>> Message:
>>>>> >>> Updated Neethi dependency and fixed Polic= yUtil such that it
>>>>> >>> supports all
>>>>> >>> WS-Policy namespaces supported by Neethi.=
>>>>> >>> ----
>>>>> >>> Modified :
>>>>> >>>
>>>>> >>> /axis/axis2/java/core/trunk/modules/kerne= l/src/org/apache/axis2/util/PolicyUtil.java
>>>>> >>> Modified : /axis/axis2/java/core/trunk/mo= dules/parent/pom.xml
>>>>> >>> <---
>>>>> >>> Jira list:
>>>>> >>> =A0 =A0 =A0 =A0 (AXIS2-5062) Connection i= s not released while using JAXWS
>>>>> >>> client
>>>>> >>> API
>>>>> >>> (AXIS2-5039) Override the SOAPAction from= the SOAPMessage MIME
>>>>> >>> header if
>>>>> >>> it is explicitly configured later
>>>>> >>> (AXIS2-5023) Ambigious use of isElementDa= ta in the Block interface
>>>>> >>> (AXIS2-5022) Support addressing meta data= with policy 1.5 framework
>>>>> >>> (AXIS2-5040) Ignore the methods while no = webmethod annotation and
>>>>> >>> no
>>>>> >>> webservice annotation on the declaring cl= ass
>>>>> >>> (AXIS2-5034) Incorrect exception name is = used for fault message
>>>>> >>> while
>>>>> >>> creating AxisService from WSDL
>>>>> >>> (AXIS2-5001) SOAPMessage.getSOAPHeaders()= return null while no
>>>>> >>> headers in
>>>>> >>> the soap envelope
>>>>> >>> (AXIS2-4996) Exclude content-length heade= r while chunked is enabled
>>>>> >>> 2011/7/8 Andreas Veithen <andreas.veithen@gmail.co= m>
>>>>> >>>>
>>>>> >>>> Ivan,
>>>>> >>>>
>>>>> >>>> There are no plans for a 1.7.0 releas= e, but we can do a 1.6.1
>>>>> >>>> maintenance release. For that you nee= d to let us know which
>>>>> >>>> changes
>>>>> >>>> you want to see included in that rele= ase, so that we can merge
>>>>> >>>> them to
>>>>> >>>> the 1.6 branch. The goal is to make G= eronimo work with
>>>>> >>>> 1.6.1-SNAPSHOT.
>>>>> >>>> Once that is done, we can create the = 1.6.1 release anytime you
>>>>> >>>> want.
>>>>> >>>>
>>>>> >>>> Andreas
>>>>> >>>>
>>>>> >>>> On Fri, Jul 8, 2011 at 04:31, Ivan &l= t;xhhsld@gmail.com> wrote:
>>>>> >>>> > Hi, Axis2 devs,
>>>>> >>>> > =A0 =A0 Geronimo bundles the som= e Axis2 components of
>>>>> >>>> > 1.7.0-SNAPSHOT, and
>>>>> >>>> > it is
>>>>> >>>> > obviously that we could not rele= ase these bundles with snapshot.
>>>>> >>>> > I am
>>>>> >>>> > wondering that whether Axis2 cou= ld have chance to have a 1.7.0
>>>>> >>>> > release, or
>>>>> >>>> > maybe a milestone release ?
>>>>> >>>> > thanks.
>>>>> >>>> > --
>>>>> >>>> > Ivan
>>>>> >>>> >
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> -------------------------------------= --------------------------------
>>>>> >>>> To unsubscribe, e-mail:
java-dev-unsub= scribe@axis.apache.org
>>>>> >>>> For additional commands, e-mail: java-dev-hel= p@axis.apache.org
>>>>> >>>>
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> --
>>>>> >>> Ivan
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Ivan
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > Ivan
>>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> Ivan
>>>
>>>
>>>
>>> --
>>> Ivan
>>
>>
>>
>> --
>> Ivan
>
>
>
> --
> Ivan
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org




-- Ivan



= --
Ivan



--
Shawn



--
Shawn
--0015174bdea6acc0ef04abb016ba--