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

2011-01-07 Thread Deepal Jayasinghe
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, > > 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 fi

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

2011-01-17 Thread Deepal jayasinghe
providing a services.xml is one way to achieve it, another way is to introduce our own annotations to annotate the service class. In that way no additional files are needed. Deepal > Hi all, > > Andreas has provided a very good explanation on why we need to support > services.xml file for JAX-WS s

Re: How to engage module with a Web Service

2011-01-19 Thread Deepal jayasinghe
You can engage the module to a Web service either using axis2 administration web application. In the left hand side you should be able to see a link call engage module to a service. Another way to engage the module to a service is by changing services.xml. Add the following tag to your services.xml

Re: How to engage module with a Web Service

2011-01-19 Thread Deepal jayasinghe
ond method, then the module is applied to every service, not to a specific service. sardar --- On Wed, 19/1/11, Deepal jayasinghe wrote: From: Deepal jayasinghe Subject:

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

2011-01-19 Thread Deepal Jayasinghe
ood usability is to do what is > advertised, no more, no less. > --Srinath > > On Fri, Jan 7, 2011 at 6:34 PM, Deepal Jayasinghe wrote: >> I would not worry about having jar support since that does not break >> anything. >> >> Deepal >> >>

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

2011-01-19 Thread Deepal jayasinghe
On 1/19/2011 11:24 PM, Isuru Suriarachchi wrote: > > > On Thu, Jan 20, 2011 at 6:14 AM, Deepal Jayasinghe <mailto:deep...@gmail.com>> wrote: > > Now I remember why we introduce this jar feature. As you might know > single POJO deployment has few drawbacks: >

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

2011-01-19 Thread Deepal jayasinghe
On 1/19/2011 11:27 PM, Amila Suriarachchi wrote: > > > On Thu, Jan 20, 2011 at 6:14 AM, Deepal Jayasinghe <mailto:deep...@gmail.com>> wrote: > > Now I remember why we introduce this jar feature. As you might know > single POJO deployment has few drawbacks: >

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-20 Thread Deepal jayasinghe
On 1/20/2011 6:48 AM, Harshana Eranga Martin wrote: > Hi All, > > Currently there are 2 Eclipse plugins as Axis2 Codegen plugin and > Axis2 Service archive plugin under Axis2 tools and at the moment these > plugins are distributed as zip archives. Eclipse users need to extract > these zip archives

Re: [Axis2]How to create a mar file out of classes in AXIS 2

2011-01-20 Thread Deepal Jayasinghe
> hi Folks > > I'm creating a Axis java 2 handler .I want to know how to generate the > mar file. I have module.xml written ,src, edited axis2.xml to include > the module name. Please refer to the documentation, and also there are a number of articles explaining the process. > > Also i want to

Re: WS-Impact analysis on Axis java 2

2011-01-20 Thread Deepal jayasinghe
On 1/20/2011 5:12 AM, Kanchana Welagedara wrote: > Hi Folks; > > > I'm trying to develop a tool which to identify web service > dependencies,stubs/skeleton granularity , What kind of dependencies? are you referring to something like BPEL? > service mapping and impact change analysis tool. > I h

Re: WS-Impact analysis on Axis java 2

