Hi,Is it possible to configure replication agents in such a way that content is replicated from author to publish, but the DAM is to be left out? We hope to schedule a job that will curl tree activate the DAM contents from author to publish. Is this possible? How can this be done? Thank you.
Hi,We have a requirement to ensure that <b> are converted to <strong> and <i> are converted to <em> in RTE. I followed the instructions in the post : http://stackoverflow.com/questions/17946117/strong-tag-getting-replaced-to-b-tag-in-cq5 and added the nodes as specified. I added the property "b" w...
Going by Adobe's recommendations I uninstalled cq-geometrixx-all-pkg-5.6.12.zipAfter I completed this I found the activate button unresponsive in both site and dam. I also found that after I have browsed assets to upload into the dam the upload button remains greyed out.Any thoughts?
Hi thereI'm trying to build a client which should submit some form data to a SAP web service. Using wsimport I created the necessary classes to build the client. I then created a standalone client to test out the web service in my IDE, everything worked fine.Afterwards I tried installing the web ser...
I am a fairly green Java developer. I have 18 years of overall development experience but only about 1.5 years of Java, and only about that in CQ5. I have taken both the developer and advanced developer courses from Adobe.I like the idea of a using custom tag library in my CQ projects because I can ...
Hi I am newly trying sitecatalyst configuration in CQ. I could connect to my site catalyst credential. But when I am trying to create frame work it is giving me the following error."Connection to SiteCatalyst could not be established. Please check your Internet connection". But when i try connect...
Hi - I'm trying to find the differences between the two OOTB SSO Authentication handlers: a) SSO Authentication Handler and b) SAML 2.0 Authentication HandlerThere is not much documentation on what each is capable of, from the name I would assume, one would be specifically to integrate with SAML bas...
I have requirements to build a web application external to CQ that will search for CQ content.I would like to use the QueryBuilder API. For the application external to CQ, What jar / how do I get the jar from CQ? From the Felix Console, it looks like I need this jar "/libs/cq/search/install/cq-sear...
Hi,When i want to call my created service in one of my component, the below error i am getting.An error occurred at line: 20 in the jsp file: /apps/accordian/content/components/servicecalling/servicecalling.jspcom.app.services.ValuePassServiceImpl cannot be resolved to a type17:18:19: <%20: com.app....
I tried to create listeners(change, blur ... etc) for tableedit2, its not working at all. Only RichText listeners are working which extend from richtext.any help?