0 Replies Latest reply on Dec 18, 2007 2:51 PM by aapthorp

    GPD Deploy - fileupload not found

    aapthorp

      I've come across a problem with deploying processes with jbpm-enterprise.ear rather than jbpm-console that is bundled with JBPM 3.2.2 suit. On startup JBOSS throws a NoClassDefFoundError when it tries to load the upload servelet.

      I came across a similar problem on the ESB forum:

      http://jboss.org/index.html?module=bb&op=viewtopic&t=118843&postdays=0&postorder=asc&start=0

      I tried the suggested work around of removing load on startup but when I deploy via GPD it still can't find the Upload class.

      One workaround seems to be to extract commons-uploadfile.jar (and related jars i.e. commons-io.jar) from the jbpm-console.war in the 'ear' and copy them to server/jbpm/lib.

      So the question is why can the classes be found when packaged in jbpm-console.war and not in jbpm-enterprise.ear?