27 Messages
Collibra Workflow - Spring Boot Integrations Code Snippet
In the Collibra Workflow Event-Driven Triggering for Spring Boot Integrations - Collibra Marketplace documentation I tried to create a springboot project
which will simply see if there is any usertask in the collibra instance with the application property-trigger.collibra.workflow.user-task=Sync Data User Task (the workflow for which the bpmn file has been provided in the marketplace) and deployed this same workflow in my instance and applied all the configurations as well as mentioned in the documentation.
I am facing issue in the code snippet provided in the documentation for the initialization method. Just the snippet is provided . Can you help me to trigger the integartion through that workflow.
Can @spring-team.collibra.com guide me on this that what else is needed to trigger the integartion through the workflow.
Thanks,
Khusbu
khusbukumari1
27 Messages
2 years ago
Hi @spring-team.collibra.com is there any help you can provide?
0
0
springboot_team
368 Messages
2 years ago
Hi @khusbu.kumari ,
Did you try running the integration? If so, can you please attach any logs to investigate further the issues that you are facing?
Thanks!
1
0
khusbukumari1
27 Messages
2 years ago
Hi @spring-team.collibra.com
I am getting the below error while running the application
APPLICATION FAILED TO START
Description:
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
Action:
Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
2
0