Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-1278

Can not have quarkus project with BPMN and DMN simultaneously

    XMLWordPrintable

Details

    • 3
    • Hide
      • create new project as:
        mvn io.quarkus:quarkus-maven-plugin:1.2.1.Final:create \
            -DprojectGroupId=org.acme \
            -DprojectArtifactId=kogito-quickstart \
            -Dextensions="kogito"
        
      • in "src/main/resources" create a package "org/acme"
      • There create new DMN model, like attached one "simple-model.dmn"
      • Till now it works, verify as "./mvnw clean compile quarkus:dev"
      • Now add BPMN model to same package, as attached "calculator.bpmn"
      • Run again "./mvnw clean compile quarkus:dev"
        • If you remove the either BPMN or DMN model, and rerun command, error is gone

      Current result: the attached error will be shown
      Expected result: no error is shown

      Show
      create new project as: mvn io.quarkus:quarkus-maven-plugin:1.2.1.Final:create \ -DprojectGroupId=org.acme \ -DprojectArtifactId=kogito-quickstart \ -Dextensions= "kogito" in "src/main/resources" create a package "org/acme" There create new DMN model, like attached one "simple-model.dmn" Till now it works, verify as "./mvnw clean compile quarkus:dev" Now add BPMN model to same package, as attached "calculator.bpmn" Run again "./mvnw clean compile quarkus:dev" If you remove the either BPMN or DMN model, and rerun command, error is gone Current result: the attached error will be shown Expected result: no error is shown
    • 2020 Week 07-09 (from Feb 10)

    Description

      User is unable to create kogito quarkus project where would be both DMN and BPMN models.

      Project created according to https://quarkus.io/guides/kogito

      Environment

      • VS Code extension - 0.2.8 - latest
      • generated maven properties
          <properties>
            <compiler-plugin.version>3.8.1</compiler-plugin.version>
            <maven.compiler.parameters>true</maven.compiler.parameters>
            <maven.compiler.source>1.8</maven.compiler.source>
            <maven.compiler.target>1.8</maven.compiler.target>
            <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
            <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
            <quarkus-plugin.version>1.2.1.Final</quarkus-plugin.version>
            <quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
            <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
            <quarkus.platform.version>1.2.1.Final</quarkus.platform.version>
            <surefire-plugin.version>2.22.1</surefire-plugin.version>
          </properties>
        

      Attachments

        1. calculator.bpmn
          3 kB
        2. error.log
          6 kB
        3. sample-kogito-quickstart-app.zip
          11 kB
        4. simple-model.dmn
          3 kB

        Issue Links

          Activity

            People

              evacchi Edoardo Vacchi (Inactive)
              rh-ee-jomarko Jozef Marko
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: