-
Notifications
You must be signed in to change notification settings - Fork 283
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
Labels
Comments
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
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.
The text was updated successfully, but these errors were encountered: