Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-07 Thread Senaka Fernando
+1 Thanks, Senaka. On Fri, Nov 6, 2009 at 10:50 PM, Glen Daniels wrote: > Greetings, everyone. > > A bunch of us here at ApacheCon were talking about the Axis2 TLP idea, and > how to move this forward in the simplest and most effective way. We came > up > with *exactly*

Re: MTOM is not working with Axis2 trunk

2009-10-10 Thread Senaka Fernando
if I can find a breakthrough. Thanks, Senaka. On Mon, Oct 5, 2009 at 1:04 PM, Andreas Veithen wrote: > I will try to free up some time tonight to do a debugging session. > > Andreas > > On Sun, Oct 4, 2009 at 06:58, Senaka Fernando wrote: > > Folks, > > > > We ne

Re: MTOM is not working with Axis2 trunk

2009-10-03 Thread Senaka Fernando
Folks, We need to get this fixed on Axis2. Andreas, do you have any idea to what could be causing this issue? Thanks, Senaka. On Tue, Sep 22, 2009 at 5:19 PM, Senaka Fernando wrote: > Hi Andreas, > > Have you tested this with Axis2 deployed as a webapp? MTOM seems to work > f

Re: [Axis2] Adb MTOM bug

2009-10-03 Thread Senaka Fernando
ould occur only if you were in DEBUG mode (or above) in log4j. Thanks, Senaka. > >> Andreas >> >> On Tue, Sep 29, 2009 at 07:34, Saminda Abeyruwan >> wrote: >> > Hi Devs, >> > >> > I am currently using Axis2 1.5 for my research. I have stumble

Re: [Axis2] happy birthday !!!

2009-08-23 Thread Senaka Fernando
Congrats! Thanks, Senaka. On Fri, Aug 21, 2009 at 5:11 PM, Davanum Srinivas wrote: > Deepal, > > Congrats! > > -- dims > > On Fri, Aug 21, 2009 at 12:19 AM, Deepal jayasinghe > wrote: > > It is the fifth birthday of the project.. > > > > -- Dee

Re: [Axis2] happy birthday !!!

2009-08-23 Thread Senaka Fernando
Congrats! Thanks, Senaka. On Fri, Aug 21, 2009 at 5:11 PM, Davanum Srinivas wrote: > Deepal, > > Congrats! > > -- dims > > On Fri, Aug 21, 2009 at 12:19 AM, Deepal jayasinghe > wrote: > > It is the fifth birthday of the project.. > > > > -- Dee

Re: Please revert API changes done as per AXIS2-4465

2009-08-21 Thread Senaka Fernando
oduce your change. On Fri, Aug 21, 2009 at 12:40 AM, Andreas Veithen wrote: > On Thu, Aug 20, 2009 at 18:08, Senaka Fernando wrote: > > Hi Andreas, > > > > Just wondering what you are trying to achieve here. > > Fixing AxisServlet so that it works as expected, i.e. delive

Re: Please revert API changes done as per AXIS2-4465

2009-08-20 Thread Senaka Fernando
which safeguards both the existing level of extensibility of this class and also its public API. Thanks, Senaka On Thu, Aug 20, 2009 at 6:14 PM, Hiranya Jayathilaka wrote: > Hi Andreas, > > By looking at the code I got the impression that HTTP transport receivers > should extend the Ax

[jira] Created: (AXIS2-4186) Errors in Generated WSDLs with return types that are Interfaces

2008-12-21 Thread Senaka Fernando (JIRA)
Components: Tools, wsdl Reporter: Senaka Fernando Assignee: Deepal Jayasinghe When trying to create a client for a auto-generated WSDL in an Axis2 service, I ran into several issues. The service has a method: public A getOP() { ... }, where, A is an interface