Re: [Axis2] 2 day hackathon on Axis2 at WSO2

2010-12-21 Thread Afkham Azeez
opening a discussion on the >>> mailing >>> list, and c) have fun. :) Looking forward to the results! >>> >> >> Absolutely! >> >> We are mainly focusing on bug fixing. So no major decisions would be >> involved at architecture level at all.

Re: svn commit: r1051479 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

2010-12-21 Thread Afkham Azeez
this.servletConfig != null > > - && > > -!initCalled) { > > +if (this.servletConfig != null && !initCalled) { > > init(this.servletConfig); > > } > > } > > > > > >

Re: svn commit: r1051479 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

2010-12-21 Thread Afkham Azeez
Actually, ListingAgent code does not belong in AxisServlet since this is something related to the Axis2 console. It was wrong to place that in AxisServlet in the first place. Azeez On Wed, Dec 22, 2010 at 10:58 AM, Afkham Azeez wrote: > Yeah, thanks for pointing out. I will move

Re: Release Rampart 1.5.1 in sync with Axis2 1.5.4

2010-12-22 Thread Afkham Azeez
On Wed, Dec 22, 2010 at 9:39 AM, Ruwan Linton wrote: > Why do't we create a one single distribution with Rampart and Sandesh2 > when we release Axis2. > > +1

Re: Release Rampart 1.5.1 in sync with Axis2 1.5.4

2010-12-22 Thread Afkham Azeez
p://wso2.org/esb >>> > WSO2 Inc.; http://wso2.org >>> > >>> > Lean . Enterprise . Middleware >>> > >>> > phone: +1 408 754 7388 ext 51789 >>> > email: [email protected]; cell: +94 77 341 3097 >>> > blog: http://blog.ruwa

Re: [Axis2] 2 day hackathon on Axis2 at WSO2

2010-12-22 Thread Afkham Azeez
The two day hackathon has been a great success. We have been able to resolve about 180 issues in Axis2 & Rampart. I would like to thank everybody who motivated us & contributed towards this. Azeez On Tue, Dec 21, 2010 at 10:26 AM, Afkham Azeez wrote: > Hi folks, > We are

Re: [Axis2] 2 day hackathon on Axis2 at WSO2

2010-12-22 Thread Afkham Azeez
.. > > On Wed, Dec 22, 2010 at 10:49 PM, Afkham Azeez wrote: > >> The two day hackathon has been a great success. We have been able to >> resolve about 180 issues in Axis2 & Rampart. I would like to thank everybody >> who motivated us & contributed towards thi

Re: [VOTE] Apache Rampart 1.5.1 release

2010-12-22 Thread Afkham Azeez
-- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Softwar

Re: Release Rampart 1.5.1 in sync with Axis2 1.5.4

2010-12-22 Thread Afkham Azeez
nt to consider these as one and > always release together. > > The second advantage of a combined single distro is user convenience. CXF > (and others like Metro) I believe already offer one package that has support > for WS-Sec and WS-RM "built in" .. so this is simply kee

Axis Website update

2010-12-25 Thread Afkham Azeez
Chanaka had submitted a few site patches, and I think these have been committed to the SVN. If so, why hasn't the site http://axis.apache.orgstill been updated? -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software F

Re: Axis Website update

