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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 596 - 627 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
607
This is a problem, since my form might be for /node/jcr:content and would create nodes like /node/jcr:content/images/image1 Obviously, I can controls /node and...
cazzaran
Offline Send Email
Jan 7, 2009
12:11 am
608
Hi, In CQ5, how can we do the customization on the dialog based on the standard component. I have tried to add a new text entry to the standard text component....
eee2chen
Offline Send Email
Jan 7, 2009
9:04 am
609
... can you provide a JSON dump of your new dialog?...
tripodsan
Offline Send Email
Jan 7, 2009
12:16 pm
610
... Hi, How to get the JSON dump of the new dialog? Chen...
eee2chen
Offline Send Email
Jan 8, 2009
1:19 am
611
The JSON dump is the JavaScript you see instead of the dialog. It might also know what the properties of the new node you created under items are. Paul McMahon...
Paul McMahon
orotas
Offline Send Email
Jan 8, 2009
3:33 am
612
hi chen, in order to get the JSON dump, request your dialog directly in the browser using the selector "infinity" (hierarchy depth) and the extension "json",...
Raphael Wegmueller
rofemaster
Offline Send Email
Jan 8, 2009
6:26 am
613
... folder. ... rich ... missed ... Hi, Here is the content on dialog.infinity.json ...
eee2chen
Offline Send Email
Jan 8, 2009
6:52 am
614
... {"title":"Text","xtype":"panel","jcr:primaryType":"cq:Dialog","items":{"jcr:primaryType":"cq:Wi ...
tripodsan
Offline Send Email
Jan 8, 2009
7:21 am
615
... on the ... done. ... Javascript ... {"title":"Text","xtype":"panel","jcr:primaryType":"cq:Dialog","items":{"jcr:primaryType":"cq:Wi ... ...
eee2chen
Offline Send Email
Jan 8, 2009
8:01 am
616
... to the ... below the ... that I ... {"title":"Text","xtype":"panel","jcr:primaryType":"cq:Dialog","items":{"jcr:primaryType":"cq:Wi ... ...
eee2chen
Offline Send Email
Jan 8, 2009
8:02 am
617
It is also missing an xtype so Ext doesn't how to render it. The lack of a name will not allow the data put in to actually be stored. Please refer to the...
Jay Kerger
mrwiz123
Online Now Send Email
Jan 8, 2009
8:44 am
618
"text" is not a valid xtype for text fields. what you're looking for is "textfield". please refer to the ext documentation[0] for available xtypes, and check...
Raphael Wegmueller
rofemaster
Offline Send Email
Jan 8, 2009
8:51 am
619
Hope someone can help out with a CRX newbie question: We're using CRX on a Tomcat 6 (not the crx-quickstart btw), and we would like to use an LDAP...
eyji67
Offline Send Email
Jan 8, 2009
1:20 pm
620
Hi, ... Yes, the <LoginModule/> configuration is used when normal JAAS configuration for com.day.crx is not available. The parameters are the same as the ones...
Jukka Zitting
jukka_zitting
Offline Send Email
Jan 8, 2009
11:58 pm
623
Thanks everybody. The issue is solved. Chen...
eee2chen
Offline Send Email
Jan 9, 2009
2:28 am
624
Chen, You are correct... Unlike 3.5/4.x, you do a lot more stuff within the Content Explorer (JCR) now... Todd ________________________________ From: eee2chen...
Todd Haser
polymorphic1
Online Now Send Email
Jan 9, 2009
6:18 am
625
Hi, When I am trying to run a TransientRepository against my local file system with Spring configuration (for integration testing) I get the following problem:...
agrusell
Offline Send Email
Jan 13, 2009
11:30 am
626
Hi, ... Note that by default the org.apache.jackrabbit.core.TransientRepository class creates a Jackrabbit repository, not a CRX repository. It won't work if...
Jukka Zitting
jukka_zitting
Offline Send Email
Jan 13, 2009
11:35 am
627
Jukka, thanks for your quick response. Is there a way to create a transient repository that is CRX-compatible? The reason I am doing this is because I want to...
agrusell
Offline Send Email
Jan 13, 2009
1:06 pm
Messages 596 - 627 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