Hello,
I am trying to import and mock external service (Northwind) into my bookstore app (java) by following steps given in: https://cap.cloud.sap/docs/guides/using-services
I followed below steps:
1. import API definition using cds import command
cds import ~/Downloads/NorthWind.edmx
It created these files in srv/external folder

Configured remote service in application.yaml and added dependency to pom.xml

When running using cloud profile,
I get ""Failed to start a new transaction"" error to access entities under Northwind services
2. Mock remote service as OData service:
- Added mocked spring profile in application.yaml as below:

- Added DestinationConfiguration.java file as follows:

When running app with mocked profile :
mvn spring-boot:run -Dspring-boot.run.profiles=default,mocked
I am getting this error:

Can someone help?
Regards,
Poorva.