2010-12-27 Thread Afkham Azeez
em published is > >> with the next release. If that is 1.6, then the changes will be > >> included automatically. If the next release is 1.5.5, then the site > >> changes need to be merged to the 1.5 branch first (I did that for > >> 1.5.4, and I plan to do the s

Re: [VOTE] Apache Rampart 1.5.1 release

2010-12-29 Thread Afkham Azeez
On Tue, Dec 28, 2010 at 5:48 PM, Andreas Veithen wrote: > There is another issue with that release caused by the change in > r1051839, which adds http://dist.wso2.org/maven2 as a repository. The > problem is that this repository is not properly managed. It contains > artifacts with the same groupI

Re: svn commit: r1053092 - /axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl

2010-12-29 Thread Afkham Azeez
>> >> > >> >> > java.lang.String namespace = >> >> > parentQName.getNamespaceURI(); >> >> > - java.lang.String localName = >> >> > parentQName.getLocalPart(); >> >> > +

Re: Request of Linking with a codeFest

2010-12-29 Thread Afkham Azeez
r 6 >>> months.This a start up of a growing a team. >>> These volunteers are heavy axis java 2 users. >>> >>> I would really appreciate if we can find couple of Volunteers core >>> developers who could be on IM (ICQ, yahoo, skype) linking with us on

MTOM broken?

2011-01-04 Thread Afkham Azeez
Is MTOM working properly in the current Axis2 trunk? We have some services with the enableMTOM parameter set to true and when we invoke those services using stubs generated using WSDL2Java, we get this error on the client side. Basically, the client cannot process the response it received. com.ct

Re: MTOM broken?

2011-01-04 Thread Afkham Azeez
ng similar to the following: *Content-Type: multipart/related; boundary="MIMEBoundary_826ad2cd3c9f9139ddc2e9428b810eb4137fd90930f13ff8"; type="application/xop+xml"; start="< [email protected]>"; start-info="text/xml&q

Re: MTOM broken?

2011-01-04 Thread Afkham Azeez
; On Tue, Jan 4, 2011 at 18:19, Afkham Azeez wrote: > > After some debugging, I found that the root cause for this is the code in > > lines 162-164 in AxisServlet. This code overrides the content-type set by > > the MessageFormatters. So, the serialized response message on the wi

Re: MTOM broken?

2011-01-04 Thread Afkham Azeez
n upgraded on the 1.5 branch as well, > it is likely that MTOM is also broken in recent 1.5.x versions. Since > this is a severe issue, I will merge the fixes over to the 1.5 branch. > > Thanks, > > Andreas > > On Tue, Jan 4, 2011 at 18:52, Afkham Azeez wrote: > > Exac

Re: Date string can not be less than 19 charactors

2011-01-06 Thread Afkham Azeez
d anyone give me a pointer about what causes this error? > > Chinmoy > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Senior Software Architect &a

Re: Date string can not be less than 19 charactors

2011-01-06 Thread Afkham Azeez
? >>> >>> Chinmoy >>> >> >> >> >> -- >> Supun Malinga, >> >> Software Engineer, >> >> WSO2 Inc. >> http://wso2.com >> http://wso2.org >> mobile - 071 56 91 321 >> > > -- *Afkham Azeez* Sen

Re: Date string can not be less than 19 charactors

2011-01-06 Thread Afkham Azeez
; returning a date from a published service. I am using Axis2 1.5.1. >> >> Could anyone give me a pointer about what causes this error? >> >> Chinmoy >> > > > > -- > Regards, > Amarnath Redddy.G > 91-9985923453. > -- *Afkham Azeez* Senior So

Re: [VOTE] Apache Rampart 1.5.1 release (Take 3)

2011-01-07 Thread Afkham Azeez
[email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/>

Re: svn commit: r1056346 - in /axis/axis2/java/core/trunk/modules/metadata: src/org/apache/axis2/jaxws/util/WSToolingUtils.java test/org/apache/axis2/jaxws/utils/WSToolingUtilsTests.java

2011-01-08 Thread Afkham Azeez
lingUtils.isValidVersion(wsGenVersion)); > + > +// Should pass version check > +wsGenVersion = "2.7"; > +assertTrue(WSToolingUtils.isValidVersion(wsGenVersion)); > +wsGenVersion = "2.10"; > +assertTrue(WSToolingUtils.isValidVersion(wsGenVersio

Re: svn commit: r1056346 - in /axis/axis2/java/core/trunk/modules/metadata: src/org/apache/axis2/jaxws/util/WSToolingUtils.java test/org/apache/axis2/jaxws/utils/WSToolingUtilsTests.java

2011-01-09 Thread Afkham Azeez
Hi Jeff, No ACK? On Sat, Jan 8, 2011 at 2:44 PM, Afkham Azeez wrote: > > > On Fri, Jan 7, 2011 at 8:53 PM, wrote: > >> Author: barrettj >> Date: Fri Jan 7 15:23:24 2011 >> New Revision: 1056346 >> >> URL: http://svn.apache.org/viewvc?rev=1056346

Re: Does Axis2 samples get deployed in JBoss 6?

2011-01-10 Thread Afkham Azeez
What are these issues? On Mon, Jan 10, 2011 at 4:43 PM, Chinmoy Chakraborty wrote: > Hello, > > I am facing some issues when I try to deploy Axis2 1.5.1 samples in JBoss > 6. Does anybody see this or it's my problem? > > Chinmoy > -- *Afkham Azeez* Senior Software

Re: Hackathon on JAX-WS issues at WSO2 (18th, 20th and 21st of January)

2011-01-15 Thread Afkham Azeez
8 ext 51789 > email: [email protected]; cell: +94 77 341 3097 > blog: http://blog.ruwan.org > linkedin: http://www.linkedin.com/in/ruwanlinton > google: http://www.google.com/profiles/ruwan.linton > tweet: http://twitter.com/ruwanlinton > -- *Afkham Azeez* Senior Software Architect

Re: Supporting a services.xml for JAX-WS services

2011-01-17 Thread Afkham Azeez
orted for any type of > service. > > WDYT?? > > Thanks, > ~Isuru > > [1] https://issues.apache.org/jira/browse/AXIS2-4611 > > -- > Technical Lead, > WSO2 Inc. http://wso2.org/ > Blog : http://isurues.wordpress.com/ > -- *Afkham Azeez* Senior Software Archi

Re: Supporting a services.xml for JAX-WS services

2011-01-18 Thread Afkham Azeez
M, Isuru Suriarachchi > >> >> > >> >> wrote: > >> >>> > >> >>> Hi all, > >> >>> > >> >>> Andreas has provided a very good explanation on why we need to > support > >> >>> services.xml f

Re: Axis2 1.6 release plan

2011-02-07 Thread Afkham Azeez
+1 On Feb 7, 2011 12:28 PM, "Ruwan Linton" wrote: > What I would suggest is to do the 1.6 release without the JAX-WS TCK > compatibility, if there are lot to be fixed. This is because we have enough > fixes on the trunk to do a release. May be we can target a major release > like 2.0 with the JAX-

[Axis2] Neethi hackathon

2011-02-17 Thread Afkham Azeez
Hi folks, We may need to have a hackathon to fix the Neethi API changes. What are the plans on this? -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/> * e

Re: [VOTE] [AXIS2] Release Axis2-1.6.0

2011-03-07 Thread Afkham Azeez
>>>> Here is my +1 for releasing these as Axis2-1.6.0. >>>>>> >>>>>> Thanks, >>>>>> Ruwan >>>>>> >>>>>> -- >>>>>> Ruwan Linton >>>>>> Member, Apache Software Foundatio

Re: svn commit: r1079695 - in /axis/axis2/java/core/trunk/modules: clustering/pom.xml clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java parent/pom.xml

2011-03-12 Thread Afkham Azeez
2.3.0 > > @@ -472,12 +472,12 @@ > > > > > > org.apache.tomcat > > -tribes > > +tomcat-tribes > > ${tomcat.version} > > > >

Re: Call web services without making stub files.

2011-03-13 Thread Afkham Azeez
t side operation. We saw that making stubs >>> and import them into the client side program always is somewhat tedious. So >>> we are trying to add a feature so that web service can be invoked just using >>> it's URL. >>> >>> In that case, heard that we can do it

[Axis2] Isn't it time for us to move to Java 6?

2011-03-13 Thread Afkham Azeez
Thoughts on $subject please. I had to revert a useful Apache Tribes upgrade since Tomcat no longer supports Java 5. -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apa

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-13 Thread Afkham Azeez
they deploy their applications. At this point, I don't see > enough added value that would justify to make this mandatory for the > entire Axis2 stack. > > Andreas > > On Sun, Mar 13, 2011 at 12:56, Afkham Azeez wrote: > > Thoughts on $subject please. I had to reve

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-13 Thread Afkham Azeez
/www.mail-archive.com/[email protected]/msg04370.html > > I think most of the arguments also apply to Axis2. > > Andreas > > On Sun, Mar 13, 2011 at 13:49, Afkham Azeez wrote: > > I believe Oracle will not release any new JDK 1.5 version to fix security > > issues such >

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-14 Thread Afkham Azeez
sion that uses Java 1.5) will only reach end of service > in late 2012. > > There was a similar discussion recently in the CXF project. They > concluded that it is too early to drop 1.5 support: > http://www.mail-archive.com/[email protected]/msg04370.html > > I think most of

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-15 Thread Afkham Azeez
a better position to answer that question than me :) > > - Dennis > > > > On 03/14/2011 10:17 PM, Afkham Azeez wrote: > > I remember people saying similar things when we were planning to move from > JDK 1.4 to 1.5, and there were many discussions & resistance

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-15 Thread Afkham Azeez
e 100% assurance that everything in Axis2 works fine with Java 6. On Wed, Mar 16, 2011 at 8:54 AM, Dennis Sosnoski wrote: > On 03/16/2011 12:59 AM, Afkham Azeez wrote: > > > > On Mon, Mar 14, 2011 at 4:01 PM, Dennis Sosnoski wrote: > >> Going from 1.4 to 1.5 gave access to

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-15 Thread Afkham Azeez
n your own risk" On Wed, Mar 16, 2011 at 10:14 AM, Afkham Azeez wrote: > What I've been observing is the world is gradually moving away from Java 5, > most of the people who download a JDK download JDK 6. The JRE itself > contains many improvements. Sticking to JDK5 means, Axis2 do

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-16 Thread Afkham Azeez
ibility > becomes too high. > > Andreas > > On Wed, Mar 16, 2011 at 05:48, Afkham Azeez wrote: > > What I'm saying is, if somebody asks has Axis2 been thoroughly tested on > > JDK/JRE 6, the best answer we could give is; 'Yes, everything should work > > fin

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-16 Thread Afkham Azeez
. In theory, Java is write once run anywhere. In practice, Java is write once, debug everywhere. :) > > Andreas > > On Wed, Mar 16, 2011 at 08:21, Afkham Azeez wrote: > > If you were working for a company which required that their software run > on > > JDK6 and whe

