Axis2 1.4.1 logs error TWICE if any error occurs while invoking a service

2010-03-07 Thread Chinmoy Chakraborty
Hi All, I am using Axis2 1.4.1 and found it logs error message twice if any error occurs while invoking a service. One is : ERROR [http8080-Processor21] org.apache.axis2.rpc.receivers.RPCMessageReceiver - Error while invoking function FILE_SIZE: File does not exist: sewq java.lang.reflect.Inv

Re: Axis2 sources

2010-03-07 Thread Demetris G. Galatopoullos
Super ;) Thanks Paul and Nandana for the info. Quoting Paul Fremantle : > No! Of course not. All Apache source code is always available in the SVN. > > Paul > > On 3/7/10, Demetris G. Galatopoullos wrote: > > > > > > I understand the Axis2 source can be build only using > > Maven but are the sou

Re: Axis2 sources

2010-03-07 Thread Nandana Mihindukulasooriya
svn location was moved recently. Current svn location http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/ thanks, Nandana On Sun, Mar 7, 2010 at 7:46 PM, Demetris G. Galatopoullos < [email protected]> wrote: > > > I understand the Axis2 source can be build only using > Maven but are

Re: Axis2 sources

2010-03-07 Thread Paul Fremantle
No! Of course not. All Apache source code is always available in the SVN. Paul On 3/7/10, Demetris G. Galatopoullos wrote: > > > I understand the Axis2 source can be build only using > Maven but are the sources also removed from the SVN > repos? > > --

Re: How to get proper http-code on failed authentication?

2010-03-07 Thread Andreas Veithen
Returning 401 here would be in violation of the HTTP protocol because RFC 2616 requires the server to also return a WWW-Authenticate header (see section 10.4.2) and thereby request the client to use HTTP authentication instead of WS-Security. Andreas On Sun, Mar 7, 2010 at 09:32, Amila Suriarachc

Re: How to get proper http-code on failed authentication?

2010-03-07 Thread Ruchith Fernando
What we should be sending is "wsse:FailedAuthentication" as the error code of a SOAP fault [1]. And IIRC the SOAP fault is sent with the http error code 500 (Please correct me if I'm wrong). I'm not sure why it is sending a HTTP 200 right now. Therefore if you want any other behavior you need to w

Re: SVN

2010-03-07 Thread Danushka Menikkumbura
Hi Demetris, As a result of Axis migration, the source code now resides at [1] [1] - https://svn.apache.org/repos/asf/axis/axis2/java/ Danushka On Mon, Mar 8, 2010 at 12:08 AM, Demetris G. Galatopoullos < [email protected]> wrote: > Hi all, > > last time I was developing with Axis was Axis

Axis2 sources

2010-03-07 Thread Demetris G. Galatopoullos
I understand the Axis2 source can be build only using Maven but are the sources also removed from the SVN repos? - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: java-user-h...@axi

SVN

2010-03-07 Thread Demetris G. Galatopoullos
Hi all, last time I was developing with Axis was Axis 1.4 - yep a while ago. Working to migrate to Axis2 1.5 and from what I read the development of WS now has changed dramatically, although the fundamental concepts of implementing the SOAP spec is the same - true? In any case, I don't see much so

Re: HTTPS Only Transport

2010-03-07 Thread Amila Suriarachchi
this is an Axis2 bug. TransportOutDescription transportOut = msgContext.getConfigurationContext(). getAxisConfiguration().getTransportOut(Constants.TRANSPORT_HTTP); it try to get the transportOut using Http please log a jira. thanks, Amila. On Tue, Mar 2, 2010 at 4:44 AM, Vishwal Shah wrote

Re: How to get proper http-code on failed authentication?

2010-03-07 Thread Amila Suriarachchi
On Tue, Mar 2, 2010 at 4:35 PM, Ruchith Fernando wrote: > Hi, > > I think you will have to add a handler to detect a failure in > authentication and then send the error code, if you need it to be > if the username token fails, why rampart can not set the http code as 401? thanks, Amila. > some

Re: [Axis] Problem with multiple error messages using the same xsd type (ADB)

2010-03-07 Thread Amila Suriarachchi
please try with a nightly build. I think I fixed this issue some times back. thanks, Amila. On Tue, Mar 2, 2010 at 5:34 PM, Robert Hecht wrote: > Hi, > > I’m using a WSDL which defines several fault messages that use the same xsd > type. If I generate server skeleton and client stubs with ADB,