Adobe CRX is a commercial implementation of the JCR based on Apache Jackrabbit. It is packaged by Adobe in the ADEP solution.
0
votes
1answer
35 views
fsresource - runmode config stored in crx via xml
i'm using the fsresource sling extension to access the filesystem when working on JSP, JS, CSS and so on. When just yanking the bundle into the crx and configuring it via the OSGi console, everything ...
1
vote
1answer
36 views
Jackrabbit locks up with many open ACEs
I am running into an issue where a lot of processes block due to having more than 1000 access control entries active at a time; this is a known issue in Jackrabbit; a work-around has been identified ...
0
votes
1answer
57 views
CQ5(CRX) bookstore application error
I checked out source code fromhttp://dev.day.com/docs/en/crx/current/getting_started/first_steps_with_crx.html#Step%20Two:%20Check%20out%20CRX%20Bookstore%20Example
When I tried to invoke ...
0
votes
1answer
63 views
How to set text at top of Chrome extension icon
I need to set a text at top of icon buts coming down as of now.
I am using using setbadgetext in chrome extension as follows
chrome.tabs.executeScript(tabId, {code: chrome.browserAction.setBadgeText ...
1
vote
2answers
296 views
How to add CSS, Images to a page in CQ5?
I am creating a new template and then a page from SCRATCH in CQ5. But I can't find the option to add my own CSS/images/JS to the page.
I mean a place to add/upload the actual files.
All the ...
0
votes
2answers
149 views
How is content published from Author to publish Environment in CQ5?
I have installed two instances of CQ5-quickstart.jar . One as Author and one as Publish.
I have a very basic query. If I publish/edit some content in the Author Environment, HOW will it be visible in ...
2
votes
1answer
175 views
How can I seamlessly transition from self-hosting to the web store?
I currently self-host my Chrome extension - but with the recent changes making it more complicated for less technical users to sideload Chrome extensions, I'm considering moving it to the web store.
...
4
votes
1answer
384 views
Copy Lucene indexes between Jackrabbit repositories
I have two Jackrabbit instances containing the same content. Rebuilding the Lucene index is slow, 30+ hours, and the down-time needed in the cluster is risky. Is it possible to instead just re-index ...
1
vote
1answer
99 views
Is it theoretically possible to build a pure-JS bittorrent with chromium's installable-webapp API?
I think I heard that they're even allowing limited/sandboxed filesystem access now, so is there any barrier? Does the bittorrent protocol require raw access to initiating TCP connections that aren't ...
2
votes
1answer
292 views
Renaming users via sling
We have an external identity management system which has to manage the lifecycle of users in CQ5 using Sling and REST.
We are able to create and delete users and groups with
Create
POST ...
1
vote
1answer
270 views
Roll back integration test data in CQ5
I'm searching for a solution to clean up after doing integration Tests in CQ5. We did manage after a while of research to run JUnit tests in CQ5 (this is bad documented).
Now that everything is ...
0
votes
1answer
255 views
Debugging Jackrabbit Lucene re-index abort/failure
I'm trying to rebuild the Lucene search index on a Jackrabbit 2.0 instance (actually a Day CRX 2.1 instance) so that I can apply new property boost weights for relevancy scoring. However it's ...
0
votes
1answer
400 views
Any suggestions on how start development of mobile site in adobe cq 5.4
can anybody provide any pointers on where to start the development of mobile site in day cq?
Also please share if there are any websites for tutorials?
Any help will be greatly appreciated
4
votes
1answer
729 views
Jackrabbit searches across joined nodes
I have tagged objects in a Jackrabbit repository (actually Adobe/Day CQ's CRX, but I think this is the Jackrabbit code):
asset: tags = A, B
child asset data 1: tags = A, C, E
child asset data 2: ...
1
vote
0answers
136 views
Integration | Need Help | Standalone Felix and CRX repository
POC problem statement:
Connect standalone Felix instance with CRX repository.
Approach followed:
We were able to access JCR repository by creating a simple java project contains following code using ...
1
vote
1answer
207 views
Unable to connect to CRX repository using the JCR API from Felix environment
I am trying to connect to CRX repository using JCR API. I followed the instruction at http://wiki.apache.org/jackrabbit/RemoteAccess. If I write a plain java class and try to access the crx repository ...
0
votes
1answer
1k views
Adding external Java Libraries to Adobe/Day CRX (2.2) for use in JSP files
my company is looking into using Adobe CQ5 as a new content management system and I've been given the task of figuring out how to do certain things with it.
One thing we would like to do is use some ...
1
vote
2answers
1k views
Compile unit tests in Adobe CQ5 CRXDE that reference Felix OSGI bundle JUnit code
I want to write some unit tests that run within Adobe CQ 5.4. I am doing what is described in this article for testing within CQ:
http://jtoee.com/2011/09/799/
However, after I create the unit test ...
0
votes
3answers
4k views
CQ5 - Hiding a tab within a component dialog depending on user group?
Any ideas how I would hide or show a dialog tab panel depending on which user group the user belongs to?
I tried to do this through the CRX content explorers (ACL's). But I'm not getting much luck ...
1
vote
3answers
672 views
Is there a CMIS server available that is not running on Java?
I tried the usual:
CRX from Day.com: not (yet) stable
KnowledgeTree Community: couldn't get it to work (unless perhaps you buy the commercial version?)
Nuxeo: very, very expensive, but looks good ...
2
votes
1answer
220 views
How to customize Adobe/Day Communique Bundle Build Process?
Is there a way to add additional build steps to the Bundle building process that is triggered when you right click and select "Build Bundle" from within CRXDE?
My specific use case right now is to be ...
3
votes
1answer
906 views
in CQ5 , How to connect an External Database in place of JCR?
I have to connect an External Database ( MySQL ) in place of the inbuilt Content Repository that is called JCR in CQ5 . I am unable to do it .
Please give ideas . Suggestions are invited.
Komal
1
vote
2answers
351 views
Ignore invalid xml when creating document with xsl transform
there is a java tool that uses several xsl transforms to convert data out of crx into esi xml markup.
often esi markup is non valid xml because esi is often small snippets of logic that do not always ...
3
votes
2answers
2k views
Create Google Chrome Crx file with PHP
Id like to be able to generate a crx file with PHP.
A crx file is a zip file with an additional header and Im at a lost on how to create this header. I can create a crx file if I use a pregenerated ...
0
votes
3answers
2k views
Create .CRX (chrome extension / webapp ) file on demand using PHP
I need to create CRX file on the fly. It's for my CMS backend, so it will be just for authenticated users who can install CMS backend as webapp and offer some more privileges to the web app. The ...
0
votes
3answers
588 views
How to insert text into a form with JavaScript
I'm trying to create a simple extension for personal use. It's partially from laziness, and partially from an urge to learn. I've never made extensions before, but I've been looking at the ...
6
votes
3answers
4k views
How to create chrome crx file programatically (preferrably in java)?
I want to create chrome extension crx file programatically (not using chrome.exe, because it opens new chrome window). So what are the alternatives for same ? My preference is java, but if its ...
1
vote
1answer
354 views
Why Is the Eclipse Plugin for Day Communique not working?
I am trying to get Eclipse working so that it builds my war to a local instance of Day Communique. I am using the plugin for eclipse from day: http://www.day.com/eclipse/
The .war file uses spring ...