Re: [Axis2] Isn't it time for us to move to Java 6?

2011-03-17 Thread Afkham Azeez
jects would really be beneficial for these projects. > > If one takes into account all these things, I don't see how your > argument could possibly outweigh the arguments given by Dennis and > Tom. > > Andreas > > On Thu, Mar 17, 2011 at 03:14, Afkham Azeez wrote: > &g

Re: An idea about apache axis2

2011-03-27 Thread Afkham Azeez
of Moratuwa, > Sri Lanka. > * > blog: http://lasanthasri.blogspot.com/ > gtalk: lasanthasridinesh > skype: lasanthasridinesh > > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http:

Re: Axis2 Transport release ?

2011-05-05 Thread Afkham Azeez
+1 for having a single version number On May 4, 2011 11:53 PM, "Sagara Gunathunga" wrote: > Hi all , > > Recently we agreed to release Axis2 , Sandesha and Rampart > simultaneously. IMO it's better to release Axis2-transport also with > above releases. > > In addition specially in users point of v

Re: Default ThreadPool Size

2011-05-05 Thread Afkham Azeez
+1 On Apr 29, 2011 7:40 PM, "Isuru Suriarachchi" wrote: > Hi all, > > Currently the default max thread pool size is set to Integer.MAX_VALUE. Due > to this, there can be situations where a huge number of threads created when > lot of non blocking requests are done by a client. To test this, I just

Re: How to get ConfigurationContext in password callback class?

2011-05-05 Thread Afkham Azeez
Is this a Rampart callback handler On May 5, 2011 10:25 PM, "Chinmoy Chakraborty" wrote: > OK...but how can I access ConfigurationContext in CallbackHandler class? Is > there a way? > > > > On Thu, May 5, 2011 at 10:21 PM, Sagara Gunathunga < > [email protected]> wrote: > >> On Thu, May

Re: block ?wsdl url

2011-05-07 Thread Afkham Azeez
custom wsdl only. Isn't there any other simpler way to achieve this? > Apache rules dont seem to work in mod_jk so it has to done at the tomcat > level only. > > Thanks, > Peeyush > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Soft

Re: block ?wsdl url

2011-05-08 Thread Afkham Azeez
An RC build is available here. http://people.apache.org/~ruwan/axis2/dist/1.6.0/ Please check it out and let us know whether your requirement is fulfilled. On Sun, May 8, 2011 at 7:34 PM, Afkham Azeez wrote: > Yes, it is on the way. Probably it should be available by the end of this >

Re: block ?wsdl url

2011-05-08 Thread Afkham Azeez
nks, > Peeyush > > On May 8, 2011, at 12:11 AM, Afkham Azeez wrote: > > In the current Axis2 trunk, you can add the following parameter to the > services.xml file to disable ?wsdl > > false > > This will be available with the next Axis2 release. > >

