Re: Restriction totalDigits

2012-12-31 Thread Kishanthan Thangarajah
Hi, On Tue, Nov 13, 2012 at 5:19 PM, Carlos Emanuel Madruga de Sousa < carlos.eman...@phoebustecnologia.com.br> wrote: > Hi to all, > I'm having problems with restriction totalDigits to type decimal. > > > > > > By this restriction the minor valid number is 99.0 because th

Re: _returnMessageContext is being set to null

2012-12-31 Thread Kishanthan Thangarajah
Hi, On Wed, Dec 12, 2012 at 7:08 PM, Ivan Furdi wrote: > Hi, > > can someone help me figure this one out? > > When calling generated client stub, _returnMessageContext is set to null, > and next command throws null pointer exception. > > When executing through debugger, everything works fine. >

Re: org.apache.axiom.om.OMException with Axis2 Client

2012-12-31 Thread Andreas Veithen
On Fri, Dec 21, 2012 at 4:24 PM, Martin Gainty wrote: > > you're right ..this should be handled by a profile inside pom.ml which > triggers on feature property value being 'default' or 'dom' > > if (feature.equals(FEATURE_DEFAULT)) { > jarHint = "axiom-impl.jar"; > } e

Re: org.apache.axiom.om.OMException with Axis2 Client

2012-12-31 Thread Andreas Veithen
In what kind of environment is this code running? A J2EE application server? Andreas On Fri, Dec 21, 2012 at 12:50 PM, Oscar Rugama wrote: > Sorry i didn´t change subject > > Hi all: > > I´ve created an Axis2 client to retrieve info from an Axis2 Web Service, > when i test it at my local Ide