Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api-server): Invoke onPluginInit() on every connector during instantiation #1444

Closed
m-courtin opened this issue Oct 7, 2021 · 0 comments · Fixed by #1446
Closed

fix(api-server): Invoke onPluginInit() on every connector during instantiation #1444

m-courtin opened this issue Oct 7, 2021 · 0 comments · Fixed by #1446
Labels
API_Server bug Something isn't working

Comments

@m-courtin
Copy link
Contributor

Describe the bug

In the latest Cactus version the onPluginInit() functionality required by ICactusPlugin Interface is nowhere invoked / called. So the onPluginInit() functionality is never executed.

Expected behavior

The onPluginInit() needs to be invoked for each connector in api-server at the end of the instantiatePlugin function.

@m-courtin m-courtin added the bug Something isn't working label Oct 7, 2021
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 7, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 7, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 8, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 8, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 8, 2021
Separate error handling for the onPluginInit execution within
instantiatePlugin

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 11, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 11, 2021
Separate error handling for the onPluginInit execution within
instantiatePlugin

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 15, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 15, 2021
Separate error handling for the onPluginInit execution within
instantiatePlugin

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 15, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 15, 2021
Separate error handling for the onPluginInit execution within
instantiatePlugin

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 18, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 18, 2021
Separate error handling for the onPluginInit execution within
instantiatePlugin

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
m-courtin added a commit to m-courtin/cactus that referenced this issue Oct 18, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
petermetz pushed a commit that referenced this issue Oct 18, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: #1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
brioux pushed a commit to brioux/cactus that referenced this issue Oct 18, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
Leeyoungone pushed a commit to Leeyoungone/cactus that referenced this issue Oct 26, 2021
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
RafaelAPB pushed a commit to RafaelAPB/blockchain-integration-framework that referenced this issue Mar 9, 2022
In api server the instantiatePlugin function is now calling the required
onPluginInit for each corresponding connector

Closes: hyperledger-cacti#1444
Signed-off-by: Michael Courtin <michael.courtin@accenture.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API_Server bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants