How do I add an optional component when building cocoon ?

2003-08-04 Thread Vincent De Groote
Hello, I'm switching from 2.0.3 to 2.1rc1. The DatabaseReader has been moved out of the core configuration. How do I include it in the build process ? Thanks for your help - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Database Reader exception

2003-08-04 Thread Vincent De Groote
Hello, I cannot make the databaseReader work correctly: In Cocoon-2.1rc1, source file DatabaseReader.java, a java.lang.ClassCastException is raised in the 'service' function, when the value returned by the manager.lookup function is assigned to the dbselector variable. The value returned is not

RE: Database Reader exception

2003-08-10 Thread Vincent De Groote
Fyi, When I replace the source of DatabaseReader in cocoon-2.1 with the source of the same class of cocoon 2.0.3, and after changes for the validity stuff, the class works correctly. -Original Message- From: Vincent De Groote [mailto:[EMAIL PROTECTED] Sent: 05 August 2003 14:09 To

RE: Request generator changes ?

2003-08-14 Thread Vincent De Groote
generator changes ? Vincent De Groote wrote: > Hello, > > I cocoon-2.0.3, the request generator produced parameters for the datas sent > by a form (in multipart/form-datas). In cocoon 2.1, these values are not > generated anymore. > > What do I need to do to retrieve the old pro

RE: Database Reader exception

2003-08-14 Thread Vincent De Groote
t org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455) -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: 05 August 2003 13:20 To: [EMAIL PROTECTED] Subject: Re: Database Reader exception

How to store an xml fragment in a database column ?

2003-08-14 Thread Vincent De Groote
In a pipeline, I need to store an xml fragment in a column of a relational database (mysql). Esql xsp provides a function to "convert" the content of a column to xml (esql:get-xml), but I can't find the inverse function. Any suggestion? Thanks

Request generator changes ?

2003-08-14 Thread Vincent De Groote
Hello, I cocoon-2.0.3, the request generator produced parameters for the datas sent by a form (in multipart/form-datas). In cocoon 2.1, these values are not generated anymore. What do I need to do to retrieve the old processing ? --

RE: Database Reader exception

2003-08-14 Thread Vincent De Groote
The problem has been solved by changing the type of dbselector: ComponentSelector -> ServiceSelector -Original Message- From: Vincent De Groote [mailto:[EMAIL PROTECTED] Sent: 05 August 2003 14:58 To: [EMAIL PROTECTED] Subject: RE: Database Reader exception Fyi, When I replace