We want to connect to external databases using the Microsoft SQL Server Driver. This driver is present in our environment already and testing shows we can obtain an instance of it and operate on SQL just fine. Great.
However, we seem to be completely unable to get this to work in the Atlassian SDK using atlas-run or atlas-debug. We’ve tried to declare maven dependencies, BND instructions, datasource configurations on the amps plugin, just dragging and dropping the file in the class path …
We’re at our wits end to get this to work in the SDK: Does anyone have any advice? How can we instruct the SDK to deploy a Database Driver that we can obtain in-app with Class.forName(String str)
?