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: 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: How journal observation works and where the log got persist ? - Adobe Experience Manager 15-10-2015
Jörg Hoh wrote... The journal is not supposed to be used by other components than the repository itself. Jörg Yes.But how we captured those information and use it for further process .What type of information journal have ?Thanks

Views

419

Likes

0

Replies

0
Re: How journal observation works and where the log got persist ? - Adobe Experience Manager 15-10-2015
Sham HC wrote... It stores in the form of data tar file at /crx-quickstart/repository/tarJournal. You can configure different general or custom built one in repository.xml. OOB configarable options for tar journal at http://dev.day.com/docs/en/cq/current/core/administering/persistence_managers.html#Journal Thanks I already referred that location but it seems it doesn't have any readable information.What type of information the journal contains and how to capture it through program.Suggest me a s...

Views

420

Likes

0

Replies

0
How journal observation works and where the log got persist ? - Adobe Experience Manager 15-10-2015
Hi,Where the Journal log are stored in cq5 server and is it implicitly configure or it has to be configure explicitly as asynchronous observation ?Please provide sample to configure the journal observation in JCR. Thanks in advance

Views

1.4K

Likes

0

Replies

7
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
Apache CFX Exposing the OSGI service as Rest service is not working in cq5 ? - Adobe Experience Manager 15-10-2015
Hi,I want to expose the osgi service as rest service so that service can consume from other webserver or client .I followed Apache CFX but its not working ?Suggest me a solutionThanks in advance

Views

385

Likes

0

Replies

4
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
Is possible to invoke the service deployed in fleix console from another webserver (Tomcat,Jboss etc)? - Adobe Experience Manager 15-10-2015
Hi, Is possible to invoke the service deployed in fleix console from another webserver (Tomcat,Jboss etc). Thanks in advance

Views

296

Likes

0

Replies

2
Re: How to use radiogroup xtype in dialog? - Adobe Experience Manager 15-10-2015
Thanks for your help.I am working on it

Views

524

Likes

0

Replies

0
Re: How to use radiogroup xtype in dialog? - Adobe Experience Manager 15-10-2015
I got understand so you are suggesting to create radio buttons through JS itself not in creating the node structure in CRXDE Lite right ?Correct me if am wrong

Views

524

Likes

0

Replies

0
Likes given to