Hi,
I am using AEM 6.1 and I want to get the DataSourcePool reference. I am using the below dependency:
<dependency>
<groupId>com.day.commons</groupId>
<artifactId>day.commons.datasource.poolservice</artifactId>
<version>1.0.10</version>
<scope>provided</scope>
</dependency>
But still, it is not able to find this DataSourcePool. Can anyone please help me on this?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
We have this documented:
https://helpx.adobe.com/experience-manager/using/datasourcepool.html
I just built too successfully:
Did you read this community article?
Views
Replies
Total Likes
We have this documented:
https://helpx.adobe.com/experience-manager/using/datasourcepool.html
I just built too successfully:
Did you read this community article?
Views
Replies
Total Likes
smacdonald2008 wrote...
We have this documented:
https://helpx.adobe.com/experience-manager/using/datasourcepool.html
I just built too successfully:
Did you read this community article?
Yeah I've seen this and modified my POM file. But still it is not able to resolve that dependency.
Views
Replies
Total Likes
WHy not use the Dependencies in the article? They built fine for me.
Views
Replies
Total Likes
Also - you can try using the Uber dependency:
<
dependency
>
<
groupId
>com.adobe.aem</
groupId
>
<
artifactId
>uber-jar</
artifactId
>
<
version
>6.1.0</
version
>
<
classifier
>obfuscated-apis</
classifier
>
<
scope
>provided</
scope
>
</
dependency
>
Views
Replies
Total Likes
Thanks for your reply. I tried all these but no luck.
Views
Replies
Total Likes
We need to setup a connect session. There is something in your environment that is preventing this from working. email me scottm@adobe.com and we will book a call with connect.
Views
Replies
Total Likes