Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-3967

REST API used for kajr deployment gives incorrect deployment status

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 6.3.0.GA
    • Business Central
    • None
    • Hide

      Try to deploy kjar through REST API which doesnt exist in BPMS server repository

      Show
      Try to deploy kjar through REST API which doesnt exist in BPMS server repository

      If we try to deploy kajr which doent exist in maven repository of BPMS/BRMS server through REST API, it shows kajr deployment is successful.

      ~~~~
      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <deployment-job-result>
      <identifier>2</identifier>
      <operation>DEPLOY</operation>
      <deploymentUnit>
      <groupId>org.kie.example</groupId>
      <artifactId>project1</artifactId>
      <version>1.0.15-SNAPSHOT</version>
      <strategy>SINGLETON</strategy>
      <status>ACCEPTED</status>
      </deploymentUnit>
      <success>true</success>
      <explanation>deploy job accepted.</explanation>
      </deployment-job-result>
      ~~~~

            rhn-support-alazarot Alessandro Lazarotti
            rhn-support-abhumbe Abhijit Humbe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: