Re: Deploying multiple spring service axis2 archives(AAR)

2012-01-09 Thread Isuru Suriarachchi
+1 Requirement to initialize the spring framework by the service author and the need to include the spring dependency in each and every spring service are two major drawback in our spring services functionality. Therefore, I think this will be a very good improvement. Thanks, ~Isuru On Fri, Jan

Re: Support for exposing ejb 3.x as web-services

2011-11-30 Thread Isuru Suriarachchi
Hi Supun, Please try to create some samples as well for EJB 3.0 support. Thanks, ~Isuru On Wed, Nov 30, 2011 at 5:11 PM, Supun Malinga wrote: > Hi All, > > After some work I could modify the ejb Message receivers to support > ejb3.0. I made this as a separate message receiver. Three new classe

Re: Improving JAX-WS Performance

2011-11-30 Thread Isuru Suriarachchi
Hi Charith, +1 for putting some more effort on improving our JAX-WS support. I'll commit the proper fix to [1] ASAP and that will remove the bottleneck in the JAX-WS MR. And also there'll be more places at which we can do improvements to gain even better performance numbers. Thanks, ~Isuru [1] h

Re: Issue in AbstractTransportListenerEx

2011-07-11 Thread Isuru Suriarachchi
xisting transport implementations > (probably JMS). I remember that I wondered what the purpose of this > code is... > > Andreas > > On Mon, Jul 11, 2011 at 11:48, Isuru Suriarachchi > wrote: > > Hi Andreas, > > Following check is done in the getEPRsForService method of the

Issue in AbstractTransportListenerEx

2011-07-11 Thread Isuru Suriarachchi
Hi Andreas, Following check is done in the getEPRsForService method of the above class.. //Strip out the operation name if (serviceName.indexOf('/') != -1) { serviceName = serviceName.substring(0, serviceName.indexOf('/')); } Due to this, endpoints are not calculated

Re: MulipleEntryHashMap s' get operation removes the value from the map

2011-06-22 Thread Isuru Suriarachchi
Looks like the builder calls BuilderUtil.buildsoapMessage method immediately after extracting parameters into the Multiple value HashMap and all the values are consumed there. So if you have a look at the SOAP body when it comes to your synapse mediator, it should contain these key value pairs as X

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

2011-06-08 Thread Isuru Suriarachchi
+1 Thanks, ~Isuru On Thu, Jun 9, 2011 at 10:03 AM, Thilina Mahesh Buddhika < thilin...@gmail.com> wrote: > +1. > > Thanks, > Thilina > > On Mon, Jun 6, 2011 at 4:12 PM, Sagara Gunathunga < > sagara.gunathu...@gmail.com> wrote: > >> Hi Devs, >> >> This is a call for votes to release Rampart-1.6.0

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

2011-06-03 Thread Isuru Suriarachchi
+1 Thanks, ~Isuru On Fri, Jun 3, 2011 at 5:04 PM, Prabath Siriwardena wrote: > +1 > > Thanks & regards, > -Prabath > > On Wed, Jun 1, 2011 at 6:26 PM, Sagara Gunathunga > wrote: > > Hi Devs, > > > > This is a call for votes to release Rampart-1.6.0. > > > > The complete list of JIRA issues fixe

Default ThreadPool Size

2011-04-29 Thread Isuru Suriarachchi
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 wrote a simple service client which continuously fire and forget

Mail Transport Issue

2011-04-26 Thread Isuru Suriarachchi
Hi Andreas, Have you got any idea about the issue at [1] ? Thanks, ~Isuru [1] https://issues.apache.org/jira/browse/AXIS2-5013 -- Technical Lead, WSO2 Inc. http://wso2.org/ Blog : http://isurues.wordpress.com/

Re: Adding POLICY_ADDED as an eventType in org.apache.axis2.engine.AxisEvent

2011-03-29 Thread Isuru Suriarachchi
+1 Thanks, ~Isuru On Tue, Mar 29, 2011 at 3:27 PM, Supun Malinga wrote: > Hi all, > suggested change, [1] > This is for a scenario when an AxisObserver is need to identify an event > when a module policy has been updated. Any suggestions and comments are > welcome. > > [1], > Index: modules/ker

Re: Running JAX-WS TCK on Axis2

2011-02-10 Thread Isuru Suriarachchi
o deployment and > integration. > > Thanks, > Jeff > > IBM Software Group - WebSphere Web Services Development > Phone: (512) 286-5256 <+15122865256> or TieLine: 363-5256 > Internet e-mail and Sametime ID: barre...@us.ibm.com > > > > From:Isuru Suria

Re: [AXIS2] Shall we fall back to Neethi 2.0.4 for the Axis2 trunk

2011-02-10 Thread Isuru Suriarachchi
+1 Thanks, ~Isuru On Thu, Feb 10, 2011 at 12:33 PM, Ruwan Linton wrote: > Folks, > > I've looked at the fixes that requires to tally with the Neethi trunk > changes, and looks to be a lot :-( > > Shall we fall back to Neethi 2.0.4 for the time being and try to fix the > compatibility with the ne

Re: Running JAX-WS TCK on Axis2

2011-02-08 Thread Isuru Suriarachchi
> Phone: (512) 286-5256 <+15122865256> or TieLine: 363-5256 > Internet e-mail and Sametime ID: barre...@us.ibm.com > > > > From:Isuru Suriarachchi > To:java-dev@axis.apache.org > Date:02/07/2011 06:45 AM > Subject:Running JAX-WS

Re: Running JAX-WS TCK on Axis2

2011-02-07 Thread Isuru Suriarachchi
anks ~Isuru > > Thanks ! > > > On Mon, Feb 7, 2011 at 6:14 PM, Isuru Suriarachchi wrote: > >> Hi Sagara, >> >> I tried to run the TCK on Axis2. But I'm getting lot of build errors in >> the "ant build.tck" step. In the README.txt, it says "Yo

Running JAX-WS TCK on Axis2

2011-02-07 Thread Isuru Suriarachchi
Hi Sagara, I tried to run the TCK on Axis2. But I'm getting lot of build errors in the "ant build.tck" step. In the README.txt, it says "You need a JDK 1.5.0_06 JVM available. Versions newer than that WON'T work". Is this statement outdated or still valid? Can you please add a simple document wh

Can we have multiple ports in a JAX-WS service?

2011-02-03 Thread Isuru Suriarachchi
Hi all, AFAIK, we can't have multiple ports in a JAX-WS service. We can set the portName property in the @WebService annotation and that is the only port which will be there in the WSDL. But, in normal Axis2 services, we can have multiple ports in the WSDL according the different transports avail

Re: Axis2 1.6 release plan

2011-02-03 Thread Isuru Suriarachchi
On Fri, Feb 4, 2011 at 9:51 AM, Sanjiva Weerawarana wrote: > What's the verdict on this? I don't see the point of rushing out 1.6 > without passing the TCK .. having full JAX-WS support would (finally) be a > major milestone! > We've got few more JAX-WS related issues to be addressed and after th

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

2011-01-24 Thread Isuru Suriarachchi
1&status=1&status=3&status=4&component=12311167&sorter/field=issuekey&sorter/order=DESC&tempMax=1000 >> >> Thanks, >> ~Isuru >> >> >> On Sun, Jan 16, 2011 at 8:40 AM, Vijitha Kumara wrote: >> >>> Hi Isuru, >>> >&g

Re: Attaching the PortName to the name of the AxisService in JAX-WS services

2011-01-20 Thread Isuru Suriarachchi
Can we agree on this? Thanks, ~Isuru On Mon, Jan 17, 2011 at 2:48 PM, Isuru Suriarachchi wrote: > Hi All, > > Currently in the Axis2 JAX-WS implementation, a PortName is attached to the > name of the AxisService when the service is being deployed. Is there any > special reason

Re: Allowing .jar files to be deployed as normal Axis2 services

2011-01-19 Thread Isuru Suriarachchi
at 6:34 PM, Deepal Jayasinghe > wrote: > >> I would not worry about having jar support since that does not break > anything. > >> > >> Deepal > >> > >> On Thu, Jan 6, 2011 at 12:18 AM, Isuru Suriarachchi > wrote: > >>> Hi all,

Re: svn commit: r1060294 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/builder/JAXWSRIWSDLGenerator.java

2011-01-18 Thread Isuru Suriarachchi
Fixed. Thanks Andreas for pointing this out. ~Isuru On Tue, Jan 18, 2011 at 5:19 PM, Andreas Veithen wrote: > From the Javadoc of currentTimeMillis: "Note that while the unit of > time of the return value is a millisecond, the granularity of the > value depends on the underlying operating system

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

2011-01-18 Thread Isuru Suriarachchi
uch about WSO2 Data Services, but I guess that they are not > just AAR files and require their own deployer anyway. Therefore, what > is a good option for Data Services is not necessarily the right option > for JAX-WS services. > > Andreas > > [1] http://markmail.org/message/jz5

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

2011-01-17 Thread Isuru Suriarachchi
plementing it for each and every deployer > separately. > > Azeez > > On Mon, Jan 17, 2011 at 10:52 PM, Isuru Suriarachchi wrote: > >> Hi all, >> >> Andreas has provided a very good explanation on why we need to support >> services.xml file for JAX-WS services in [1

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

2011-01-17 Thread Isuru Suriarachchi
Actually we've already discussed the same topic in [1] :). I think this time we have to come to a conclusion and proceed with it. Thanks, ~Isuru [1] http://markmail.org/thread/qkxn37dbltpu7tl5 On Mon, Jan 17, 2011 at 10:52 PM, Isuru Suriarachchi wrote: > Hi all, > > Andreas has p

Supporting a services.xml for JAX-WS services

2011-01-17 Thread Isuru Suriarachchi
Hi all, Andreas has provided a very good explanation on why we need to support services.xml file for JAX-WS services in [1]. I think we can support it as an optional feature. If someone wants stuff like session management, he can insert a services.xml. And also, as Azeez has proposed, we can provi

Attaching the PortName to the name of the AxisService in JAX-WS services

2011-01-17 Thread Isuru Suriarachchi
Hi All, Currently in the Axis2 JAX-WS implementation, a PortName is attached to the name of the AxisService when the service is being deployed. Is there any special reason for doing this? Isn't it wrong to do this? Here, the wsgen tool generates only one port in the WSDL. But there can be more tha

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

2011-01-15 Thread Isuru Suriarachchi
der=DESC&tempMax=1000 Thanks, ~Isuru On Sun, Jan 16, 2011 at 8:40 AM, Vijitha Kumara wrote: > Hi Isuru, > > Looks like the filter is not available or it's permission changed? > > > Regards, > --Vijitha. > > > On Sun, Jan 16, 2011 at 8:18 AM, Isur

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

2011-01-15 Thread Isuru Suriarachchi
Here is the filter for all existing JAX-WS issues. https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12315117 Thanks, ~Isuru On Sat, Jan 15, 2011 at 9:01 PM, Ruwan Linton wrote: > Folks, > > We are planning on a hackathon on JAX-WS issues of axis2 to be conducted on

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

2011-01-09 Thread Isuru Suriarachchi
+1 Thanks, ~Isuru On Thu, Jan 6, 2011 at 3:56 PM, Selvaratnam Uthaiyashankar < uthaiyashan...@gmail.com> wrote: > Hi, > > This is the vote for Apache Rampart 1.5.1 release (Take3). > > Please review the signed artifacts: > > http://people.apache.org/~shankar/rampart/1.5.1/dist/

Re: Allowing .jar files to be deployed as normal Axis2 services

2011-01-05 Thread Isuru Suriarachchi
is ambiguous :-( > Yes. I think this has happened because we have treated Service deployer as a special case, which is not required to be configured through the axis2.xml. That is why ".aar" is hard coded. Thanks, ~Isuru > > Ruwan > > > On Thu, Jan 6, 2011 at 10:48

Allowing .jar files to be deployed as normal Axis2 services

2011-01-05 Thread Isuru Suriarachchi
Hi all, In the current Axis2 trunk, even if I rename a .aar file in the repository/services folder to .jar, it is getting deployed as a .aar file. This happens because of the following code in the DeploymentFileData class. public static boolean isServiceArchiveFile(String filename) { retu

Re: Axis2 Hackathon [04/01/11 - 06/01/11] - GMT+5:30

2011-01-03 Thread Isuru Suriarachchi
On Tue, Jan 4, 2011 at 10:23 AM, Kanchana Welagedara wrote: > Hi Ruwan > > Is there a special IRC channel for this hackathon or ? what? > We are in #axis2 IRC channel on FreeNode Thanks, ~Isuru > > Thanks > Kanchana > > On Mon, Jan 3, 2011 at 8:52 PM, Ruwan Linton wrote: > >> Folks here is the

Re: [VOTE] Apache Rampart 1.5.1 release

2010-12-22 Thread Isuru Suriarachchi
+1 Thanks, ~Isuru On Thu, Dec 23, 2010 at 10:07 AM, Selvaratnam Uthaiyashankar < uthaiyashan...@gmail.com> wrote: > Devs, > > This is the vote for Apache Rampart 1.5.1 release. > > Please review the signed artifacts: > > http://people.apache.org/~shankar/rampart/1.5.1/dist/

Re: [VOTE] Release Sandesha2 1.4 and Axis2 1.5.4

2010-12-22 Thread Isuru Suriarachchi
+1 for both releases.. Thanks, ~Isuru On Mon, Dec 20, 2010 at 4:19 AM, Andreas Veithen wrote: > All, > > Here is the vote for the Sandesha2 release. Since the release > candidate depends on a fix in Axis2, I also had to prepare a new > maintenance release from the 1.5 branch. Since the releases

Re: Release Rampart 1.5.1 in sync with Axis2 1.5.4

2010-12-22 Thread Isuru Suriarachchi
On Thu, Dec 23, 2010 at 6:00 AM, Nandana Mihindukulasooriya < nandana@gmail.com> wrote: > On Wed, Dec 22, 2010 at 4:27 PM, Ruwan Linton wrote: > >> Well, even right now, One has to build the distribution module separately >> after building the axis2 project from the root pom. So in effect it i

Re: Eclipse versions in Axis2 trunk are not available in eclipse repository we are using

2010-10-26 Thread Isuru Suriarachchi
; Interestingly, when using Maven 3.0 (beta 1), the build actually > succeeds... > > Andreas > > On Mon, Oct 25, 2010 at 14:40, Isuru Suriarachchi > wrote: > > Hi all, > > > > Our axis2-eclipse plugins use few eclipse dependencies and their current > > ve

Eclipse versions in Axis2 trunk are not available in eclipse repository we are using

2010-10-25 Thread Isuru Suriarachchi
Hi all, Our axis2-eclipse plugins use few eclipse dependencies and their current version is 3.2.0. And the eclipse maven repository we are using is [1]. But version 3.2.0 of those dependencies are no longer available in [1]. So when we build axis2 with a clean repository, it breaks. So how are we

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-30 Thread Isuru Suriarachchi
tted the fix for the original problem and reverted the workaround I applied earlier. Thanks Andreas for pointing this out.. ~Isuru > > Andreas > > On Wed, Sep 29, 2010 at 14:57, Isuru Suriarachchi > wrote: > > Hi Andreas, > > > > I applied your solution into cod

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-29 Thread Isuru Suriarachchi
console. "A SOAP port was not found - picking a random port!" I'm attaching the patch here and you can apply it and check the above method to reproduce the issue. Thanks, ~Isuru On Tue, Sep 28, 2010 at 5:58 PM, Isuru Suriarachchi wrote: > > > On Mon, Sep 27, 2010 at

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-28 Thread Isuru Suriarachchi
ributeExtensible.STRING_TYPE); > reader.setExtensionRegistry(extReg); > > Can you do the necessary changes? > Sure. Will do the changes and update the list.. Thanks, ~Isuru > > Andreas > > On Tue, Sep 7, 2010 at 13:36, Isuru Suriarachchi > wrote: > > Atta

Re: [VOTE] Release Axis2 1.5.2

2010-09-15 Thread Isuru Suriarachchi
+1 Thanks, ~Isuru On Tue, Sep 7, 2010 at 2:50 AM, Andreas Veithen wrote: > Hi, > > Here is the vote for the Axis2 1.5.2 release. > > > The staging repository is here: > > https://repository.apache.org/content/repositories/orgapacheaxis2-042 > > > The distributions are here: > > http://people.apa

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-07 Thread Isuru Suriarachchi
Attaching the wsdl and the schema.. Thanks, ~Isuru On Tue, Sep 7, 2010 at 2:06 AM, Andreas Veithen wrote: > Isuru, > > Can you send me a sample WSDL for which the problem occurs? > > Andreas > > On Mon, Sep 6, 2010 at 10:24, Isuru Suriarachchi > wrote: > > >

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-06 Thread Isuru Suriarachchi
On Sun, Sep 5, 2010 at 2:24 PM, Andreas Veithen wrote: > On Sun, Sep 5, 2010 at 05:12, Isuru Suriarachchi > wrote: > > > > > > On Sat, Sep 4, 2010 at 5:26 PM, Andreas Veithen < > andreas.veit...@gmail.com> > > wrote: > >> > >> On

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-06 Thread Isuru Suriarachchi
On Sun, Sep 5, 2010 at 10:14 AM, Sanjiva Weerawarana wrote: > On Sun, Sep 5, 2010 at 8:42 AM, Isuru Suriarachchi wrote: > >> >> I did have a look into the code generator code. There, wsdl4j returns the >> action as a QName. That is why this issue oc

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-04 Thread Isuru Suriarachchi
On Sat, Sep 4, 2010 at 5:26 PM, Andreas Veithen wrote: > On Thu, Sep 2, 2010 at 08:39, Isuru Suriarachchi > wrote: > > > > > > On Thu, Sep 2, 2010 at 1:47 AM, Andreas Veithen < > andreas.veit...@gmail.com> > > wrote: > >> > >> How can a

Re: svn commit: r991441 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/Java2WSDLConstants.java

2010-09-01 Thread Isuru Suriarachchi
On Thu, Sep 2, 2010 at 1:47 AM, Andreas Veithen wrote: > How can a namespace prefix conflict with a URI scheme? That sounds > like a quick and dirty workaround for a more fundamental issue. > Let me explain it further.. I came up with a WSDL generated by our AxisService2WSDL11 class which has the

Re: next release

2010-04-20 Thread Isuru Suriarachchi
On Tue, Apr 20, 2010 at 7:18 PM, Amila Suriarachchi < amilasuriarach...@gmail.com> wrote: > > > On Tue, Apr 20, 2010 at 7:07 PM, Samisa Abeysinghe < > samisa.abeysin...@gmail.com> wrote: > >> So when would a next Axis2 release be? > > > Shall we plan to do the axis2 1.6 release within next month?

Making JAX-WS services configurable (with a services.xml or Axis2 specific annotations)

2010-03-08 Thread Isuru Suriarachchi
Hi all, Andreas has already reported an issue [1] regarding the inability to configure JAX-WS services. That is because we've removed support for a services.xml. But there are many use cases where the user should be able to configure the service according to his requirements. Following are some of