Re: svn commit: r1127578 - in /axis/axis2/java/transports/trunk: ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules/

2011-05-25 Thread Afkham Azeez
@ -25,7 +25,7 @@ > > > > org.apache.axis2 > > axis2-transports > > -1.1.0-SNAPSHOT > > +1.6.0-SNAPSHOT > > ../../pom.xml > > > > axis2-transport-xmpp > > > > Modified: axis/axis2/ja

Re: [VOTE] Release Axis2 1.5.5

2011-05-29 Thread Afkham Azeez
+1 Azeez

Re: [VOTE][TRANSPORT] Release Axis2 Transport -1.6.0

2011-06-02 Thread Afkham Azeez
-- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Software Foundat

Re: [VOTE][RAMPART] Release Rampart-1.6.0

2011-06-03 Thread Afkham Azeez
+1 On Jun 1, 2011 6:27 PM, "Sagara Gunathunga" wrote: > Hi Devs, > > This is a call for votes to release Rampart-1.6.0. > > The complete list of JIRA issues fixed in this release can be found here: > > http://s.apache.org/IEL > > The staging repository is here: > > https://repository.apache.org/co

Re: [VOTE][SANDESHA2] Release Sandesha2-1.6.0

2011-06-03 Thread Afkham Azeez
+1 On Jun 3, 2011 11:22 AM, "Sagara Gunathunga" wrote: > Hi Devs, > > This is a call for votes to release Sandesha2-1.6.0. > > The staging repository is here: > > https://repository.apache.org/content/repositories/orgapacheaxis2-008/ > > The distributions are here: > > http://people.apache.org/~sa

Re: [VOTE][RAMPART] Release Rampart-1.6.0 - 2nd call

2011-06-07 Thread Afkham Azeez
--- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Software

Re: [Axis2] JIRA ISSUE MANAGEMENT!

2011-07-11 Thread Afkham Azeez
- please take a review for all issues periodically > - please evaluate patches > - please review issues with limited information and send request to > original reporter for WSDL and reevaluation > > I am hesitating to continue working on issues and thinking maybe it is &g

[Axis2] Clustering guide is obsolete!

