-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
6.3.0.GA
-
None
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>
~~~~
- clones
-
RHBPMS-3967 REST API used for kajr deployment gives incorrect deployment status
- Closed