この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
We have this documented:
https://helpx.adobe.com/experience-manager/using/datasourcepool.html
I just built too successfully:
Did you read this community article?
表示
返信
いいね!の合計
We have this documented:
https://helpx.adobe.com/experience-manager/using/datasourcepool.html
I just built too successfully:
Did you read this community article?
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
WHy not use the Dependencies in the article? They built fine for me.
表示
返信
いいね!の合計
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
>
表示
返信
いいね!の合計
Thanks for your reply. I tried all these but no luck.
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計