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* the same structure that

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
On Thu, Oct 1, 2009 at 11:51 PM, Saminda Abeyruwan wrote: > Thank you! > > Saminda > > > On Tue, Sep 29, 2009 at 1:50 AM, Andreas Veithen < > andreas.veit...@gmail.com> wrote: > >> Yes, this has already been fixed in trunk. >> > Yeah, and this issue should occur only if you were in DEBUG mode (or

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.. > > > > -- Deepal -- > > > > Some history of the project... >

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.. > > > > -- Deepal -- > > > > Some history of the project... >

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
Hi Andreas, Just wondering what you are trying to achieve here. Is this related to auto detection of ports as Hiranya pointed out? While I appreciate the effort you've put into doing something worthwhile, I believe that getting rid of a public method in a class is not the correct thing to do. I be

[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