Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
528 views

Cocoon lite / XML and XSLT publishing framework

What publishing frameworks (publishing only, NOT full-blown CMS) based on XML, XSLT sitemaps and pipelines exist, are stable, active, and simpler / lighter than Cocoon? I have glanced at: mod_xslt ...
1
vote
0answers
55 views

JSF with Cocoon

We research the possibility to migrate from a classic ASP to Java-based Web Application (namely JavaServer Faces 2.0).The old ASP application make use of XSLT to render basic UI components und we ...
1
vote
1answer
104 views

How to change the extension of a processed xml file (using eXist & cocoon)

I'm really new to this whole web stuff, so please be nice if I missed something important to post. Short: Is there a possibility to change the name of a processed file (eXist-DB) after serialization? ...
1
vote
2answers
846 views

Cocoon - Pipeline: Transform XML with XSL twice?

My problem is to setup the Cocoon sitemap.xmap in a way, that it first makes a transformation of an XML file with XSL, which I can then use for my own transformation. I have following files: ...
1
vote
2answers
365 views

Cocoon escape query parameters problem

I'm maintaining Cocoon 2.1 application and I faced serious problem with request parameters. Consider following url: ...
1
vote
1answer
166 views

cocoon 2.1.x to 2.2.0 migration guide

Can anyone recommend me a good migration guide?
1
vote
1answer
529 views

How do I configure cocoon to use a database as a store for quartz jobs and triggers

I'm using Cocoon and want to store the jobs and triggers for the quartz scheduler in the database so they are persisted. I can see where I need to make the change in cocoon.xconf but I can't find much ...
1
vote
4answers
557 views

Cocoon 2.2? Is it worthwhile or bad news?

I am looking to use Cocoon for a couple of sites I am creating. I will make heavy use of xml, xsl and conversion to html, pdf and excel on the sites. I am attracted to coccon as it implements these ...
1
vote
2answers
292 views

Filter on current date within Castor OQL

I'm running the java cocoon 2 and castor oql. I'm trying to filter my oql query by today's date, but I can't seem to figure out (or find in google) the syntax of the date. The database is mySql, but ...
0
votes
0answers
37 views

Rails 3.1. Cocoon link_to_add_association, why template injected twice?

I would like to know please, why when I click on add new item, I get the template injected twice, is there any possible reason for this strange behavior ? here is the form: = simple_form_for ...
0
votes
2answers
216 views

Rails 3.1 cocoon gem for nested forms

I'm actually trying cocoon gem(by nathanvda) along with simple_form gem to dynamically add and remove fields on a form .I don't understand why the nested form doen't show up on my forms.Here's the ...
0
votes
1answer
110 views

Rails 3.1. Cocoon link_to_add_association example needed

pls show any example of using Cocoon's 'link_to_add_association' with html_options. https://github.com/nathanvda/cocoon Documentation says: html_options: extra html-options (see link_to) There are ...
0
votes
1answer
94 views

Problem deploying Cocoon within Tomcat

I am trying to deploy cocoon (2.1.11) in Tomcat (7.0.12) (I know that I can run cocoon standalone and have done that successfully, but I am trying to better understand the whole web application ...
0
votes
0answers
122 views

p2p publish and play (no Cirrus / local wifi network only)

It should be possible to do it in a local network right? I'm writing on the top of project Cocoon project which is using: var group:NetGroup = new NetGroup(netConnection, groupSpecString); I ...
0
votes
2answers
788 views

Tomcat showing this error “This is very likely to create a memory leak”. How to resolve this issue?

I have created a web application in Apache Cocoon.This website is running properly but after every 3-4 days, it stops responding. It doesn't run until and unless, we restart the tomcat service. In the ...
0
votes
1answer
128 views

How do I configure Cocoon to redirect mobile browsers to a mobile site?

I have two Cocoon sites: ABC and ABC-mobile. If the user is coming from a mobile browser, then I want them redirected to ABC-mobile. How do I accomplish this?
0
votes
1answer
163 views

css in combination with rails 3 cocoon gem

I want to adjust the position of a link in rails i've made it with the gem cocoon, in my source i get this: <div class="fields"> <a href="#" class="add_fields" ...
0
votes
0answers
52 views

Session handling into two different XSLT files

I have two xslt files and i want to create session in one xslt file and modify it in another xslt file. i have wrote below code in one xslt file <session:createcontext name="user_context"/> ...
0
votes
0answers
141 views

The cocoon protocol can not be used outside an environment

I am facing one issue with integration of cocoon pipeline and CocoonPipelineCronJob scheduler. My cocoon.xconf snap code as below <trigger name="pipeline-writetest" ...
0
votes
0answers
198 views

Using Cocoon w/Eclipse/Spring Source Tool and Tomcat

I'm new to JAVA and all my development is geared towards J2EE. Currently I'm tied under a project which using Tomcat as the servlet container and Eclipse as the IDE. Besides, the project supports ...
0
votes
1answer
28 views

URL localization in Lenya

I am trying to localize Lenya publication URLs. I store URL translation in the Document metadata and rewrite urls with URLRewriter transformator. e.g. I build /lenya/default/authoring/en/home from ...
0
votes
1answer
135 views

Linebreaks and Spaces appearing in TextAreas

In our Cocoon environment we have a few forms with textareas. Once the user submits a form, an overview is displayed before the final submit is done. Therefor, each form-object's data is stored in ...
0
votes
1answer
160 views

Apache Cocoon JAR configuration - I want to use .class files !

I'm using the Apache Cocoon framework, set up several eons ago for the web app I'm developing. I don't know if its how cocoon is set up for everyone, or its if some 'special' configuration my company ...