4 Replies Latest reply on Jun 14, 2013 6:42 AM by mstruk

    Module commons.io not visible for commons-fileupload

    boubaker

      Hi,

       

      I've deployed an EAR that uses "org.apache.commons-fileupload", but I got

      java.lang.ClassNotFoundException: org.apache.commons.io.output.DeferredFileOutputStream from [Module "org.apache.commons-fileupload:main" from local module loader @37722456

      I added in MANIFEST.MF this entry:

      Dependencies: org.apache.commons.io,org.apache.commons-fileupload

      And the same problem persists.

       

      Please help.