[IOTDM-59] Plugin bundle loader loading plugin with same priority number should not be allowed Created: 31/Jan/17  Updated: 20/Nov/17

Status: Open
Project: iotdm
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Miroslav Kovac Assignee: Tomas Janciga
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 7713
Priority: Low

 Description   

POST request
http://localhost:8181/restconf/operations/iotdmbundleloader:feature-put/

body:
{
"input": {
"bundle-loader-instance-name": "BundleLoaderInstanceDefault",
"feature-name": "Feature_name",
"bundles-to-load": [

{ "priority": 1, "iotdm-bundle-jar-location": "file:///home/miroslav/projects/myPlugin/onem2mnewtest/impl/target/onem2mnewtest-impl-0.1.0-SNAPSHOT.jar" }

,

{ "priority": 1, "iotdm-bundle-jar-location": "file:///home/miroslav/projects/myPlugin/onem2mnewtest/api/target/onem2mnewtest-api-0.1.0-SNAPSHOT.jar" }

]
}
}

creates only one of them when checked in running and startup config.


Generated at Wed Feb 07 20:05:04 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.