RE: Probably Rampart

2012-02-24 Thread Martin Gainty
Stromas Can you verify the Axis2 trunk fix works with your policy.xml Martin-- __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten

Re: Multithread Support

2012-02-24 Thread Eduard Gopp
:) 2012/2/24 chatting.enabled > > Hi, > > Does anyone know how to enabled multithread support for Axis 2? > > I mean to say is there any configuration setting to be done? > > When we give simultaneous requests we could see them executing one by one > in > the log which made us feel that Axis is

Re: Issue with rampart 1.6.1

2012-02-24 Thread Ruchith Fernando
Hi Natanasabai, This is a known issue and is fixed in Axis2 trunk. Thanks, Ruchith On Fri, Feb 24, 2012 at 6:36 AM, Natanasabai C wrote: > Hi, > > I am trying to build a secured webservices using axis2 1.6.1 and rampart > 1.6.1. > I am getting the following exception at the time of executing th

How to stop wsdl2java generating xmlbeans...

2012-02-24 Thread John Patrick
Is it possible to stop wsdl2java from generating xmlbeans? I believe that I have check every combination of true and false in the generate options, but still can't find a combination that stops the xmlbeans from being generated. I'm working on a JEE application that basically exists of 8 maven mo

Issue with rampart 1.6.1

2012-02-24 Thread Natanasabai C
Hi, I am trying to build a secured webservices using axis2 1.6.1 and rampart 1.6.1. I am getting the following exception at the time of executing the WSDL2Java commands. WSDL2Java.bat -uri http://localhost:8080/axis2/services/SecureService?wsdl-p tutorial.rampart.client Using AXIS2_HOME: V:\Eco

Multithread Support

2012-02-24 Thread chatting.enabled
Hi, Does anyone know how to enabled multithread support for Axis 2? I mean to say is there any configuration setting to be done? When we give simultaneous requests we could see them executing one by one in the log which made us feel that Axis is not enabled for Multithread support. Please