Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache Cacoon users Recent threads

Threads Replies First post Last post
Sitemap: path matching
By: Jos Snellings
Hi all, I am looking for a way to pass a variable number of sitemap parameters to a sitemap component: I explain the use case: "**" stands for non-greedy multiple segment matcher, no? <map:match…
7 May 24 2012
09:32
May 24 2012
12:35
CocoonJAXRSServlet
By: Jos Snellings
Dear all, Cocoon-3 ordinary pipeline components offer a flexible way to organise REST-full calls between services. (REST, after all is a principle, not a framework). However, curiosity drove me into setting up a small example of a JAX-RS…
0 May 18 2012
01:02
May 18 2012
01:02
Cocoon 2.1 sitemap broken in Tomcat 6
By: Bob Harrod
We've recently upgraded our Cocoon 2.1 based web app from Tomcat 4 to Tomcat 6. Our sitemaps were written with a somewhat invalid matchers which worked in Tomcat 4: For example: <map:match pattern="/basicthing"> ... </map:match> …
1 May 17 2012
13:02
May 17 2012
13:57
Cocoon 2.1 web application base path
By: Bob Harrod
I'm quite new to cocoon, and supporting an older version (2.1). Does anyone know how I can gain access the web application base path inside of a transform? Of course, it can be passed by the sitemap... Any help would be appreciated! Thanks!
8 May 16 2012
00:02
May 17 2012
11:03
Bug in servlet service framework C2.2??
By: Robby Pelssers
Hi all, As an important side note. I've run into a serious limitation a few times already. Let me explain shortly what I try to do. I want to e.g. generate an XML representation of CSV data from an XQuery generator. I borrowed the schema from…
1 May 15 2012
05:36
May 15 2012
08:25
mount named blocks inconvenience
By: Jos Snellings
Dear cocooners, Problem: 1. In the definition of a named block, for: <servlet:context mount-path="/foo" context-path="blockcontext:/foo/"/> This tells the cocoon servlet that a block "foo" is mounted on "foo" in the webapp. 2.…
0 May 10 2012
06:06
May 10 2012
06:06
fop fonts
By: Jos Snellings
Dear group, In C3, I need to load extra fonts for FOP. The default set cannot display cyrillic characters, and greek characters with diacritics. Where would one put them best? What is best to configure the fopFactory? Where should the…
0 May 7 2012
03:05
May 7 2012
03:05
log levels
By: Jos Snellings
Dear group, C3: Departing from the log4j.xml from the sample configuration I try to get rid of the DEBUG-level lines from the sitemap and pipelines. However, no matter what level I specify for the ROOT logger (logging to consoleappender), these…
2 May 2 2012
08:12
May 2 2012
10:07
RE: Forms and maps
By: Derek Hohls
Mika It all depends on your environment and the "rate of change". There are many back-end systems (running on old but reliable technology) that hardly change at all. However, the web (and now tablets/mobile) has a very high rate of change (and…
7 Apr 18 2012
04:35
Apr 20 2012
10:01
Forms and maps
By: Alberto
Hi, I'm using cocoon 2.1.12-dev and I'm facing how to include a map in cocoon forms. I have to do simple things from flowscript: load a kml url and receive the coordinates of an area selection. I'm considering to use OpenLayers or Google Maps.…
16 Apr 13 2012
12:03
Apr 18 2012
08:12
Cocoon App as a Web Application Bundle (WAB)
By: Fawzib Rojas
Are there any instructions around on how to make a cocoon application in a web application bundle to install in an OSGI container? I have an application with 3 blocks: web-app (block1,block2,block3). I imagine I have to create an activator but…
0 Apr 17 2012
10:57
Apr 17 2012
10:57
using proxy from flowscript in Cocoon2.2
By: Robby Pelssers
Hi all, I have a use case where I need to post data to an Alfresco service which returns JSON response. Currently I just posted the page and showed the JSON data but ideally I want to stay on the same page and make an XMLhttpRequest from the…
0 Apr 16 2012
06:54
Apr 16 2012
06:54
database action data types
By: Mika M Lehtonen
Cocoon 2.11 What to modify in order to be able to insert datatypes outside of JDBCTypeConversion types when using modular database action? I am trying to insert (and only insert) to PostGIS geometry column. The error is: 2012-04-11 18:41:23…
0 Apr 11 2012
14:05
Apr 11 2012
14:05
Cocoon2.2 maven jetty plugin issue
By: Robby Pelssers
Hi guys, I have been facing an issue related to the maven jetty plugin which is used to start a single C2.2 block. Just for the record I have to mention that this has always worked in the past. I have a strong suspicion that this is somehow…
2 Apr 11 2012
08:39
Apr 11 2012
09:05
C3 and XSP equivalent
By: gelo1234
Hello, We've been using Cocoon framework for years and are very happy with its simplicity and RAD features. Although we use very old version of Cocoon (2.0.5), it still satisfies us. Unfortunately there are some bugs inside those old framework…
0 Apr 2 2012
04:00
Apr 2 2012
04:00
forms and database
By: Mika M Lehtonen
Hi, trying to figure out, how things should be done with Cocoon. I like Cforms. I like modular database actions. Some old thread said, don't try to use them together. One even said, don't use mod-db action at all, it is deprecated. I have…
0 Mar 30 2012
15:08
Mar 30 2012
15:08
data binding
By: Mika M Lehtonen
Hi, what is the right and the proper way of inserting form data to database table (PostgreSQL)? What makes this more "interesting" is that instead of horizontal data in table, the data is stored in a vertical manner because of the highly …
6 Mar 27 2012
14:52
Mar 28 2012
04:12
Re: c3: null pointer exception in ResponseHeaderCollector.isModifiedResponse
By: Lars Huttar
On 3/26/2012 9:49 AM, Francesco Chicchiriccò wrote: > On 26/03/2012 16:42, Lars Huttar wrote: >> I sent this email at the start of the weekend, so it may not have been >> seen much. >> However the NPE is blocking progress, so…
0 Mar 26 2012
11:36
Mar 26 2012
11:36
c3: null pointer exception in ResponseHeaderCollector.isModifiedResponse
By: Lars Huttar
Hello, I'm attempting to port our Cocoon 2.1.11 sitemap to C3, little by little. So far I have gotten a very simple pipeline to work: <map:match pattern="test.html"> <map:read src="test.html" /> </map:match> Hooray! However when…
1 Mar 23 2012
15:09
Mar 26 2012
09:43
Problem in designing pipelines
By: Patricia Déchandol
Hi everybody, I have a problem understanding how to write my pipelines. I have a first pipeline : <map:match pattern="*/tree-expo-get-children"> <map:generate type="xquery" src="exist/xq/get-children-rubriques.xq"> …
6 Mar 23 2012
09:31
Mar 23 2012
11:11