2011-07-13 Thread Afkham Azeez
http://axis.apache.org/axis2/java/core/docs/clustering-guide.html is obsolete! I just came across this after a user asked a related question on the synapse-user list. I will try to find some time to update it. In the mean time, the following articles can be used as a reference, if required. http:

Re: Framework for recording Axis2 latency statistics

2011-07-13 Thread Afkham Azeez
is used in other projects such as Apache Synapse. >> > Any thoughts are welcome. >> > Thanks, >> > -- >> > Sadeep Jayasumana >> > Software Engineer >> > WSO2 Inc. >> > >> >> >> >> -- >> Sagara Gunathunga >

Re: Framework for recording Axis2 latency statistics

2011-07-13 Thread Afkham Azeez
;>>> > available on short term basis(last 1 minute, last 5 minutes, etc.) > and > >>>> > long > >>>> > term basis(last 1 hour, last 5 hours, etc). > >>>> > To implement this, all the transport listeners and senders should > >>>>

Re: Axis2 timeout issue

2011-07-17 Thread Afkham Azeez
bpanel > > 2. Also wondering if it is a good idea to use only one ServiceClient for > different services? > > Best Regards, > -Himakar > > Himakar Chennapragada > IMS e-Business, SOA Development > IBM Silicon Vall

Re: Axis2 timeout issue

2011-07-20 Thread Afkham Azeez
gt; > Best Regards, > -Himakar > > Himakar Chennapragada > IMS e-Business, SOA Development > IBM Silicon Valley Lab, San Jose, CA > Phone: 408-463-4758, Tie Line: 543-4758 > Email: [email protected] > -------

Re: Unable to sendViaPost to url

2011-07-22 Thread Afkham Azeez
> > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > > :118) > > > at > > > > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:380) > > > at > > > > org.apache.coyote.http11

Re: Non blocking with two channel is broken

2011-08-04 Thread Afkham Azeez
t; Thanks, > Deepal > > [1] > https://issues.apache.org/jira/browse/AXIS2-5111<https://issues.apache.org/jira/browse/AXIS2-5111> > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Software Foundation; **http://www.apache.org/*<http

Re: how to avoid CLOSE_WAITs without the use of the REUSE_HTTP_CLIENT option?

2011-08-18 Thread Afkham Azeez
nd that using the REUSE_HTTP_CLIENT option helps in this area but we >> want to explore other ways without using this option if any. >> >> Best Regards, >> -Himakar >> > > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache

Re: [Proposal] Improve new community members engaging with the project.

2011-09-15 Thread Afkham Azeez
ions ? >>>>>>> >>>>>>> >>>>>>> If we can agree on above ( or more ? ) I'm happy to start this >>>>>>> process. >>>>>>> >>>>>>> >>>>>>> Thanks ! &

Re: svn commit: r1203795 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringMessage.java

2011-11-18 Thread Afkham Azeez
> > + * the response can be retrieved from this command > > + */ > > +public abstract class ClusteringMessage extends ClusteringCommand { > > + > > +/** > > + * Get the response for this message > > + * @return the response for this message > >

Re: [VOTE] Release Sandesha2 1.6.1

2011-12-10 Thread Afkham Azeez
+1 Azeez On Sun, Dec 11, 2011 at 2:29 AM, Andreas Veithen wrote: > All, > > Here is the vote for the Sandesha2 1.6.1 release. > > The staging repository is here: > > https://repository.apache.org/content/repositories/orgapacheaxis2-311/ > > The distributions are here: > > http://people.apache.or

Re: [VOTE] Nikil Thaker for committer (again)

2010-02-23 Thread Afkham Azeez
; +1 from me. > > --Glen > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Afkham Azeez Software Architect & Pro

Re: Axis2-Spring integration

2010-03-31 Thread Afkham Azeez
cts/wsf/spring > >> [6] http://axis2m.sourceforge.net/axis2m-spring.html > >> [7] > >> > https://svn.apache.org/repos/asf/axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/ > >> [8] Note that Sagara was part of the bunch of committers we recently

Re: Axis2-Spring integration

2010-04-01 Thread Afkham Azeez
mespace (Something > like http://axis.apache.org/axis2-configuration). > We should also decide what types of webservices this solution should > support. Will this project still support AAR's (including POJO's)? > > Regards, > > Stephan van Hugten > > [1] https

Re: Hudson build is back to stable : Axis2-trunk-java-1.6 #55

2010-05-29 Thread Afkham Azeez
-1.6/55/changes> > > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Afkham Azeez Senior Software Architect & Product Manager, WSO2 WS

Introducing Deployer.cleanup

2010-06-30 Thread Afkham Azeez
I'm introducing this method so that the DeploymentEngine can call cleanup on all deployers when cleanup is called on the DeploymentEngine. This will allow the respective deployers to carry out cleanup tasks. This is an API addition. I am also planning to rename the badly named unDeploy method to un

Re: How Axis2 function in a clustered environment

2010-07-17 Thread Afkham Azeez
t; > > --------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Afkham Azeez Senior Software Architect & Product Manager, WSO2 WSAS; WSO2, In

Re: [VOTE] Release Axis2 1.5.2

2010-09-13 Thread Afkham Azeez
e&pid=10611&fixfor=12315174 > > > Here is my +1. > > Andreas > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Senior Software Arc

[Axis2] 2 day hackathon on Axis2 at WSO2

2010-12-20 Thread Afkham Azeez
Hi folks, We are having a 2 day hackathon starting today. We will be going through the JIRAs & also will be running FindBugs on the code base and making improvements. We will also add/fix the JavaDocs wherever applicable. Everybody is invited to join in. Thanks -- *Afkham Azeez* Senior Soft

Re: [Axis2] 2 day hackathon on Axis2 at WSO2

2010-12-20 Thread Afkham Azeez
I forgot to add, Chanaka et. al. will be working on improving the Web site design as well. Azeez On Tue, Dec 21, 2010 at 10:26 AM, Afkham Azeez wrote: > Hi folks, > We are having a 2 day hackathon starting today. We will be going through > the JIRAs & also will be running FindBug

Re: [Axis2] 2 day hackathon on Axis2 at WSO2

2010-12-21 Thread Afkham Azeez
We will be available on the #axis2 IRC channel on FreeNode On Tue, Dec 21, 2010 at 10:26 AM, Afkham Azeez wrote: > Hi folks, > We are having a 2 day hackathon starting today. We will be going through > the JIRAs & also will be running FindBugs on the code base and making > impro

Re: [VOTE] Release Sandesha2 1.4 and Axis2 1.5.4

2010-12-21 Thread Afkham Azeez
--------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, In

Re: [VOTE] Release Axis2 1.6.3

2015-06-29 Thread Afkham Azeez
- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Software Foundation; **http://www.apache.org/* <http://www.apache.org/>

Re: [VOTE] Release Axis2 and Rampart 1.7.0

2016-01-19 Thread Afkham Azeez
is.apache.org > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Software Foundation; **http://www.apache.org/* <http://www.apache.org/> *email: **[email protected]* *

Re: [VOTE] Release Axis2 1.7.8

2018-05-20 Thread Afkham Azeez
e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Senior Director, Platform Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Software Foundation; **http://www.apache.org/* <http://ww

[jira] Resolved: (AXIS2-3863) Extract initTransport() method from AxisServlet::init( ServletConfig )

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3863. - Resolution: Fixed > Extract initTransport() method from AxisServlet::init( ServletCon

[jira] Resolved: (AXIS2-3826) Invalid return type of the generated stub causes compile error

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3826. - Resolution: Fixed This has been fixed > Invalid return type of the generated stub cau

[jira] Resolved: (AXIS2-3860) Generated by wsdl2java getUniqueSuffix() method should return full-qualified java.lang.String instead String.

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3860. - Resolution: Fixed This has been fixed > Generated by wsdl2java getUniqueSuffix() method sho

[jira] Resolved: (AXIS2-3885) Integration module's pom.xml does not have commons-httpclient listed as dependency. As the result - build fails

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3885. - Resolution: Fixed This error not there in the trunk > Integration module's pom.xml

[jira] Resolved: (AXIS2-3618) WSDL2Java produces code that causes javac to fail with "code to large"

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3618. - Resolution: Fixed Applied the patch Axis2Patch > WSDL2Java produces code that causes javac

[jira] Resolved: (AXIS2-3852) A module in the module folder works on al services

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3852. - Resolution: Not A Problem Assignee: Afkham Azeez If a handler exists before the dispatch

[jira] Assigned: (AXIS2-4090) WSDL11ToAxisServiceBuilder: Population of AxisBindingMessage and AxisMessages objects is inconsistent when the isServerSide flag is set to false

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez reassigned AXIS2-4090: --- Assignee: Afkham Azeez > WSDL11ToAxisServiceBuilder: Population of AxisBindingMessage

[jira] Commented: (AXIS2-4090) WSDL11ToAxisServiceBuilder: Population of AxisBindingMessage and AxisMessages objects is inconsistent when the isServerSide flag is set to false

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973719#action_12973719 ] Afkham Azeez commented on AXIS2-4090: - Antonio, Can you please resend the patch A

[jira] Commented: (AXIS2-3964) WSDL20ToAxisServiceBuilder > HTTP Binding: AxisBindingMessage entry is being overwritten in corresponding AxisBindingOperation

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973728#action_12973728 ] Afkham Azeez commented on AXIS2-3964: - Antonio, Can you please resend this patch

[jira] Assigned: (AXIS2-3964) WSDL20ToAxisServiceBuilder > HTTP Binding: AxisBindingMessage entry is being overwritten in corresponding AxisBindingOperation

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez reassigned AXIS2-3964: --- Assignee: Afkham Azeez (was: Keith Godwin Chapman) > WSDL20ToAxisServiceBuilder >

[jira] Resolved: (AXIS2-3336) Remove /services from the webservices endpoint URL

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3336. - Resolution: Fixed You can use the ServicePath parameter to override this. > Remove /servi

[jira] Resolved: (AXIS2-3849) Version service WSDL generates wrong ERP URLs

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3849. - Resolution: Fixed You can use the hostname parameter in the axis2.xml HTTP/S tranport

[jira] Resolved: (AXIS2-3844) kernel clustering code Javadoc has pointers to blog entries.

2010-12-21 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3844. - Resolution: Not A Problem These links simply provide more information > kernel clustering c

[jira] Assigned: (AXIS2-3624) Addressing reference parameter issue

2010-12-22 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez reassigned AXIS2-3624: --- Assignee: Afkham Azeez (was: Deepal Jayasinghe) > Addressing reference parameter is

[jira] Assigned: (AXIS2-3625) SOAP 1.2 two-way message with a duplicate To header.

2010-12-22 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez reassigned AXIS2-3625: --- Assignee: Afkham Azeez > SOAP 1.2 two-way message with a duplicate To hea

[jira] Resolved: (AXIS2-4587) CLONE -java.io.FileNotFoundException related to persising sessions in tomcat

2010-12-22 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-4587. - Resolution: Duplicate > CLONE -java.io.FileNotFoundException related to persising sessions

[jira] Resolved: (AXIS2-4035) wsdl2java code generation problem for ADB

2010-12-22 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-4035. - Resolution: Fixed This issue seems to be fixed now since I was able to successfully generate

[jira] Resolved: (AXIS2-3705) Abstract Class

2010-12-22 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3705. - Resolution: Invalid > Abstract Class > -- > > Key

  1   2   3   >