Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Need POM.xml for mssql jdbc driver wrapper

Avatar

Level 3

Hi,

I am using AEM 6.1 and need to connect MSSQL Database. I downloaded driver from Microsoft site and uploaded in OSGI console and setup data source and it works fine.

But I wanted to move this JDBC driver as part of my code build so all the users will get it in their build automatically.

I tried to use embed tag in pom.xml and used "*" , some how it doesn't work.

 

Does any one has working POM.xml for MSSQL JDBC driver?

 

Thanks for your help.

Venkat

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@adobecq-venkat  You would also have to export that dependency under <export-package> section of the pom.xml

A similar issue with a different 3rd party jar/ bundle inclusion is mentioned here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-maven-build-cannot-res...

 

View solution in original post

3 Replies

Avatar

Community Advisor

you need to update apps POM.XML to copy sql bundle in apps/yourapp/install folder same as your project bundle.



Arun Patidar

Avatar

Correct answer by
Employee Advisor

@adobecq-venkat  You would also have to export that dependency under <export-package> section of the pom.xml

A similar issue with a different 3rd party jar/ bundle inclusion is mentioned here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-maven-build-cannot-res...