Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Singaiah_Chintalapudi
Singaiah_Chintalapudi
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
44

Likes Received

Likes Received
156

Posts

Posts
249

Discussions

Discussions
64

Questions

Questions
185

Ideas

Ideas
0

Blog Posts

Blog Posts
2
Top badges earned by Singaiah_Chintalapudi
Customize the badges you want to showcase on your profile
Re: DataSourcePool in Java - Adobe Experience Manager 31-03-2016
Thanks for your reply. I tried all these but no luck.

Views

145

Likes

0

Replies

0
Re: DataSourcePool in Java - Adobe Experience Manager 31-03-2016
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

144

Likes

0

Replies

0
DataSourcePool in Java - Adobe Experience Manager 31-03-2016
Hi,I am using AEM 6.1 and I want to get the DataSourcePool reference. I am using the below dependency: com.day.commons day.commons.datasource.poolservice 1.0.10 provided But still, it is not able to find this DataSourcePool. Can anyone please help me on this?Thanks.

Views

211

Likes

0

Replies

6
OSGI Service reference inside Java main method - Adobe Experience Manager 29-03-2016
Is there anyway to use the OSGI service inside a java main method?

Views

113

Likes

0

Replies

1
Replication through stand alone Java code - Adobe Experience Manager 01-03-2016
Hello,I am creating the content nodes through the stand alone Java application using JCR API. Now, I want to replicate those. I know we can use the Replication API for this but I want to know how to use this API in the stand alone java application. Please help.Thanks

Views

550

Likes

0

Replies

2
Re: Installing a package to AEM using Java not Maven - Adobe Experience Manager 22-02-2016
Jitendra S.Tomar wrote... Does below code make things clear to you?. A simple idea could be, Use JCR API to connect to the CRX repository from a standalone application and create nodes on the CRX directly. Jitendra Yeah. I've tried this before but I am always getting below exception: Exception in thread "main" javax.jcr.RepositoryException: Unable to access a repository with the following settings: org.apache.jackrabbit.repository.uri: http://localhost:4502/crx/serverThe following RepositoryFact...

Views

332

Likes

0

Replies

0
Re: Installing a package to AEM using Java not Maven - Adobe Experience Manager 22-02-2016
Jitendra S.Tomar wrote... Each node requires .content.xml to be there. Is below idea working for now? Once I extract it, I get the file system structure (jcr:root and META-INF folders) and I am creating the nodes inside this structure (jcr_root\content\test\en). So I can zip these and deploy the package back to AEM after I create the content nodes. A simple idea could be, Use JCR API to connect to CRX repository from a standalone application and create nodes on the CRX directly. Which version of...

Views

333

Likes

0

Replies

0
Re: Installing a package to AEM using Java not Maven - Adobe Experience Manager 22-02-2016
Jitendra S.Tomar wrote... Hi All, With all due respect, Package manager isn't easy to use. You have to build own module just like the AEM content packaging. And, I don't think this is a good idea. @NoKSC, I have a few questions. Where do you create content nodes?. Is it in separate CRX?.Does your Java class not run OSGI Container?. If Java classes are OSGI components & content nodes in a separate CRX, Then I think, you are looking for content migration from one system to another without creating...

Views

336

Likes

0

Replies

0
Installing a package to AEM using Java not Maven - Adobe Experience Manager 19-02-2016
Hi All,I am creating content nodes grammatically using Java and I want to zip that folder and deploy it to AEM using Java. Is there a way to do this in Java? Please help.Thanks

Views

889

Likes

0

Replies

10
Re: <STYLE> TAG NOT WORKING IN RTE - Adobe Experience Manager 15-10-2015
kautuksahni wrote... Hi SINGAIAH CHINTALAPUDI Agreeing with edubey, its working fine for me too. Please have a look at the link: - https://docs.adobe.com/docs/en/cq/5-6-1/administering/configuring_rich_text_editor.html I hope this will help you. Thanks and Regards Kautuk Sahni Hi,Regular tag is working. But when I use some css class name with that tag then it is working but not applying the styles.Thanks.

Views

307

Likes

0

Replies

0