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 - *...
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...
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....
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...
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",...
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...
"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...
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...
Chen, You are correct... Unlike 3.5/4.x, you do a lot more stuff within the Content Explorer (JCR) now... Todd ________________________________ From: eee2chen...
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:...
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, 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...