Hi, I want to publish content created in Day CRX to a site.Which tool should i use?Do i need CQ WCM for it? Where can i get a trial version of it? Thanks in...
Hi, that depends a bit, what you mean with "publish". Some options are: a) You can create a Java web application with e.g. JSPs, get a connection to your...
I know it involves the rep:syndicator, but the required url property has to be set, and I don't know what to set it to... I assume once the replicator is...
Hi, In content explorer, when I created the users and groups, I noticed that the value that displayed on the right pane is the UUID, which is not very...
Hi chen, In day the content is stored in CRX repository and identified by UUID. I dont think the there is any way to identify it by name. If u find please let...
Hi, I am new to Day's CQ5, and I studied the example application (geometrixx) provided by CQ5. I want to know how navimage.png.java under contentpage is used...
Hi, ... Yes, that's right. A reference property (like the one linking groups to users) contains the UUID of the target node. The Content Explorer displays the...
The compilation error you see is due to the file name. The servlet must be named to match the selector pattern the navigation images use, that name however...
Thanks Paul, Today I saw color changes that I did yesterday. But I made the further color changes again, the new changes are not able to reflected on the ...
The more likely explanation is browser cache settings rather then CQ cache settings. Have you tried deleting your browser cache? My understanding is that with...
Hi group,Day CQ5 claims that it supports social collaboration such as blog,wiki,forun. I have tried hard to explore this strong web 2.0 feature but still under...
Tanmay, I am the product manager in charge of CQ5 Social Collaboration. Our blog, wiki, calendaring and social network features for CQ5 are currently in beta,...
Also, you may want to consider looking at the documentation and making sure you have your CQDE (Eclipse) set up in such a way that the core classes of the...
Hi Everyone,Can anyone tell me how to after clustering how to dis join the slave node from master.If there are any secret configuration issue then please let...
Ignore my typing mistake..Thnx :) ... From: Tanmay Barman <tanmay_besus@...> Subject: [jcr-crx] Need help in clustering To: jcr-crx@yahoogroups.com Date:...
Hi Everyone,I have migrated the content from cq 4.2.x to 5.1 through cq 5.1 migration wizard (http://localhost:7402/etc/migration.html). But after migration...
Hi Tanmay, the tool to update CQ 4.x instances to CQ5 is in beta. Such an update should currently be done in close cooperation with Day. The Day Services group...
Hope someone can help me out here concerning connection problems with deploying CRX on a Tomcat 6 together with a small web-app, and accessing a repository...
Toby, I'm getting the error: n error occurred at line: 1 in the jsp file: /apps/cms/admin/global/replicate.jsp com.day.crx.j2ee.CRXContext cannot be resolved...
I need to get entire hierarchies to replicate, so I need all the children to be pushed when the parent is. However, I have set jcr:onParentVersion to COPY but...
... no, you need to export the java packages. eg: org.osgi.framework.bootdelegation=com.day.crx.j2ee.* ..... the current node is retrieved from the "path"...
Is there a way to get the SlingPostServlet to use my unstructured nodetype rather then nt:unstructured? ... nt:unstructured, except ... "version" attrib from...
Yes, but there are a lot of nodes in the middle that are also created as nt:unstructured... Can I tell the servlet to create ALL the nodes as my:unstructured?...
The problem is that replication stops at the last node reachable by onParentVersion, so if my leaf node is my:unstructured, but the interim nodes are...
... no, unfortunately you can't. but you can specify a default primary type in your my:unstructured: [me:unstructured] orderable - * (undefined) multiple - *...