Re: Is this forum still alive ?

2011-03-18 Thread Stephen Hall
He answered you earlier and you didn't get it because nabble is broken. *It is actually a problem that affects many Maven plugins. The usual workaround is to use ${basedir} to build the absolute path.* But you decided you weren't going to listen and continue to use nabble. If you aren't going to

Re: axis2 1.4 serializes minOccurs="0" element even when set to null

2010-09-21 Thread Stephen Hall
Remove the nillable attribute.or set it to false. When it's set to true it means 'its okay to populate this element with an xsi:nil="true"', which is unnecessary since minOccurs is set to zero. On Tue, Sep 21, 2010 at 6:20 PM, Pangburn, Jesse < [email protected]> wrote: > Hi, > > I ha