Search the web
Sign In
New User? Sign Up
jcr-crx
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 577 - 606 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
577
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...
enuja2002
Offline Send Email
Oct 18, 2008
11:28 am
578
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...
dev.day.com
mmarth1970
Online Now Send Email
Oct 20, 2008
7:23 am
579
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...
cazzaran
Offline Send Email
Oct 30, 2008
6:45 pm
580
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...
eee2chen
Offline Send Email
Dec 12, 2008
9:32 am
581
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...
tanmay_besus
Offline Send Email
Dec 14, 2008
7:32 pm
582
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...
eee2chen
Offline Send Email
Dec 16, 2008
6:53 am
583
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...
Jukka Zitting
jukka_zitting
Offline Send Email
Dec 16, 2008
9:48 am
584
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...
Paul McMahon
orotas
Offline Send Email
Dec 16, 2008
5:19 pm
585
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 ...
eee2chen
Offline Send Email
Dec 17, 2008
6:21 am
586
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...
Paul McMahon
orotas
Offline Send Email
Dec 17, 2008
7:52 am
587
Please ignore my previous question. The problem is caused by browser's cache. Chen Qian ... CQ5?...
eee2chen
Offline Send Email
Dec 17, 2008
8:00 am
588
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 Barman
tanmay_besus
Offline Send Email
Dec 17, 2008
8:01 am
589
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,...
Lars Trieloff
ltrieloff
Offline Send Email
Dec 17, 2008
9:21 am
590
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...
Todd Haser
polymorphic1
Offline Send Email
Dec 17, 2008
9:21 am
591
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...
Tanmay Barman
tanmay_besus
Offline Send Email
Dec 17, 2008
12:17 pm
592
Ignore my typing mistake..Thnx :) ... From: Tanmay Barman <tanmay_besus@...> Subject: [jcr-crx] Need help in clustering To: jcr-crx@yahoogroups.com Date:...
Tanmay Barman
tanmay_besus
Offline Send Email
Dec 17, 2008
12:20 pm
593
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...
Tanmay Barman
tanmay_besus
Offline Send Email
Dec 18, 2008
9:13 am
594
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...
gdhndk1
Offline Send Email
Dec 19, 2008
8:45 am
595
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...
eyji67
Offline Send Email
Dec 29, 2008
12:00 pm
596
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...
cazzaran
Offline Send Email
Jan 6, 2009
9:06 am
597
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...
cazzaran
Offline Send Email
Jan 6, 2009
9:06 am
598
... you can't set the OPV manually. it's defined by the nodetype. i don't know, if you can create mixin with different OPV settings....
tripodsan
Offline Send Email
Jan 6, 2009
11:17 am
599
... 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"...
tripodsan
Offline Send Email
Jan 6, 2009
11:19 am
600
So there's no way to set this on nt:unstructured nodes? ... don't know, if you can...
cazzaran
Offline Send Email
Jan 6, 2009
6:24 pm
601
... No, but you can create your own node type that is very similar to nt:unstructured, except that the child nodes have OPV=COPY. Something like: ...
ppiegaze
Offline Send Email
Jan 6, 2009
6:40 pm
602
Is there a way to get the SlingPostServlet to use my unstructured nodetype rather then nt:unstructured? ... nt:unstructured, except ... "version" attrib from...
cazzaran
Offline Send Email
Jan 6, 2009
9:12 pm
603
... just pass the jcr:primaryType property eg: POST /content/mydata/* ./jcr:title = "Hello" ./jcr:primaryType="my:unstructured"...
tripodsan
Offline Send Email
Jan 6, 2009
9:15 pm
604
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?...
cazzaran
Offline Send Email
Jan 6, 2009
9:33 pm
605
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...
cazzaran
Offline Send Email
Jan 6, 2009
9:34 pm
606
... no, unfortunately you can't. but you can specify a default primary type in your my:unstructured: [me:unstructured] orderable - * (undefined) multiple - *...
tripodsan
Offline Send Email
Jan 6, 2009
11:12 pm
Messages 577 - 606 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help