1 Reply Latest reply on Jul 5, 2016 11:08 AM by abhijithumbe

    Custom workItem handler - Upload failed:Error 500: java.lang.RuntimeException: org.kie.scanner.embed

    amanikandan79

      hi Team,

      Upload aritifact repository custom workitem jar getting below error.

      Tried with below pom.xml dependencies able to get the maven jar. But upload that jar getting the below error. Please help

       

      Upload failed:Error 500: java.lang.RuntimeException: org.kie.scanner.embedder.MavenEmbedderException: Failed to read artifact descriptor for org.kie:kie-api:jar:6.4.0.Final-redhat-3

       


      pom.xml:

       

      <?xml version="1.0" encoding="UTF-8"?>

       

      <project xmlns="http://maven.apache.org/POM/4.0.0"

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

      <modelVersion>4.0.0</modelVersion>

      <artifactId>TestJbpmUtil</artifactId>

      <version>1.0</version>

      <groupId>com.citi</groupId>

      <dependencies>

      <dependency>

      <groupId>org.kie</groupId>

      <artifactId>kie-api</artifactId>

      <version>6.4.0.Final-redhat-3</version>

      <scope>provided</scope>

      </dependency>

      </dependencies>

      </project>