Re: Axis2 1.6 release plan

2011-01-24 Thread Ruwan Linton
Thanks Andreas for volunteering for the Axiom release. I will have a look at Neethi and Wooden state. Thanks, Ruwan On Tue, Jan 25, 2011 at 12:44 PM, Andreas Veithen wrote: > We need to figure out what releases we need from upstream projects. > Right now the trunk has the following snapshot de

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

2011-01-24 Thread Harshana Eranga Martin
Hi All, On 25 January 2011 12:01, Saminda Wijeratne wrote: > There are no other such plugins available to do the same thing in a generic > manner. I got my eye on Tycho [1] which is a project that is emerging to > support maven builds for eclipse projects but it is still in the incubation > stag

Re: Axis2 1.6 release plan

2011-01-24 Thread Andreas Veithen
We need to figure out what releases we need from upstream projects. Right now the trunk has the following snapshot dependencies: 1.2.11-SNAPSHOT 3.0.0-SNAPSHOT 1.0-SNAPSHOT We definitely need a new Axiom release, but this is not a problem because the code is in a releasabl

[jira] Resolved: (AXIS2-2477) Unusual service name/epr is presented when a pojo annotation class is deployed

2011-01-24 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved AXIS2-2477. - Resolution: Fixed Fix Version/s: 1.6 Tried to re-produce this on the trunk and couldn't do

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

2011-01-24 Thread Saminda Wijeratne
There are no other such plugins available to do the same thing in a generic manner. I got my eye on Tycho [1] which is a project that is emerging to support maven builds for eclipse projects but it is still in the incubation stage. Saminda 1. http://www.eclipse.org/tycho/ On Tue, Jan 25, 2011 at

[jira] Updated: (AXIS2-4651) WSDL20AxisServiceBuilder overwrites operations in bindingoperation property map.

2011-01-24 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4651: Attachment: AXIS2-4651.patch It is wrong to assume empty string, when there is no httpLocat

AbstractHandler API change

2011-01-24 Thread Ruwan Linton
This mail is to get more attention to the $subject Please review [1], I believe we should revert this change. Rich? Thanks, Ruwan [1] - https://issues.apache.org/jira/browse/AXIS2-4881 -- Ruwan Linton Software Architect & Product Manager WSO2 Inc.; http://wso2.org Lean . Enterprise . Middlewa

[jira] Updated: (AXIS2-4881) Added invoke_stage1 and invoke_stage2 methods to AbstractHandler

2011-01-24 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated AXIS2-4881: Priority: Blocker (was: Major) increasing the priority as this needs to be fixed, for the 1.6 as t

[jira] Commented: (AXIS2-4881) Added invoke_stage1 and invoke_stage2 methods to AbstractHandler

2011-01-24 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986240#action_12986240 ] Ruwan Linton commented on AXIS2-4881: - Folks, what is the wordict on this? To me this c

Axis2 1.6 release plan

2011-01-24 Thread Ruwan Linton
Folks, After a set of hackathons on Axis2 trunk it is sort of at a stable sate for the 1.6 release. I predict that if we start now we should be able to get the first release candidate in the first week of february. Any volunteers to be the Release Manager for this release? and also any critical f

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

2011-01-24 Thread Andreas Veithen
On Mon, Jan 24, 2011 at 13:08, Harshana Eranga Martin wrote: > Hi Andreas, > > On 23 January 2011 17:18, Andreas Veithen wrote: >> >> I don't see any issue with using this plugin, but I'm more worried >> about using the WSO2 Maven repository. While preparing the Rampart >> release we discovered t

Send response to client from inflow handler.

2011-01-24 Thread Alessio Luna
Hi all, i have the following systembase on axis2: Client java axiom (no stub stuff) ->ServerSide InFlow Handler ->Server java axiom My problem is: From Handler i read the Header and check something. If check test result false i wish to not call server java at all so i do return InvocationResp

[jira] Created: (AXIS2-4939) classnotfound exception occurs when clustering is used

2011-01-24 Thread Horia Alungulesei (JIRA)
classnotfound exception occurs when clustering is used -- Key: AXIS2-4939 URL: https://issues.apache.org/jira/browse/AXIS2-4939 Project: Axis2 Issue Type: Bug Affects Versions: 1.4.1

[jira] Updated: (AXIS2-4938) JAX-WS 2.2 CTS - BindingProvider.getEndpointReference should put reference parameters from WSDL in returned EPR

2011-01-24 Thread Katherine Sanders (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Katherine Sanders updated AXIS2-4938: - Attachment: AXIS2-4938.patch This patch fixes the problem by adding the reference paramet

[jira] Created: (AXIS2-4938) JAX-WS 2.2 CTS - BindingProvider.getEndpointReference should put reference parameters from WSDL in returned EPR

2011-01-24 Thread Katherine Sanders (JIRA)
JAX-WS 2.2 CTS - BindingProvider.getEndpointReference should put reference parameters from WSDL in returned EPR --- Key: AXIS2-4938 URL: https://issues.apa

Re: .net and axis2/rampart

2011-01-24 Thread Thilina Mahesh Buddhika
It looks like the certificate used by client for signing/encrypting the message is not available in the key store of the service''s end. Also check the key store configurations of the service's end whether they are referring to the correct key store, etc. Thanks, Thilina Thilina Mahesh Buddhika

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

2011-01-24 Thread Harshana Eranga Martin
Hi Andreas, On 23 January 2011 17:18, Andreas Veithen wrote: > I don't see any issue with using this plugin, but I'm more worried > about using the WSO2 Maven repository. While preparing the Rampart > release we discovered that this repository contains artifacts with the > same groupId/artifactI

Re: .net and axis2/rampart

2011-01-24 Thread Abid K.
Sorry for not replying sooner. The client receives the following error... --- Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'LocalMachine', FindType 'FindByThumbprint', FindValue 'a7e24d986ef9fdef06efd76fb33825d502279e95'.. ---> Sys

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

2011-01-24 Thread Isuru Suriarachchi
On Mon, Jan 24, 2011 at 2:50 PM, Ruwan Linton wrote: > I couldn't participate on this hackathon. Isuru can you give a brief update > on this, Yes, actually we were able to resolve about 20 JAX-WS related issues which were reported on JIRA. That includes some critical issues found in deploying co

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

2011-01-24 Thread Ruwan Linton
I couldn't participate on this hackathon. Isuru can you give a brief update on this, and we are planning to move into JAX-RS stuff in this week. We are trying to get an Axis2 1.6 release out from the trunk soon, any particular must fix issues if there are any? Thanks, Ruwan On Sun, Jan 16, 2011

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

2011-01-24 Thread Stadelmann Josef
Would logging help to fix your second issue starting with "Also I want to store a token ..."? I can imagine that each service/method can setup a log4j logger/appender and send all logging events as they occur to a common log file or database including the time stamp. Then after some time o

Re: Unable to process XML response with DOCTYPE declaration

2011-01-24 Thread Andreas Veithen
>From the point of view of Axiom, it is already configurable: the behavior is specified by a StAXParserConfiguration object that is passed to the relevant methods in StAXUtils and OMXMLBuilderFactory. I have no objections to make this configurable at the Axis2 level, provided that the default confi