Re: Setting up Saxon in a Maven built Cocoon application

2008-06-19 Thread Johannes Hoechstaedter
Hi Sylvian, have you tried to add the component to your sitemap.xmap? cheers Sylvain Desvé schrieb: Hi, I followed the tutorials at http://cocoon.apache.org/1370_1_1.html to create my first Cocoon application. It worked fine. But now I need to use Saxon instead of Xalan because my XSLT fil

Setting up Saxon in a Maven built Cocoon application

2008-06-19 Thread Sylvain Desvé
Hi, I followed the tutorials at http://cocoon.apache.org/1370_1_1.html to create my first Cocoon application. It worked fine. But now I need to use Saxon instead of Xalan because my XSLT files are using XSLT 2.0 features. I found how to do that at http://wiki.apache.org/cocoon/Saxon It ex

Re: DatabaseAddAction

2008-06-19 Thread Johannes Hoechstaedter
Now I have edited the keys section: type="int"> USER.user_id The current log is: ... 2008-06-19 14:14:36,812 btpool0-1 DEBUG modular.DatabaseAddAction - Trying to set column USER.user_id from request using getAttribu

DatabaseAddAction

2008-06-19 Thread Johannes Hoechstaedter
Hie evrybody, I have some questions about the DatabaseAddAction. I want to use it, but I am not sure about the autoincrement parameter. Because of this I don't want to use an autoincrement at first. My database descriptor looks like this: personnel Welcome to

Re: Database connection by cocoon 2.2

2008-06-19 Thread Andrew Savory
Hi 2008/6/6 Johannes Hoechstaedter <[EMAIL PROTECTED]>: > I tried, but I failed :). I didn't foun the file > src/main/resources/META-INF/cocoon/avalon/custom-sitemap-compents.xconf so I > put the content into my sitemap.xmap. I don't have an orcale db, so I > replaced everything oracle sepcific

How to enable the Flowscript Debugger in C2.2

2008-06-19 Thread Gabriel Gruber
Hi Freaks, just a simple question: how can I enable the flowscript debugger in Cocoon 2.2? I built a simple cocoon block using the maven archetype. Flowscript is in the dependency list inside the pom.xml How can I now enable the flowscript debugger? thanx for your reply to this stupid question