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

Sridhar
Sridhar
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
9

Posts

Posts
67

Discussions

Discussions
1

Questions

Questions
66

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sridhar
Customize the badges you want to showcase on your profile
Re: Site importer is not working in cq 5.4 - Adobe Experience Manager 15-10-2015
According to this AEM doc topic -- there is a known bug: http://dev.day.com/docs/en/cq/current/developing/site_importer.html.Please open a ticket: http://dev.day.com/docs/en/cq/current/developing/site_importer.html.

Views

293

Likes

0

Replies

0
Re: org.apache.jackrabbit.server.io.XmlHandler: /content/ReversePage/content_example.xml importing... Import failed: java.io.IOException: No child node definition f - Adobe Experience Manager 15-10-2015
Have you read this documentation topic:http://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.htmlAlso -- can you please describe what you are trying to do exactly?

Views

300

Likes

0

Replies

0
Re: How to convert DITA XML to CQ Supported XML ? - Adobe Experience Manager 15-10-2015
This example project converts an arbitrary XML format into a CQ Package with XSL, and ANT to run the transformation and zip up the files into a package.Example conversion: https://github.com/odu/crx-package-xsl-examplePackages can blow away content, so I would highly recommend playing with anything on a throw away dev instance until it's thoroughly tested.

Views

450

Like

1

Replies

0
Re: Form action "create and update request" not working - Adobe Experience Manager 15-10-2015
Thanks man..But the existing "Create and Update account" is not working for me .For that there is no necessary to write any code like u mentioned above.

Views

480

Likes

0

Replies

0
Re: Which one is best to query the jcr ? Is SQL or JCRSQL2 or JQOM ? - Adobe Experience Manager 15-10-2015
SQL is the one that most developers knows and is most likely to get correct. But, some things are not doable.JCR-SQL2 has a lot of power an the ability to do whatever you want in the JCR tree.JQOM is just a Java representation of the JCR-SQL2 and eventually boils down to a SQL2 query. I actually like this one, since I don't have mess around with a lot or String concatenation.Just my $0.02. /Ove

Views

951

Likes

0

Replies

0
How to enable/disable observation mechanism for CQ5 Repository? - Adobe Experience Manager 15-10-2015
Hi, I have been working with observation for few days and came to know that repository has supports observation via this lines of code Repository.OPTION_OBSERVATION_SUPPORTED.But what am excepting to know that is "where the observation configuration done in jcr repository"?Is there any possible ways to enable/disable the observation mechanism .If it is where and how it can be achieve through coding?Any suggestions would be appreciated here. Thanks in advance

Views

340

Likes

0

Replies

0
Re: How to get the nodes from JCR after specified date ? - Adobe Experience Manager 01-02-2019
Below is a sample queries with date range, modify it per your custom requirementspath=/home/users type=rep:Usergroup.1_daterange.property=jcr:created group.1_daterange.lowerBound=2014-08-18 group.1_daterange.upperBound=2014-08-19group.2_daterange.property=cq:lastModified group.2_daterange.lowerBound=2014-08-18 group.2_daterange.upperBound=2014-08-19group.p.or=true# date ranges:daterange.property=cq:lastReplicateddaterange.lowerBound=2013-01-01T00:00:00.000+01:00daterange.lowerOperation=>=# show ...

Views

5.7K

Like

1

Replies

0
Re: How journal observation works and where the log got persist ? - Adobe Experience Manager 15-10-2015
Jörg Hoh wrote... Why do you want to process the journal data? There is no API to access this data from outside of Jackrabbit/CRX, it's an implementation detail. Jörg We have api javax.jcr.observation.ObservationManager through this we can access the jcr api from external environment.some like that ObservationManager observationManager = session.getWorkspace().getObservationManager(); EventJournal eventJournal = session.getWorkspace().getObservationManager().getEventJournal(); while(eventJournal...

Views

580

Likes

0

Replies

0
Re: Apache CFX Exposing the OSGI service as Rest service is not working in cq5 ? - Adobe Experience Manager 15-10-2015
Yes Scot you are exactly right.Initially we planned to achieve this by using another web server as you mentioned but it requires for running the app i.e., one is AEM and webserverTo avoid this we decided to expose a service from AEM server itself but it fails.Thanks for your time being.

Views

230

Likes

0

Replies

0
Re: Is possible to invoke the service deployed in fleix console from another webserver (Tomcat,Jboss etc)? - Adobe Experience Manager 15-10-2015
ThanksYes its a good idea . But i want to expose the url as restfull for some security concerns how i can achieve this ??

Views

192

Likes

0

Replies

0
Likes given to