HI Chinthaka,

Eran Chinthaka <[EMAIL PROTECTED]> wrote on 01/11/2006 04:23:23 PM:

>
> Chuck Williams wrote:
>
> >I've noticed these anomalies so far:
>
> >1. The war does not contain two required libraries, both part of
> >Apache Commons: FileUpload and IO. These are needed for uploading
> >services -- after adding version 1.1 of each, upload seems to work
> >fine.
>
>
> I just downloaded the war and it contains commons-fileupload-1.0.jar.
> And I checked the version I uploaded to the mirrors and it also
> contains that jar :(.
> About commons-io, do we need that ?

The binary war has commons-fileupload, but the build from the source
distribution produced a war that does not have it.  I built from the
source distribution with "maven war".  How do you create the binary
distribution (which is also the essence of my earlier question, since
WSDL2Java requires a complete top-level lib which no maven target
appears to create)?

Re. commons-io, the Upload Service action in the admin application blew
up for me (ClassNotFoundException) when following the intro steps in the
User Guide until I added it.  Then it worked fine.

On another topic, moving to the next section of the User Guide about
WSDL2Java, I hit a doc bug.  The -o ../samples/src should actually be -o
../samples as the output generated a src (i.e., I ended up with src/src,
which messed up the classpath).  That of course was easy to fix.

Thanks for your help,

Chuck

Reply via email to