Re: Can a Serializer acceess the Request Object ?

2008-10-28 Thread Robin Wyles
Hi, If you are using C2.2 you should be able to use the ProcessInfoProvider bean... http://cocoon.apache.org/2.2/core-modules/sitemap-api/1.0/apidocs/org/ apache/cocoon/processing/ProcessInfoProvider.html Cheers, Robin On 27 Oct 2008, at 11:21, Thorsten Mauch wrote: Hi I wonder if a

Re: validation of fields defined as double or integer?

2008-10-28 Thread Fuat Akal
Here is the answer to my question in case somebody needs. fd:field id=myField fd:datatype base=double fd:convertor type=plain/ /fd:datatype /fd:field -fa Fuat Akal wrote: Hello all, I receive a strange(?) behaviour when I enter non-digit characters into numeric fields. Assume

Re: Can a Serializer acceess the Request Object ?

2008-10-28 Thread Thorsten Mauch
Hi unfortunately not. I still use 2.1.11 because services based on avalon Thorsten Robin Wyles schrieb: Hi, If you are using C2.2 you should be able to use the ProcessInfoProvider bean...

C2.2 Spring reloading

2008-10-28 Thread Robin Wyles
Hi, Is there a way to specify that the property reloading.spring.enabled is set to false when using the cocoon:prepare Maven goal? Something I can specify in the block's POM perhaps? Cheers, Robin - To

Re: adding database block dependencies leads to missing artifacts.

2008-10-28 Thread hussayn
It looks like it was a server down problem. I just tried it again today and now it works without any problems. Sorry for bothering. Hussayn -- View this message in context: http://www.nabble.com/adding-database-block-dependencies-leads-to-missing-artifacts.-tp20188400p20205538.html Sent from

Search for a cocoon 2.2 developer for a short term project

2008-10-28 Thread hussayn
Hi; I am searching someone, who can create a super simple demo application which involves the authentication block and the database block. And possibly help me in a small project (see below at the end of this message). I got a fair amount of budget for such a service at my hands. The key idea

How to configure the cocoon-2.2 database block ?

2008-10-28 Thread hussayn
Hi; i try to get started with the cocoon-2.2 database-block, so i added the dependency to my pom file and after some initial irritations, now mvn jetty:run startsup just fine. But ... - concerning the driver i read in the docs: In order to load driver class create file

Re: How to configure the cocoon-2.2 database block ?

2008-10-28 Thread Mark Lundquist
On Oct 28, 2008, at 9:57 AM, hussayn wrote: - concerning the driver i read in the docs: In order to load driver class create file databases- drivers.properties in META-INF/cocoon/properties with following contents: ... ok, this is self explaining. But where do i actually place the

Re: How to configure the cocoon-2.2 database block ?

2008-10-28 Thread hussayn
Hi, mark; thanks fo your response. To answer your question: I want to use the MySQL drivers for development, but the final production application shall run with MS sqlserver. So from your remark what shall i conclude ? I have to add a class loader of my own ? no, probably not. cocoon will

Re: Can a Serializer acceess the Request Object ?

2008-10-28 Thread Jason Johnston
On 10/27/2008 05:21 AM, Thorsten Mauch wrote: Hi I wonder if a Serializer can access the request object ? My problem is that i want to pass a java Object to the Serializer that is created somewhere else. Is this possible ? Your serializer can implement the Contextualizable interface, and get

Re: How to configure the cocoon-2.2 database block ?

2008-10-28 Thread Jason Johnston
On 10/28/2008 05:00 PM, hussayn wrote: Hi, mark; thanks fo your response. To answer your question: I want to use the MySQL drivers for development, but the final production application shall run with MS sqlserver. So from your remark what shall i conclude ? I have to add a class loader of my