Open Edition

Open Editions

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  BAMOE 9.3 setup in VS Code

    Posted 3 days ago
    I am setting Quarkus DMN accelerator , when starting up in dev mode. getting this error --
    When will maven artifacts will be available
    [root@ZZZ bamoe]# mvn clean quarkus:dev
    [INFO] Scanning for projects...
    Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/bamoe/bamoe-bom/9.3.0-ibm-0007/bamoe-bom-9.3.0-ibm-0007.pom
    [ERROR] [ERROR] Some problems were encountered while processing the POMs:
    [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: com.ibm.bamoe:bamoe-bom:pom:9.3.0-ibm-0007 (absent): Could not find artifact com.ibm.bamoe:bamoe-bom:pom:9.3.0-ibm-0007 in central (https://repo.maven.apache.org/maven2) @ line 34, column 19
    [ERROR] 'dependencies.dependency.version' for com.ibm.bamoe:bamoe-ilmt-compliance-quarkus-dmoe:jar is missing. @ line 47, column 17
    [ERROR] 'dependencies.dependency.version' for org.drools:drools-quarkus-decisions:jar is missing. @ line 53, column 17
    [ERROR] 'dependencies.dependency.version' for org.drools:drools-quarkus-rules:jar is missing. @ line 57, column 17
    [ERROR] 'dependencies.dependency.version' for org.kie.kogito:kogito-scenario-simulation:jar is missing. @ line 94, column 17
     @
    [ERROR] The build could not read 1 project -> [Help 1]
    [ERROR]  
    [ERROR]   The project org.acme:my-bamoe-business-service:1.0.0-SNAPSHOT (/root/bamoe/pom.xml) has 5 errors
    [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: com.ibm.bamoe:bamoe-bom:pom:9.3.0-ibm-0007 (absent): Could not find artifact com.ibm.bamoe:bamoe-bom:pom:9.3.0-ibm-0007 in central (https://repo.maven.apache.org/maven2) @ line 34, column 19 -> [Help 2]
    [ERROR]     'dependencies.dependency.version' for com.ibm.bamoe:bamoe-ilmt-compliance-quarkus-dmoe:jar is missing. @ line 47, column 17
    [ERROR]     'dependencies.dependency.version' for org.drools:drools-quarkus-decisions:jar is missing. @ line 53, column 17
    [ERROR]     'dependencies.dependency.version' for org.drools:drools-quarkus-rules:jar is missing. @ line 57, column 17
    [ERROR]     'dependencies.dependency.version' for org.kie.kogito:kogito-scenario-simulation:jar is missing. @ line 94, column 17
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]


    ------------------------------
    George Varghese
    ------------------------------


  • 2.  RE: BAMOE 9.3 setup in VS Code

    Posted 3 days ago

    IBM BAMOE artifacts are not available in public repositories. From IBM portal download the maven repository archive or maven repository image and run it as a docker service. 



    ------------------------------
    Abhijit Humbe
    ------------------------------



  • 3.  RE: BAMOE 9.3 setup in VS Code

    Posted 3 days ago

    In addition to what Abhijit stated, please see the documentation: https://www.ibm.com/docs/en/ibamoe/9.3.0?topic=installing-bamoe-maven-repository



    ------------------------------
    Jason Porter
    ------------------------------