Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-9314

Custom Task (Workitemhandler) fails to deploy

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 7.42.0.Final
    • Examples, KieServer
    • None
    • NEW
    • NEW
    • Hide

      generate a custom workitemhandler with the maven archetype:

      mvn archetype:generate -DarchetypeGroupId=org.jbpm -DarchetypeArtifactId=jbpm-workitems-archetype -DarchetypeVersion=7.42.0.Final -DgroupId=org.jbpm.contrib -DartifactId=custom-workitem -DclassPrefix=Custom -Dversion=7.42.0-SNAPSHOT -DarchetypeCatalog=local

      note: I needed to add to pom.xml for a successfull build:

          <maven.compiler.target>1.8</maven.compiler.target>

          <maven.compiler.source>1.8</maven.compiler.source>

      Add a simple output in the CustomWorkItemHandler#executeWorkItem function:

          System.out.println("Hello World");

      Now start the docker container:

      docker run -p 8080:8080 -p 8001:8001 -d --name jbpm-server-full jboss/jbpm-server-full:latest

      Browse to http://localhost:8080/business-central and login with wbadmin account 

      Navigate to Admin -> Custom Tasks Administration

      Upload a jar that contains a sample workitemhandler. Then set the entry to "ON". (Screenshot_1.png)

      Create a sample Project. Open the Project Settings and Install the "CustomDefinitions" entry. (Screenshot_2.png)

      If you like hit F5 and check that the entry was generated within Deployments -> Work Item Handlers.

      Create a sample process that uses the Service task. (Screenshot_3.png)

      Build and Deploy the Project. (Screenshot_4.png)

      Direct after the success message comes the error message. (Screenshot_5.png)

      Details are not shown in the deployment info. (Screenshot_6.png)

      I attached the Stacktrace as attachment too. (Stacktrace.txt)

      Show
      generate a custom workitemhandler with the maven archetype: mvn archetype:generate -DarchetypeGroupId=org.jbpm -DarchetypeArtifactId=jbpm-workitems-archetype -DarchetypeVersion=7.42.0.Final -DgroupId=org.jbpm.contrib -DartifactId=custom-workitem -DclassPrefix=Custom -Dversion=7.42.0-SNAPSHOT -DarchetypeCatalog=local note: I needed to add to pom.xml for a successfull build:     <maven.compiler.target>1.8</maven.compiler.target>     <maven.compiler.source>1.8</maven.compiler.source> Add a simple output in the CustomWorkItemHandler#executeWorkItem function:     System.out.println("Hello World"); Now start the docker container: docker run -p 8080:8080 -p 8001:8001 -d --name jbpm-server-full jboss/jbpm-server-full:latest Browse to  http://localhost:8080/business-central  and login with wbadmin account  Navigate to  Admin  ->  Custom Tasks Administration Upload a jar that contains a sample workitemhandler. Then set the entry to "ON". (Screenshot_1.png) Create a sample Project. Open the Project Settings and Install the "CustomDefinitions" entry. (Screenshot_2.png) If you like hit F5 and check that the entry was generated within Deployments -> Work Item Handlers. Create a sample process that uses the Service task. (Screenshot_3.png) Build and Deploy the Project. (Screenshot_4.png) Direct after the success message comes the error message. (Screenshot_5.png) Details are not shown in the deployment info. (Screenshot_6.png) I attached the Stacktrace as attachment too. (Stacktrace.txt)

    Description

      Deployment of sample workitemhandler failes.

      Attachments

        1. Screenshot_1.png
          Screenshot_1.png
          111 kB
        2. Screenshot_2.png
          Screenshot_2.png
          91 kB
        3. Screenshot_3.png
          Screenshot_3.png
          106 kB
        4. Screenshot_4.png
          Screenshot_4.png
          63 kB
        5. Screenshot_5.png
          Screenshot_5.png
          68 kB
        6. Screenshot_6.png
          Screenshot_6.png
          62 kB
        7. Stacktrace.txt
          33 kB

        Activity

          People

            rhn-support-tsurdilo Tihomir Surdilovic (Inactive)
            tait1337 Oliver T (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: