Improve Exceptions for ParseErrors / Parameter / Type Mismatch

2012-03-15 Thread [email protected]
I have a request and would like to discuss if it is worth opening an Jira issue for it: If you pass a parameter that axis is unable to parse the output in the log looks like: java.lang.RuntimeException: In valid string sufix at org.apache.axis2.databinding.utils.ConverterUtil.convertToDate(Con

Re: Improve Exceptions for ParseErrors / Parameter / Type Mismatch

2012-03-15 Thread Sagara Gunathunga
On Thu, Mar 15, 2012 at 3:57 PM, [email protected] wrote: > I have a request and would like to discuss if it is worth opening an Jira > issue for it: > > If you pass a parameter that axis is unable to parse the output in the log > looks like: > java.lang.RuntimeException: In valid string sufix

Re: Improve Exceptions for ParseErrors / Parameter / Type Mismatch

2012-03-15 Thread [email protected]
I would also suggest to improve the exception for the ConverterUtil Line 927 Date / Calendar => the exception just says "invalid date format ($yourstring) with out - s at correct place Actually the message is wrong cause if you have no ":" or "T" in the string there will be still saying "without

RE: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread COURTAULT Francois
Any answer or advice ? From: COURTAULT Francois [mailto:[email protected]] Sent: vendredi 9 mars 2012 16:23 To: [email protected] Subject: Any advice in order to properly set a axis2 client classpath Importance: High Hello, Is there any official doc in order to setup properl

Re: Improve Exceptions for ParseErrors / Parameter / Type Mismatch

2012-03-15 Thread Sagara Gunathunga
Can you please fill a JRA for these stuff ? also patches are highly welcome. Thanks ! On Thu, Mar 15, 2012 at 4:36 PM, [email protected] < [email protected]> wrote: > I would also suggest to improve the exception for the ConverterUtil Line > 927 > > Date / Calendar > => the exception ju

Re: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread robert lazarski
On Thu, Mar 15, 2012 at 8:18 AM, COURTAULT Francois wrote: > Any answer or advice ? > From: COURTAULT Francois [mailto:[email protected]] > Sent: vendredi 9 mars 2012 16:23 > To: [email protected] > Subject: Any advice in order to properly set a axis2 client classpath > Impor

RE: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread COURTAULT Francois
Hello, Ok my goal is to be able to communicate, through an axis2 client, with a Web Service hosted in weblogic and WSS protected: no attachment nor MTOM used . For the stub generation I use adb which I think is the default I suppose. In such case what axis2 client jars do I need ? But, more gl

RE: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread James Annesley
Hi, Why is this a problem? I just copy the whole of the AXIS2 libraries. I had some trouble with log4j compatibility but solved it with log4j-over-slf4j and logback. James -Original Message- From: COURTAULT Francois [mailto:[email protected]] Sent: 15 March 2012 12:49 To: j

Re: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread robert lazarski
On Thu, Mar 15, 2012 at 9:49 AM, COURTAULT Francois wrote: > Hello, > > Ok my goal is to be able to communicate, through an axis2 client, with a Web > Service hosted in weblogic and WSS protected: no attachment nor MTOM used . > For the stub generation I use adb which I think is the default I sup

Re: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread robert lazarski
On Thu, Mar 15, 2012 at 10:17 AM, robert lazarski wrote: > axis2-at-client-1.0.3.jar, CVS Those are not from axis2 so don't google on them :-) . - To unsubscribe, e-mail: [email protected] For additional com

RE: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread COURTAULT Francois
Yes I know it could be a possible solution that I have used. But I want to know exactly what I do. Again my request is more about a documentation issue as understood by Robert. Can anybody enter an axis2 jira issue ? Best Regards. -Original Message- From: James Annesley [mailto:james.an

Re: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread robert lazarski
On Thu, Mar 15, 2012 at 10:38 AM, COURTAULT Francois wrote: > Yes I know it could be a possible solution that I have used. > But I want to know exactly what I do. > > Again my request is more about a documentation issue as understood by Robert. > Requesting more docs is ok, but in case you haven'

Getting the http status line in the client.

2012-03-15 Thread Kon Kam King, France
Hi, I want to retrieve the http status line in my client program from the message context. I do the following : String statMsg = (String)inMsgCtx.getProperty(HTTPConstants.MC_HTTP_STATUS_MESSAGE); I am getting null. Is this an error? Or is there another way to get this? Regards. -