Re: Axis2-1.5.1 and user exceptions

2010-02-19 Thread Li Ma
ago with Axis2 1.3 and it is working with Axis2 1.5 too. I think that you may find something else in this mailing list archive by me on this subject. -- Mauro Molinari Software Designer Developer E-mail: mauro.molin...@cardinis.com -- Li Ma lim...@gmail.com

Please help on Axis2 Exception handling

2010-02-15 Thread Li Ma
Dear All, I ran into a very weird problem with Axis2 exception handling, which puzzled me for long time. Any help from you Axis2 expert will be greately appreciated! This is what I did: 1. Get my service POJO ready. All method throws a customized MyException which is derived from

anyone can help me on exception hanlding in Axis2?

2010-02-12 Thread Li Ma
IF you can spare an hour or so with me on phone to help resolve my exception halding issue, please let me know. I'm in eastern standard time zone (New York). thanks! Li

Re: unwrap primitives with ADB

2009-12-31 Thread Li Ma
for this migration. Thanks and Happy New Year! Li On Fri, Jan 1, 2010 at 12:20 AM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: On Tue, Dec 29, 2009 at 12:13 AM, Li Ma lim...@gmail.com wrote: Any comment on this? I'm desperately waiting for an answer now. use -Euwc option to generate

Re: unwrap primitives with ADB

2009-12-29 Thread Li Ma
=http://www.w3.org/2001/XMLSchema;int/qname valuejava.lang.Integer/value /mapping mapping qname namespace=http://www.w3.org/2001/XMLSchema;long/qname valuejava.lang.Long/value /mapping /mappings Li On Mon, Dec 28, 2009 at 1:43 PM, Li Ma lim...@gmail.com wrote: Any comment

Re: unwrap primitives with ADB

2009-12-28 Thread Li Ma
Any comment on this? I'm desperately waiting for an answer now. Thanks in advance! Li On Sun, Dec 27, 2009 at 8:59 PM, Li Ma lim...@gmail.com wrote: Hi there, I'm upgrading from Axis1 to Axis2 now. In Axis1, method: Integer getMyInt() will be converted to: Integer getMyInt(); So I can

unwrap primitives with ADB

2009-12-27 Thread Li Ma
WSDL2Java, I can perform extra check on weather the value has been assigned or not. But I have to unwrap the code, otherwise, change of my existing code will be unbearable. Any idea how I can keep my Integer type? Thanks! -- Li Ma lim...@gmail.com