We have setup TarOptimization to run at night, between 2-5 (default). However, in the log files, althought we can see that it runs, when it processes the tar files in the default WS, it stops after the first file (not throwing any exceptions or any other messages for that matter), then switch to the...
Hi, I need to create a component to allow the web author to alter the I.P. of the connection string used in JDBC. I want to create a simple component to show which I.P.s are already captured, and allow the addition of a new I.P. The real question is, which would be the best method to save the I.P. ...
With JSP/JSTL there is the tag <fmt:formatDate> to format dates according to the current locale. With Sightly there is currently not such an extension and also custom extensions are not supported (see questions at http://dev.day.com/content/ddc/en/gems/introduction-to-sightly/_jcr_content/par/downlo...
Hi All,I have tried the code[present in the attachment] in my eclipse, wherein I am able to add/remove a mixin[for example: cq:LiveSync] to the jcr: content of a page[OOT 5.6.1 instance].Likewise, I would like to do operation mentioned below, on the pagea] Restore[same functionality as available in ...
Hi , I am using the curl command to version purging , like this curl -u admin:admin -f -o progress.txt -d "cmd=Purge&maxversions=3&path=/content/dam/prime/memberportal/forms&recursive=true" "http://localhost:4502/etc/versioning/purge.html" Its not working this folder when i tried with the subfold...
I'm writing a workflow to delete a page. In our project user requires that Delete page action need approval. Initiator run the workflow on certain page (workflow's paylaod). Once approver approve, the page (i.e. paylaod) will be delete. Here is the problem: delete action is written in the end of wor...
Hi,I am wanted to know as how could i get values from valuemap at run time from the below code . If I had say properties that were of typeStringStringArry []booleanDateList<Map> testMap = new ArrayList<Map>(); testMap.add(resourceProp); for(Map<String,? extends Obj...
I just notice that Query builder escapes special characters in values but only first one.in debug log in XPath I see values:'Start Off on the Left Foot\!' - when query for text with !'Moving to Alabama\?' - when query for text with ?But when query for test with ? and !'Moving to Alabama? Start Off...