Re: [ANN][Axis2] Axis2 1.3-RC2 release
2007/7/24, Davanum Srinivas <[EMAIL PROTECTED]>: Erik, You are absolutely right!!! we are missing axis2-ant-plugin-SNAPSHOT.jar from the bin dist. the name changed after we moved to maven2 based build. I will update the build by tonight hopefully. Thanks alot :-) I actually tried to build axis2 from svn sources and found out that the build must be done using maven 2. I think that the build documentation also needs a brush-up before a release to reflect the use of maven 2, e.g. in xdocs/maven-help.xml, svn.xml, faq.xml. - Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Erik, You are absolutely right!!! we are missing axis2-ant-plugin-SNAPSHOT.jar from the bin dist. the name changed after we moved to maven2 based build. I will update the build by tonight hopefully. thanks, dims On 7/23/07, Erik Bertelsen <[EMAIL PROTECTED]> wrote: 2007/7/20, Deepal Jayasinghe <[EMAIL PROTECTED]>: > Hi all, > > I have upload Axis2 1.3 RC2 artifact into my apache home location [1] , . > [1] : http://people.apache.org/~deepal/axis2/1.3-RC2/ ... > > Thanks > Deepal I feel at little stupid about asking this, but I just cannot find the AntCodegenTask in the Axis2 1.3RC2 distribution. Is this intentional ? In 1.2, it was in the axis2-tools-1.2.jar file. kind regards Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Davanum Srinivas :: http://davanum.wordpress.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Glen, it was clear. What is now more difficult to achieve, instead, is to handle multiple MEPs using the same callback since the onComplete() is called n times (where n is the number of expected responses), while it would be much better if it was called only once. Michele On Mon, 2007-07-23 at 16:59 -0400, Glen Daniels wrote: > Hi Michele: > > As it explains in the JavaDoc, onMessage(msgContext) is called every > time a NON-FAULT message is received. So if you had a custom OUT-IN-IN > MEP, that method would usually be called twice. The onComplete() method > is *always* called at the end of an MEP, regardless of the outcome. So > for a standard OUT-IN MEP, you will get exactly one of [onMessage(), > onFault(), onError()] followed by onComplete(). > > If this wasn't made clear by the JavaDoc, let us know so we can attempt > to improve it. > > Thanks, > --Glen > > Michele Mazzucco wrote: > > oops... the two methods are actually onMessage() and onComplete() [1] > > > > Michele > > > > > > [1] http://www.nabble.com/switch-from-Callback-AxisCallback-% > > 28with-problems%29-tf4118188.html > > > > On Sun, 2007-07-22 at 21:45 -0400, Eran Chinthaka wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> Michele Mazzucco wrote: > >>> Deepal, > >>> > >>> when shall I use AxisCallback.onMessage() instead of > >>> AxisCallback.onMessage(MessageContext msgContext)? > >> Do we have two methods? I can see only the latter now. > >> -BEGIN PGP SIGNATURE- > >> Version: GnuPG v1.4.3 (GNU/Linux) > >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > >> > >> iD8DBQFGpAhAjON2uBzUhh8RAk1cAKCq26aS2LRlX+A0nzIzXg6oCJD+7gCfVTDd > >> Bl6NXMyMMXVpWjgGWbhQEW0= > >> =UTZs > >> -END PGP SIGNATURE- > >> > >> - > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Hi Michele: As it explains in the JavaDoc, onMessage(msgContext) is called every time a NON-FAULT message is received. So if you had a custom OUT-IN-IN MEP, that method would usually be called twice. The onComplete() method is *always* called at the end of an MEP, regardless of the outcome. So for a standard OUT-IN MEP, you will get exactly one of [onMessage(), onFault(), onError()] followed by onComplete(). If this wasn't made clear by the JavaDoc, let us know so we can attempt to improve it. Thanks, --Glen Michele Mazzucco wrote: oops... the two methods are actually onMessage() and onComplete() [1] Michele [1] http://www.nabble.com/switch-from-Callback-AxisCallback-% 28with-problems%29-tf4118188.html On Sun, 2007-07-22 at 21:45 -0400, Eran Chinthaka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michele Mazzucco wrote: Deepal, when shall I use AxisCallback.onMessage() instead of AxisCallback.onMessage(MessageContext msgContext)? Do we have two methods? I can see only the latter now. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGpAhAjON2uBzUhh8RAk1cAKCq26aS2LRlX+A0nzIzXg6oCJD+7gCfVTDd Bl6NXMyMMXVpWjgGWbhQEW0= =UTZs -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
2007/7/20, Deepal Jayasinghe <[EMAIL PROTECTED]>: Hi all, I have upload Axis2 1.3 RC2 artifact into my apache home location [1] , . [1] : http://people.apache.org/~deepal/axis2/1.3-RC2/ ... Thanks Deepal I feel at little stupid about asking this, but I just cannot find the AntCodegenTask in the Axis2 1.3RC2 distribution. Is this intentional ? In 1.2, it was in the axis2-tools-1.2.jar file. kind regards Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
oops... the two methods are actually onMessage() and onComplete() [1] Michele [1] http://www.nabble.com/switch-from-Callback-AxisCallback-% 28with-problems%29-tf4118188.html On Sun, 2007-07-22 at 21:45 -0400, Eran Chinthaka wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michele Mazzucco wrote: > > Deepal, > > > > when shall I use AxisCallback.onMessage() instead of > > AxisCallback.onMessage(MessageContext msgContext)? > > Do we have two methods? I can see only the latter now. > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.3 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGpAhAjON2uBzUhh8RAk1cAKCq26aS2LRlX+A0nzIzXg6oCJD+7gCfVTDd > Bl6NXMyMMXVpWjgGWbhQEW0= > =UTZs > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michele Mazzucco wrote: > Deepal, > > when shall I use AxisCallback.onMessage() instead of > AxisCallback.onMessage(MessageContext msgContext)? Do we have two methods? I can see only the latter now. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGpAhAjON2uBzUhh8RAk1cAKCq26aS2LRlX+A0nzIzXg6oCJD+7gCfVTDd Bl6NXMyMMXVpWjgGWbhQEW0= =UTZs -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Add a repo that points to http://people.apache.org/~deepal/axis2/1.3-RC2/m2-repo/ and use org.apache.axis2 1.3-RC2 Thanks, dims On 7/20/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: As quoted from Deepal Jayasinghe <[EMAIL PROTECTED]>: > I have upload Axis2 1.3 RC2 artifact into my apache home location [1] , > please test [...] > Our plan is to make Axis2 1.3 release as much as stable and robust, so > please help us by reviewing this release candidate. I'd love to! How do I use 1.3-RC2 from my Maven2 pom? Kind regards, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Davanum Srinivas :: http://davanum.wordpress.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Deepal, when shall I use AxisCallback.onMessage() instead of AxisCallback.onMessage(MessageContext msgContext)? Thanks, Michele On Fri, 2007-07-20 at 18:04 +0530, Deepal Jayasinghe wrote: > Hi all, > > I have upload Axis2 1.3 RC2 artifact into my apache home location [1] , > please test and make sure all the JIRAs we marked as fixed are there in > the release , in addition to that if you find any issues with the > release please create a JIRA [2] , then we can fix that for next RC. > This release is based on the SVN version number of following projects. > > Axiom : - 5537019 > Neethi : 556667 > XML Schema : 556392 > Woden : 557628 > > We have a number of major changes from 1.2 to 1.3 and most of them are > listed in apache axis2 wiki [3]. We have fixed more about 350 JIRA > issues from 1.2 to 1.3 in addition to the following new feature additions ; > - Clustering support > - Doc-lt/bare wsdl generation and run time support (RPC MRs can handle > doc-lit/ bare ) > - Custom deployment support > - NIO transport integration > > Our plan is to make Axis2 1.3 release as much as stable and robust, so > please help us by reviewing this release candidate. > > [1] : http://people.apache.org/~deepal/axis2/1.3-RC2/ > [2] : https://issues.apache.org/jira/browse/AXIS2 > [3] : http://wiki.apache.org/ws/FrontPage/Axis2/changesfrom1.2to1.3 > > > Thanks > Deepal > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Done. https://issues.apache.org/jira/browse/AXIS2-2993 Michele On Fri, 2007-07-20 at 18:33 +0530, Deepal Jayasinghe wrote: > Hi Michele , > Please create a JIRA then let's see what the community think about that > . If everyone is ok then lets do that changes. > > FYI: We have already integrated NIO stuff in to Axis2 > > Thanks > Deepal > > Deepal, > > > > from the wiki I see that the async msg. receiver spawns a new thread if > > the DO_ASYNC property is set. Isn't it possible to use NIO (if my memory > > is right Synapse already uses it and there were plans to port it to > > Axis2 as well)? > > > > Thanks, > > Michele > > > > > > On Fri, 2007-07-20 at 18:04 +0530, Deepal Jayasinghe wrote: > > > >> Hi all, > >> > >> I have upload Axis2 1.3 RC2 artifact into my apache home location [1] , > >> please test and make sure all the JIRAs we marked as fixed are there in > >> the release , in addition to that if you find any issues with the > >> release please create a JIRA [2] , then we can fix that for next RC. > >> This release is based on the SVN version number of following projects. > >> > >> Axiom : - 5537019 > >> Neethi : 556667 > >> XML Schema : 556392 > >> Woden : 557628 > >> > >> We have a number of major changes from 1.2 to 1.3 and most of them are > >> listed in apache axis2 wiki [3]. We have fixed more about 350 JIRA > >> issues from 1.2 to 1.3 in addition to the following new feature additions > >> ; > >> - Clustering support > >> - Doc-lt/bare wsdl generation and run time support (RPC MRs can handle > >> doc-lit/ bare ) > >> - Custom deployment support > >> - NIO transport integration > >> > >> Our plan is to make Axis2 1.3 release as much as stable and robust, so > >> please help us by reviewing this release candidate. > >> > >> [1] : http://people.apache.org/~deepal/axis2/1.3-RC2/ > >> [2] : https://issues.apache.org/jira/browse/AXIS2 > >> [3] : http://wiki.apache.org/ws/FrontPage/Axis2/changesfrom1.2to1.3 > >> > >> > >> Thanks > >> Deepal > >> > >> > >> > >> - > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Hi Michele , Please create a JIRA then let's see what the community think about that . If everyone is ok then lets do that changes. FYI: We have already integrated NIO stuff in to Axis2 Thanks Deepal > Deepal, > > from the wiki I see that the async msg. receiver spawns a new thread if > the DO_ASYNC property is set. Isn't it possible to use NIO (if my memory > is right Synapse already uses it and there were plans to port it to > Axis2 as well)? > > Thanks, > Michele > > > On Fri, 2007-07-20 at 18:04 +0530, Deepal Jayasinghe wrote: > >> Hi all, >> >> I have upload Axis2 1.3 RC2 artifact into my apache home location [1] , >> please test and make sure all the JIRAs we marked as fixed are there in >> the release , in addition to that if you find any issues with the >> release please create a JIRA [2] , then we can fix that for next RC. >> This release is based on the SVN version number of following projects. >> >> Axiom : - 5537019 >> Neethi : 556667 >> XML Schema : 556392 >> Woden : 557628 >> >> We have a number of major changes from 1.2 to 1.3 and most of them are >> listed in apache axis2 wiki [3]. We have fixed more about 350 JIRA >> issues from 1.2 to 1.3 in addition to the following new feature additions ; >> - Clustering support >> - Doc-lt/bare wsdl generation and run time support (RPC MRs can handle >> doc-lit/ bare ) >> - Custom deployment support >> - NIO transport integration >> >> Our plan is to make Axis2 1.3 release as much as stable and robust, so >> please help us by reviewing this release candidate. >> >> [1] : http://people.apache.org/~deepal/axis2/1.3-RC2/ >> [2] : https://issues.apache.org/jira/browse/AXIS2 >> [3] : http://wiki.apache.org/ws/FrontPage/Axis2/changesfrom1.2to1.3 >> >> >> Thanks >> Deepal >> >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- Thanks, Deepal "The highest tower is built one brick at a time" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [ANN][Axis2] Axis2 1.3-RC2 release
Deepal, from the wiki I see that the async msg. receiver spawns a new thread if the DO_ASYNC property is set. Isn't it possible to use NIO (if my memory is right Synapse already uses it and there were plans to port it to Axis2 as well)? Thanks, Michele On Fri, 2007-07-20 at 18:04 +0530, Deepal Jayasinghe wrote: > Hi all, > > I have upload Axis2 1.3 RC2 artifact into my apache home location [1] , > please test and make sure all the JIRAs we marked as fixed are there in > the release , in addition to that if you find any issues with the > release please create a JIRA [2] , then we can fix that for next RC. > This release is based on the SVN version number of following projects. > > Axiom : - 5537019 > Neethi : 556667 > XML Schema : 556392 > Woden : 557628 > > We have a number of major changes from 1.2 to 1.3 and most of them are > listed in apache axis2 wiki [3]. We have fixed more about 350 JIRA > issues from 1.2 to 1.3 in addition to the following new feature additions ; > - Clustering support > - Doc-lt/bare wsdl generation and run time support (RPC MRs can handle > doc-lit/ bare ) > - Custom deployment support > - NIO transport integration > > Our plan is to make Axis2 1.3 release as much as stable and robust, so > please help us by reviewing this release candidate. > > [1] : http://people.apache.org/~deepal/axis2/1.3-RC2/ > [2] : https://issues.apache.org/jira/browse/AXIS2 > [3] : http://wiki.apache.org/ws/FrontPage/Axis2/changesfrom1.2to1.3 > > > Thanks > Deepal > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]