2011-01-20 Thread Deepal jayasinghe
Hi, > > service /client based jar dependencies/any I am sorry, I do not think I really understand the problem. Do you want to find the set of jar files need to run a stub/skel ? > > > >> service mapping and impact change analysis tool. >> I have some statics data (method call ,order of

Re: [Axis2] Patch for bug

2011-01-22 Thread Deepal jayasinghe
Hi Carsten, I have applied your patch to the svn head. Thank you for your contribution and we hope to see more from you. Deepal > Key: AXIS2-4934 > URL: https://issues.apache.org/jira/browse/AXIS2-4934 > Project: Axis2 > Issue Type: Bug > Components:

Re: [Axis2] Patch for bug

2011-01-23 Thread Deepal jayasinghe
need some > bugfixing or further development? I am going to use axis2 a lot, and > would be eager to help. > > Regards, > Carsten Pohl > > 2011/1/23 Deepal jayasinghe mailto:deep...@gmail.com>> > > Hi Carsten, > > I have applied your patch to the svn he

Re: Axis2 1.6 release plan

2011-01-25 Thread Deepal jayasinghe
Indeed, all should go together. Deepal > May be we need to think about down-stream project release plans as well. > > It would be ideal to have Rampart and Sandesha2 also released with > Axis2 1.6 > > Thanks, > Samisa... > > On Tue, Jan 25, 2011 at 1:20 PM, Ruwan Linton

Re: Axis2 1.6 release plan

2011-01-25 Thread Deepal jayasinghe
+1, for getting JAX-WS TCK (if we have enough man power). Deepal > Ruwan what about the JAX-WS TCK? It seems to me it would be better to > release with that passed? I have no idea what that implies in terms of > effort and time .. > > Sanjiva. > > On Tue, Jan 25, 2011 at 7:13 AM, Ruwan Linton

Re: Axis2 deployment mechanism for POJOs

2011-01-26 Thread Deepal jayasinghe
> I am Axis2 starter and I have the following question. > Most of the tutorials mention that to deploy a pojo, the pojo should > be placed under the pojo directory (and if it does not exist, create it). > Additionally, pojos under a package, should be placed in a .jar and > modify the deployer in

Re: How to get all activity details of a jira

2011-01-27 Thread Deepal jayasinghe
JIRA has a Web Service API, unfortunately I have not used that, so cannot give more information. Deepal > Hi, > > I am using atlassian_jira_4_1_1_1/ rpc-jira-plugin. I need to get all > activities for a issue (Activity Stream). This including commenting, > changed the Assignee, changed the status,

Re: [Axis2] Soap session Management, Book Example

2011-02-21 Thread Deepal jayasinghe
You need to change your client code as follows: opts.setTo(new EndpointReference("http://localhost:8080/axis2/services/WSAddSessionService?wsdl";)); opts.setAction("urn:add"); *opts.setManageSession(true);* sc.setOptions(opts); OMElement element = sc

Re: Call web services without making stub files.

2011-03-12 Thread Deepal jayasinghe
if you are using REST, you do not need addressing module. So remove engageModule statement. Deepal > Hi Gainty; > > Thank you very much for your guidance. > > going through that I found a code sample from here. > > http://axis.apache.org/axis2/java/core/docs/rest-ws.html > > But still I have this

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

2011-03-17 Thread Deepal jayasinghe
I agree with Andreas, we've seen issues related with core features but a very few (significantly less issues) related with java version. I have no objection and really encourage testing java6, but do not think we should completely move to java6 (unless we gain something significantly). Deepal > W

Re: Question on WebServices Request/Response

2011-03-20 Thread Deepal jayasinghe
This is doable in Axis2, what you need to do is to write your own Message Receiver and register that with the service. I believe you need to send the response to the same host, if it is not you need to get the addressing information from the request or some other way. Deepal > Hi, > > I am a dev

Re: JIRA Admin rights

2011-05-09 Thread Deepal jayasinghe
On 5/9/2011 11:58 AM, Sagara Gunathunga wrote: > I have some pending works on Woden JIRA [1] and also will have some > works on Axis2 JIRA too. If there is no special regiments to fulfill > can someone grant me necessary rights on JIRA ? > > > [1] - https://issues.apache.org/jira/browse/WODEN > >

Re: [VOTE] Release Axis2 1.5.5

2011-05-29 Thread Deepal jayasinghe
+1, Deepal > Hi, > > Here is the vote for the Axis2 1.5.5 release. This is a maintenance > release that is intended for users who for some reason can't upgrade > to 1.6.0 immediately. It contains fixes for the samples (the same as > we did in preparation of the 1.6.0 release) as well as fixes for

Re: JIRA Access on Axis TLP projects

2011-05-31 Thread Deepal jayasinghe
On 5/31/2011 4:23 AM, Sagara Gunathunga wrote: > Since I'm working on Axis TLP related project releases please grant me > necessary JIRA rights on related projects ? ( Rampart , Sandesha2 > and Transport ) > > > Thanks ! Done. Deepal -

Re: Best way for refactoring ?

2011-06-18 Thread Deepal jayasinghe
It is a good idea to reorganize the code into readable format, however we need to make sure we are not going to introduce new bugs or remove working code. IIRC, those are code are very sensitive, some code look similar but has minor changes. So you need to be extra careful. [If the code works fine

Re: Framework for recording Axis2 latency statistics

2011-07-13 Thread Deepal jayasinghe
I agree with Azeez, this has to be done with handler. I do not like the idea of keep changing the abstract transport listener (in fact I am -1 on that). This is a nice feature but you need to make sure that you do not break anything. So, implement this feature using handlers, we have done similar

Re: Framework for recording Axis2 latency statistics

2011-07-13 Thread Deepal Jayasinghe
transport and it served quite good for synapse so > far. > > Thanks, > Supun.. > > On Wed, Jul 13, 2011 at 5:26 PM, Deepal jayasinghe wrote: >> I agree with Azeez, this has to be done with handler. I do not like the idea >> of keep changing the abstract transport listener

Re: WSDL generation for the services exposed only in local transport

2011-08-01 Thread Deepal jayasinghe
I think Amila was trying to explain how Axis2 transport works in general, so I do not see any problem with that. In Axis2, the response of non-blocking (transport asynchronous) is treated as a request coming to the system. However, the difference is at the end (once the message is passed through i

Non blocking with two channel is broken

2011-08-03 Thread Deepal jayasinghe
Guys, A user called "Todd" recently observed [1] that we have issues with non-blocking invocation with two channels. I went and tested it and I was able to re-create the issue. While debugging the code I realized that something has gone wrong. IIRC for the server side we had a check for replyTo hea

Re: Non blocking with two channel is broken

2011-08-05 Thread Deepal Jayasinghe
actively participation, I will implement this feature correctly (of course when I find a free time). Thanks, Deepal On Fri, Aug 5, 2011 at 8:25 AM, Amila Suriarachchi wrote: > > > On Fri, Aug 5, 2011 at 5:21 PM, Deepal jayasinghe wrote: >> >> >> >> On Thu, Aug 4, 2

Re: Non blocking with two channel is broken

2011-08-05 Thread Deepal Jayasinghe
ely participation, I will implement >> this feature correctly (of course when I find a free time). >> >> Thanks, >> Deepal >> >> On Fri, Aug 5, 2011 at 8:25 AM, Amila Suriarachchi >> wrote: >>> >>> >>> On Fri, Aug 5, 2011 at 5:21 PM, D

Re: Non blocking with two channel is broken

2011-08-05 Thread Deepal Jayasinghe
On Fri, Aug 5, 2011 at 11:11 PM, Amila Suriarachchi wrote: > > > On Fri, Aug 5, 2011 at 6:28 PM, Deepal Jayasinghe wrote: >> >> Amila, You might not remember the two transport functionality since >> this was done a long time ago, and in fact those days you were >&

Re: Non blocking with two channel is broken

2011-08-05 Thread Deepal Jayasinghe
If you read the email thread, you will understand the initial issue I mentioned, for more information have a look at the JIRA issue. Thanks, Deepal On Fri, Aug 5, 2011 at 11:27 PM, Amila Suriarachchi wrote: > > > On Sat, Aug 6, 2011 at 8:53 AM, Deepal Jayasinghe wrote: >> &

JAXWS-MultiRedirectionCatalogTest

2011-08-06 Thread Deepal jayasinghe
Hi Guys, JAXWS has a test case called "MultiRedirectionCatalogTest" and it seems to me either test case does not work or it takes a long time to complete. I tried a number of times, but build did not move beyond it. Any idea about the test case or how to fix the issue ? I am using JDK 1.6 Thanks D

Re: JAXWS-MultiRedirectionCatalogTest

2011-08-07 Thread Deepal jayasinghe
have different build options (e.g., all, minimum, withoutjaxws and etc...) Thanks, Deepal > On Sun, Aug 7, 2011 at 2:55 AM, Deepal jayasinghe wrote: >> Hi Guys, >> JAXWS has a test case called "MultiRedirectionCatalogTest" and it seems >> to me either test case does n

Re: JAXWS-MultiRedirectionCatalogTest

2011-08-07 Thread Deepal jayasinghe
On 8/7/2011 11:32 AM, Andreas Veithen wrote: > On Sun, Aug 7, 2011 at 17:19, Deepal jayasinghe wrote: >> Sagara, thanks for the info. >> >> This is unacceptable, even if we fix a small thing we need to run whole >> test suite which takes more than an hour. And if s

Re: how to deploy out-only and out-in in the services.xml file

2011-08-07 Thread Deepal jayasinghe
Out-in or out only services mean that the service sends messages without receiving any requests. So for me it is like a client. Anyway, for that you need to have mep as out-in mep and need to write your own message receiver. Thanks Deepal > Hi, guys, > > I just found that instruction on Axis2 is a

Re: [VOTE] Release Axis2 1.5.6 and 1.6.1

2011-09-04 Thread Deepal jayasinghe
+1, Deepal > Hi, > > Here is the vote for the Axis2 1.5.6 and 1.6.1 releases. These are > maintenance releases and 1.6.1 is necessary to get Geronimo 3.0 out. > > To get the list of issues fixed in these two releases, use the following > links: > > http://s.apache.org/axis2-1.5.6 > http://s.apach

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

2011-09-18 Thread Deepal jayasinghe
> There is a separate role for contributors in JIRA and any project > administrator can add people to that role. The current list of > administrators for the AXIS2 project is as follows: Axis2 is created with the above mentioned permission for the contributors, we simply need to find the users wan

Re: WS-Addressing metadata/WSDL compliance

2011-09-28 Thread Deepal jayasinghe
On 9/28/2011 12:25 PM, Tammo van Lessen wrote: > My second point is about the interplay between the Anonymous element and > the dual channel implementation provided by Axis. If I understand it > correctly, Axis supports the dual channel invocation out of the box and > I consider this a great featur

Re: display soap message with my client

2011-09-29 Thread Deepal jayasinghe
You can engage modules to the client side as you do to the server side. So, what you need to do is either to use the SOAP monitor module comes with Axis2 or create your own handler to print the SOAP message. Engage it to the client, remember to add the .mar file into the classpath. Deepal > Hi, >

Re: display soap message with my client

2011-09-29 Thread Deepal jayasinghe
ng. Deepal > regards > Aaoz > On Thu, Sep 29, 2011 at 5:59 AM, Deepal jayasinghe <mailto:deep...@gmail.com>> wrote: > > You can engage modules to the client side as you do to the server > side. > So, what you need to do is either to use the SOAP monitor

Axis2 tutorial at ApacheCon US 2011, Vancouver, BC

2011-10-24 Thread Deepal jayasinghe
Guys, I will be doing an Axis2 tutorial at ApacheCon US 2011 [1], if you have not register this is the time to register [2]. This tutorial gives a good introduction to most commonly used Axis2 features alone with code samples. [1]: http://na11.apachecon.com/talks/18384 [2]: http://na11.apachec

Re: [Axis2] upgrading 1.4.1 to 1.6.1. Problems with org.apache.axis2.dispatchers.AddressingBasedDispatcher.java

2011-11-10 Thread Deepal jayasinghe
A possible reason would be that you are not sending the SOAP action when you invoke the service. Could you please check the client code ? Deepal > Anybody have any feedback on this? > > On Wed, Nov 2, 2011 at 1:46 PM, bpanyarachun > wrote: > > Hi all, > > My

Re: Why ADB is more popular than JAXB?

2011-11-13 Thread Deepal jayasinghe
ADB is the native (default) data binding implementation for Axis2. Deepal > Hi all, > > I was always wondering $subject, and was under the wrong impression > that the Axis2 JAXB implementation was lacking something. Can someone > explain why ADB is popular over JAXB? > > Thanks, > Senaka. > > --

Making Axis2 more user friendly - client side

2011-11-13 Thread Deepal jayasinghe
Guys, I was closely looked at some of the emails in axis user list and found that users are facing issue when setting up Axis2 at the client side. Specially finding the required jars for the core functionality as well as modules such as security, reliability. Thus, I think we should have a separa

Re: Get module parameters from the WebService

2011-11-16 Thread Deepal jayasinghe
You can use properties instead. You can add properties to message context from the module (by handlers) and service implementation class can use them. Or else at the service deployment time your service can look for that parameter (module) and use, for this you can use service life cycle class. D

Re: Store and fetch service specific information

2011-11-16 Thread Deepal jayasinghe
On 11/16/2011 9:43 PM, Amila Liyanaarachchi wrote: > Hi, > > First of of all I'm a newbie, and I'm working on a research trying to > implement a new caching scheme on axis2 which requires some additional > service specific information (3-4 parameters). > I'm expecting to access this information fro

Re: Ability to have hidden services on Axis2

2010-02-20 Thread Deepal jayasinghe
How about adding a hidden service deployer ? I think that approach is much cleaner than hacking the code. > Devs, > > WSO2 Carbon [http://wso2.org/projects/carbon] which depends on and > uses axis2 has a requirement to have hidden admin services, bu the > DeploymentEngine prints an INFO log message

Re: Ability to have hidden services on Axis2

2010-02-20 Thread Deepal jayasinghe
hat you will soon have some other additional requirements. > > Thanks, > Ruwan > > On Sat, Feb 20, 2010 at 8:32 PM, Deepal jayasinghe <mailto:deep...@gmail.com>> wrote: > > How about adding a hidden service deployer ? I think that approach is >

Re: Ability to have hidden services on Axis2

2010-02-21 Thread Deepal jayasinghe
> > Regarding the INFO message that gets logged per service, at > deployment. The better side of this is that you get a confirmation to > whether your service got deployed. But, the bad side of it is that, if > there are 1000+ services hosted (for example), we'll be printing 1000s > of such messag

Re: Ability to have hidden services on Axis2

2010-02-21 Thread Deepal jayasinghe
> > This is something questionable. If a service got deployed once > successfully, can it fail at the next reboot? "without" any changes > being done? If so, the deployment is not predictable. Yes it can fail, what happen if you remove a module (mar) file which the service needs, then it fails to

Re: Can not commit to the trunk

2010-02-22 Thread Deepal jayasinghe
Glen, I think you need to cross check to see whether all of us have commit rights. -DJ > > Amila - I am seeing the same problem while trying to commit, where you > able to get past this problem? any help is appreciated. > > Thanks, > > Nikhil Thaker > office: 919 254 9964 > nvtha...@us.ibm.com >

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

2010-02-23 Thread Deepal jayasinghe
+1 Thanks, Deepal > Hey all: > > Nikil neglected to get himself on the list before we did the switchover, but > is a WS committer and would like to continue working on Axis2. Can we > quickly VOTE him in over here? > > +1 from me. > > --Glen > > ---

Re: Removing ListnerManager.defaultConfigurationContext

2010-03-09 Thread Deepal jayasinghe
Amila, At the client side when you create the ServiceClient inside a service (let's say inside Tomcat) we use this approach to get the server's configuration context. There are some other instances also, however I cannot remember all of them now. I strongly suggest you to find an alternative appro

Re: Removing ListnerManager.defaultConfigurationContext

2010-03-09 Thread Deepal jayasinghe
Amila, MessageContext.getCurrentMessageContext() only work at Server side and only after MessaeReceiver, so you cannot use this at the client side. And also we cannot assume that user is going to invoke with a MessageContext when he use ServiceClient APIs (I agree in the case of OperationClient it

Re: Problem with ServiceClient/ListenerManager

2010-05-25 Thread Deepal Jayasinghe
Hiranya, I will give you a detailed answer later (now I do not have access to the source code), here is what I remember. As I remember correct when you first initialize the transport it only adds to the HashMap, and when you want to start it just start the entry in the Hasmap. So nothing harm happ

Re: Service Name in SOAP

2010-06-04 Thread Deepal jayasinghe
You can use service namespace to specify that. http://wso2.org/library/2060 > > Hi all, > > this may be trivial but I wanted to make sure the issue I have is not > something > a bit more tricky - > > I have a simple BooksAxis2 class service running on Tomcat - the > directory > that is located is

Re: How to get attribute from SOAPHeader with header.getFirstChildWithName()

2010-07-26 Thread Deepal Jayasinghe
Here, you can use two mechanisms, first you can use Xpath based navigation to get the element you need, or else you can get the header element first, and then UsernameToken element and finally username element. Deepal On Mon, Jul 26, 2010 at 3:05 PM, hideki tihiri wrote: > Hi, > I am unable to s

Re: How to get attribute from SOAPHeader with header.getFirstChildWithName()

2010-07-27 Thread Deepal Jayasinghe
;http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";); > OMElement node = (OMElement) xpath.selectSingleNode(root); > System.out.println("wsse-username:" + node.getText()); > ==> Returns Exception in thread "main" java.lan

Re: How to get attribute from SOAPHeader with header.getFirstChildWithName()

2010-07-27 Thread Deepal Jayasinghe
d";, > "UserNameToken")); >   OMElement om5 = om4.getFirstChildWithName(new > QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";, > "UserName")); >   System.out.println("wsse-username:" + om5.getText(

Apache Retreat in Hursley, UK - 17-19th September

2010-08-05 Thread Deepal Jayasinghe
Hi All Just a reminder that our next Apache Retreat will be in Hursley in the UK, from the 17th - 19th September. That's a little over a month away now! If you're an Apache Committer, we'd like to invite you to come for the whole weekend. We've booked Tipis to stay in(!), catering on-site, we've

Re: Next Release Axis2 1.6?

2010-08-08 Thread Deepal Jayasinghe
I would like to add few more items, we need to make sure Axis2 works with current version of rampart and sandesha, making sure Web distribution and other distribution works fine. I have seen people complaining about Idea and Eclipse plugin so we need to test them too. I think we have a wiki page m

Re: [Axis2] Creation of the 1.6 branch

2010-09-26 Thread Deepal jayasinghe
I agree with Glen. We should only cut the new branch when we are absolutely sure about the release date. Deepal > Hmm. I guess I'm not entirely convinced that we should cut the branch yet. > Our general release guidelines [1] are to hold off branching until we're just > about ready to release

Re: RES: How to remove the soapenv:mustUnderstand attribute

2010-09-28 Thread Deepal jayasinghe
I am so sad to hear that. Let me see whether I can help you on this. You can always add and remove soap headers (or any other element) to the SOAP message by using a handler. If you want to do that for the incoming message add a handler in the in-flow and remove the element. One thing I noticed

Re: [Proposal] Improve Axis2 Maven support.

2011-12-21 Thread Deepal jayasinghe
On 12/21/2011 1:36 AM, Sagara Gunathunga wrote: > Hi devs, > > We already have set of Maven plug-ins for Axis2 but I think still we > have space to improve maven support. Specially we can introduce set of > archetypes those are very helpful for users. Sometimes ago I have > developed few archetype

Re: Displaying a WARN message instead of failing a service deployment when a specified transport is not available.

2012-01-27 Thread Deepal jayasinghe
On 1/27/2012 4:43 AM, Sameera Jayasoma wrote: > Hi Devs, > > Axis2 throws exceptions when the specified transport of a service is > not available. And the service becomes faulty as well. If this service > has specified multiple transports and these other transports are > available, Axis2 should exp

Re: JMX Support for Axis2

2012-03-18 Thread Deepal jayasinghe
Great to see you interest on doing an another GSoC project with Apache, however as I well aware JMX front end project was one of the very first projects that Axis2 had[1]. I did mentor the project and Chathura did the work. In addition to that I can see some more work on here[2]. So, I do not see a

Re: [VOTE] Release Axis2 1.6.2

2012-04-18 Thread Deepal jayasinghe
Looks good to me. +1. Deepal > Hi Devs, > > Here is the vote for the 1.6.2 maintenance releases. > > List of issues fixed in this release can be found here. > > http://s.apache.org/7lT > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10611&version=12317875 >

Re: [AXIS2] Code Generating Problem

2012-06-12 Thread Deepal jayasinghe
Yes that happens one way to solve the problem is to use quoted file name (e.g., "AAA project Sample" instead of AAA project Sample). Deepal > Hi > > When we develop some AXIS2 Project , Sometimes our project workspace > may be in a folder , that name is like "AAA Project Sample". So If put > some

Re: [AXIS2] Code Generating Problem

2012-06-12 Thread Deepal jayasinghe
AA project Sample"? file, build.xml, other > > John > > On 12 June 2012 12:35, Deepal jayasinghe wrote: >> Yes that happens one way to solve the problem is to use quoted file name >> (e.g., "AAA project Sample" instead of AAA project Sample). >> >&

Re: Optimisations for Axis2 POJO web services

2012-11-25 Thread Deepal jayasinghe
Prabhath, This seems interesting, why don't you create a JIRA and attach your code. So someone can look at your code and merge it to the source tree if it is in a good condition. Deepal > Hi, > > I did some optimizations for the Axis2 POJO web services as an intern > project in last two months. I

Re: client pojo composition/pojo inheritance - URGENT

2012-12-23 Thread Deepal jayasinghe
See whether auto generated WSDL has the correct parameter names. For example, when you compile your java class you need to compile with debugging on, if not you might see this kind of behavior. By looking at the WSDL you can see whether you have the correct parameter names or arg0, arg1 etc... Dee

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal Jayasinghe
> Author: shameera > Date: Sun May 5 14:33:41 2013 > New Revision: 1479332 > > URL: http://svn.apache.org/r1479332 > Log: > Fixed AXIS2-4221, check for soap body after build soap envelop > > Modified: > > axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal jayasinghe
Good point, if that is the cases then it violates the whole point of deferred building. Because we prefer to build the full message only at the MessageReceiver. At which point does this get called ? Deepal > Normally (if the incoming message is a SOAP message), at the time this > method is called

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal jayasinghe
/www.w3.org/TR/2000/NOTE-SOAP-2508/#_Toc478383494 > SOAP 1.2 - http://www.w3.org/TR/2007/REC-soap12-part1-20070427/#soapenv > > Regards, > Shameera. > > On Sun, May 5, 2013 at 8:16 PM, Deepal Jayasinghe > mailto:dee...@opensource.lk>> wrote: > > > > Author:

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal jayasinghe
On 5/5/2013 11:16 AM, Shameera Rathnayaka wrote: > > > > On Sun, May 5, 2013 at 8:32 PM, Deepal jayasinghe <mailto:deep...@gmail.com>> wrote: > > Good point, if that is the cases then it violates the whole point of > deferred building. Because we prefer to

Re: Deploying a handler

2013-05-28 Thread Deepal jayasinghe
The way you deploy handlers in Axis2 is using the concept call Module. Please follow following tutorial to get a good understanding how to do that. http://axis.apache.org/axis2/java/core/docs/modules.html http://www.packtpub.com/article/apache-axis2-web-services-writing-module Deepal > Hello, > >

Re: Deploying a handler

2013-05-28 Thread Deepal jayasinghe
NOPE, you do not need to modify axis2.xml. Deepal > yes it will work and you need to modify the axis2.xml as well > > > On Tue, May 28, 2013 at 6:36 PM, Deepal jayasinghe <mailto:deep...@gmail.com>> wrote: > > The way you deploy handlers in Axis2 is using th

Re: Deploying a handler

2013-05-28 Thread Deepal jayasinghe
: deep...@gmail.com > To: java-dev@axis.apache.org > Subject: Re: Deploying a handler > > NOPE, you do not need to modify axis2.xml. > > Deepal > > yes it will work and you need to modify the axis2.xml as well > > > On Tue, May 28, 2013 at 6:36 PM,

Re: Deploying a handler

2013-05-29 Thread Deepal jayasinghe
013 11:24:27 -0400 > From: deep...@gmail.com <mailto:deep...@gmail.com> > To: java-dev@axis.apache.org <mailto:java-dev@axis.apache.org> > Subject: Re: Deploying a handler > > NOPE, you do not need to modify axis2.xml. > > Deepal > >

Re: Deploying a handler

2013-05-29 Thread Deepal jayasinghe
Why don't you read one of the articles I sent you? Deepal > Deepal jayasinghe, > > Can I know what is the benefit you will get if we will go through the > modules. > > I saw the steps, it tells to follow the bellow steps > > * MyService with a Logging Module >

Re: Deploying a handler

2013-06-02 Thread Deepal jayasinghe
java-dev@axis.apache.org > Subject: Re: Deploying a handler > > Why don't you read one of the articles I sent you? > > Deepal > > Deepal jayasinghe, > > Can I know what is the benefit you will get if we will go through > the modules. > > I saw the

Re: axis2 deploy error

2013-06-04 Thread Deepal jayasinghe
I believe error is due to services part in "services.abc.com", the dispatching happens based on the keyword "services". If I am remember correct you can change it using axis2.xml. services You also need to change the context path in web.xml (if you use tomcat). AxisServlet /ser

Re: axis2 deploy error

2013-06-05 Thread Deepal jayasinghe
cat's server.xml. > > please help me. > > Thanks! > > > -------- > gzxyong > > *From:* Deepal jayasinghe <mailto:deep...@gmail.com> > *Date:* 2013-06-05 11:48 > *To:* java-dev <mailto:java-dev@axis.apache.org> > *Subject:* Re: axis2 deploy error >

Re: Deploying a handler

2013-06-12 Thread Deepal jayasinghe
0 > From: deep...@gmail.com <mailto:deep...@gmail.com> > To: java-dev@axis.apache.org <mailto:java-dev@axis.apache.org> > Subject: Re: Deploying a handler > > Why don't you read one of the articles I sent you? > > Deepal > > Deepal j

Re: Axis2 release required for the next Synapse release?

2013-07-15 Thread Deepal jayasinghe
Last Axis2 release was more than a year ago, so I think it is time for new Axis2 release as well. Deepal > Apparently, some of the modification done at axis2 level will be > required to next Synapse release. > Should we request for an axis2 release? wdyt? > > -- > Kasun Indrasiri > Associate Tech

Re: Merge XMLSchema2 changes into Axis2 trunk

2013-10-26 Thread Deepal jayasinghe
Sure, let's do that. Deepal > > Now Woden has upgraded to use XmlSchema2, since Kishanthan is a > committer now he can commit his patch himself now. > > Thanks ! > > On Sat, Jul 13, 2013 at 1:10 PM, Sagara Gunathunga > mailto:sagara.gunathu...@gmail.com>> wrote: > > > I have reviewed Kishant

[VOTE] Moving Savan, Savan/C, and Sandesha/C to attic.

2013-10-26 Thread Deepal jayasinghe
Dear All, Savan/Java, Savan/C and Sandesha/C projects seem to be inactive for a long time, and the Apache way is to move such inactive project to attic. Please indicate your vote for each individual project. Here is my vote. [+1] - Savan/C [+1] - Savan/Java [+1] - Sandesha/C Thanks, Deepal ---

Re: [VOTE] Moving Savan, Savan/C, and Sandesha/C to attic.

2013-10-27 Thread Deepal jayasinghe
If the projects are dead why we need to move to archive inside Axis ?. Anyway, I am open to both. Deepal > Are you proposing to move them to the Apache Attic or to archive them > inside the Axis TLP? > > Andreas > > On Sun, Oct 27, 2013 at 1:23 AM, Deepal jayasinghe

Re: [VOTE] Moving Savan, Savan/C, and Sandesha/C to attic.

2013-10-30 Thread Deepal jayasinghe
Seems like that many people even care about this change, so I will consider this as PASS and as the next step move those three projects to Attic. Deepal > [+1] - Savan/C > [+1] - Savan/Java > [+1] - Sandesha/C > > thanks, > Dinesh. > > > On Sat, Oct 26, 2013 at

Re: [VOTE] Moving Savan, Savan/C, and Sandesha/C to attic.

2013-11-08 Thread Deepal Jayasinghe
gt; Attic. > > Deepal >> [+1] - Savan/C >> [+1] - Savan/Java >> [+1] - Sandesha/C >> >> thanks, >> Dinesh. >> >> >> On Sat, Oct 26, 2013 at 7:23 PM, Deepal jayasinghe > <mailto:deep...@gmail.com>> wrote: >> >> Dear All

Re: [VOTE] Moving Savan, Savan/C, and Sandesha/C to attic.

2013-11-16 Thread Deepal jayasinghe
ike that many people even care about this change, so I will >> consider this as PASS and as the next step move those three projects to >> Attic. >> >> Deepal >>> [+1] - Savan/C >>> [+1] - Savan/Java >>> [+1] - Sandesha/C >>> >>> t

Re: Fwd: Need Help Regarding AXIS2 Client Implementation

2014-01-11 Thread Deepal jayasinghe
Not sure why you want to create an OMElement, what does the WSDL says about the method signature ? Deepal > Hi, > > Can you please help me? I have got stuck for last 4 days with AXIS2 > client also have done lot of googling as well, but couldn't get help. > This is first time I am working with AXI

Re: Getting know the intention of Null key/values testing in ContextPropertiesExternalizeTest.java test case

2014-02-05 Thread Deepal jayasinghe
Hi Vimesh, Open a JIRA issue and attach a patch, one of us should be able to fix the issue. Deepal > Hi, > > I am using axis2-1.6.1 and here is my question. > We can modify HashMap into ConcurrentHashMap in > /modules/kernel/src/org/apache/axis2/context/AbstractContext.java in > order to access t

Re: Upcoming Axis2 releases?

2014-03-16 Thread Deepal jayasinghe
Hi Andrew, Do not worry about the JIRA thing. I think we need to do a release soon, I really wanted to push a release but did not want do it without proper testing. Let's try to get something out in next few months. Deepal > Hi, Axis2 folks, > > First off, sorry for spamming the list with Jira

[Axis2] Build failure

2014-03-30 Thread Deepal jayasinghe
I am getting following build error, is that only for me? Failed tests: SchemaDataLocatorTest.testOutputInlineForm:79->XMLSchemaTest.assertSimilarXML: 66 XML similar org.custommonkey.xmlunit.Diff [different] Expected attribute value 'echoStringArray' but was 'echoString' - co mparing at /schema[

Re: [Axis2] Build failure

2014-03-30 Thread Deepal jayasinghe
Found the problem, I was using JDK1.7 and seems like build has some issues with it. Downgraded (set the JAVA_HOME) to JDK 1.6 and looks all fine. Deepla > > > > > > > Date: Sun, 30 Mar 2014 11:45:01 -0700 > > From: deep...@gmail.com > > To: java-dev@axis.apache.org > > Subject: [Axis2] Build fai

Re: [Axis2] Build failure

2014-03-30 Thread Deepal jayasinghe
Found the problem, I was using JDK1.7 and seems like build has some issues with it. Downgraded (set the JAVA_HOME) to and problem went away. Deepal > > > > > > > Date: Sun, 30 Mar 2014 11:45:01 -0700 > > From: deep...@gmail.com > > To: java-dev@axis.apache.org > > Subject: [Axis2] Build failure

Re: Suggestion for improvement in Axis2 - handling of wsdl extensibility elements

2014-04-22 Thread Deepal jayasinghe
Hi Detelin, Glad to hear your interest on contributing to Axis2. > Hi everyone, >While looking into implementing AddressingAndIdentity > > support in Axis2, I noticed Nandana has already done som

  1   2   >