Doubt about file upload in Cocoon 2.2

2013-06-06 Thread Miguel
Hi At present, I work on project based on cocoon 2.2 and I want to use file upload option to send an email with cocoon. Documentation of cocoon indicates about the parameters: org.apache.cocoon.uploads.enable=true org.apache.cocoon.uploads.autosave=true

Information about configure EHdefaultstore en C2.2

2014-01-07 Thread Miguel
Hi I am looking for documentation to configure and tunning EHdefaultstore caching in Cocoon 2.2 application. I have found only how to configure on Cocoon 2.1 using cocoon.xconf file but this is not usefully for me. I need modify EHdefaultstore configuration because the application move

Custom generator not call recycle method

2014-02-04 Thread Miguel
Hi, I'm migrating configuration custom generator from Avalon to Spring and generator is working well but I have checked that generator does not call recycled method when it has finished. My generator configuration in servlet-service.xml file is: bean scope=prototype

Re: Custom generator not call recycle method

2014-02-05 Thread Miguel
at finish of my generator. El 04/02/2014 16:52, Miguel escribió: Hi, I'm migrating configuration custom generator from Avalon to Spring and generator is working well but I have checked that generator does not call recycled method when it has finished. My generator configuration in servlet

Re: Custom generator not call recycle method

2014-02-05 Thread Miguel
, Miguel wrote: Hi I have to come back to old configuration of generator: map:generator label=icmsRest name=icmsRest logger=es.juntadeandalucia.generation.CustomGenerator src=es.juntadeandalucia.generation.CustomGenerator serverICMSip_machine/serverICMS portICMSport_machine/portICMS

Re: Information about configure EHdefaultstore en C2.2

2014-02-06 Thread Miguel
that a value of 1000 objetcs to maxobjects parameter can be very small Any help on this is good. Best regards El 05/02/2014 14:54, Thorsten Scherler escribió: On 01/08/2014 08:21 AM, Miguel wrote: Hi I am looking for documentation to configure and tunning EHdefaultstore caching in Cocoon 2.2

Re: Capture or Output data from current flow state to PDF

2014-02-06 Thread Miguel
Hi Sandor Usually, to create a pdf from a source is necesary two phases: * Use transformer with a xslfo sheet * Use serializer Example: map:transform src=xslt/transform.document.fo map:parameter value=xxx name=fileName/ /map:transform map:serialize type=fo2pdf/ where

How-to configure spring singleton resource in block of C2.2

2014-02-11 Thread Miguel
Hi My custom block of my application Cocoon 2.2 use a resource configured in spring. this resource is defined like singleton scope in spring section of block. Besides I have a custom generator that it use this spring resource. Happens when I start my web application spring context load my

Re: Resize images

2014-09-12 Thread Miguel
Hi Peter You can find examples to manage images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards El 11/09/2014 16:22, Peter Sparkes escribió: Hi, I currently have a cocoon application which enables the site owner to upload images and then within

Re: Resize images

2014-09-16 Thread Miguel
to implement, I am going to try imgscalr. However, As I am using cocoon 2.1, Is there a way of using http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ in cocoon 2.1 Best wishes Peter On 12/09/2014 06:59, Miguel wrote: Hi Peter r You can find examples to manage images

Re: Resize images

2014-09-16 Thread Miguel
Have you checked dependencies? Have you tried to use block: cocoon-imageop-sample? Can you show error message when you use transformer? El 16/09/2014 13:14, Peter Sparkes escribió: Hi Miguel, I have implemented imageop, however, the only samples that work are: * Display image with original

Re: Resize images

2014-09-16 Thread Miguel
:332) On 16/09/2014 12:36, Miguel wrote: Have you checked dependencies? Have you tried to use block: cocoon-imageop-sample? Can you show error message when you use transformer? El 16/09/2014 13:14, Peter Sparkes escribió: Hi Miguel, I have implemented imageop, however, the only samples

Re: Resize images

2014-09-17 Thread Miguel
to my images's folder c) start my project and I test: * http://localhost:8080/prueba/audio.gif/scale-2.5-jpg * http://localhost:8080/prueba/audio.gif/resize-100-50 All works fine. El 16/09/2014 22:27, Peter Sparkes escribió: Hi Miguel, My java is not good enough debug the block imageop to see

problem creating a new transformer

2003-08-06 Thread Miguel Carvalho
(daeTransformer.java:11 6) . and it goes on... :( Im sorry for the size of the mail, but if you have read this far and have a clue of what i am doing wrong, i would be thakfull if you give me a hint. :) thanks in advance Miguel Carvalho

RE: problem creating a new transformer

2003-08-07 Thread Miguel Carvalho
and by the way... the compile time of cocoon in my computer was 14 minutes, how can i tell it not to build the javadoc and maybe the samples, i dont know if it is possible but i would like to try and reduce a bit the compile time.. :) Thanks in advance Miguel Carvalho -Original Message- From: Bruno

RE: problem creating a new transformer

2003-08-08 Thread Miguel Carvalho
(ThreadPool.jav a:518) at java.lang.Thread.run(Thread.java:536) /pre/pHR size=1 noshade/body/html Does anyone know what is going wrong here? becaus i don't have a clue :( Thanks in advance for your time :) Miguel Carvalho -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent

Xpath limitations in 2.0rc2

2003-08-12 Thread Miguel Carvalho
and Xerces to the latest versions (2.5.1 and 2.5.0 respectively) but still no good.. :( Thanks in advance Miguel Carvalho - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cocoon sax events and transformer doubts

2003-08-14 Thread Miguel Carvalho
Thanks... Right on the spot... :) Miguel Carvalho -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: terça-feira, 12 de Agosto de 2003 16:04 To: [EMAIL PROTECTED] Subject: Re: cocoon sax events and transformer doubts On Tue, 2003-08-12 at 17:02, Miguel Carvalho wrote

screen resolution

2003-08-14 Thread Miguel Carvalho
Hi, is it possible to know the screen resolution of a client browser during a transformer phase?? I know that it is possible to get the screen resolution from javascript, but it would be great if i could know that when applying a transformer made by me in java.. Thnaks in advance Miguel

cocoon sax events and transformer doubts

2003-08-14 Thread Miguel Carvalho
of the transformer i wrote.. package pt.laseeb.dae.transformer; /* * File: daeTransformer.java * * Project: Design Automatico e Evolutivo * * Authors: Paulo Srgio Silva Paixao- [EMAIL PROTECTED] * Miguel Angelo Rodrigues Carvalho - [EMAIL PROTECTED] * * Date: 4/Ago/2003

problem accessing attribute in xsl with cocoon

2003-08-14 Thread Miguel Carvalho
tags that has @layouttype=2 If you have any ideas , of how to handle this ... Thanks in advance Miguel Carvalho - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XSL a processor hog?

2003-12-26 Thread Nuno Miguel Borges Leong
Hi, We have a web application using cocoon for presentation layer. I'm currently trying to optimise our XSL stylesheets since our initial results have shown it to be consuming too much processing time. Our pipeline structure consists in having a XSP generator (which uses SOAP requests to

About DTDs, Mathematic expressions, PDF and HMTL

2004-09-28 Thread Joao Miguel Ferreira
Hello all, I've just started with Cocoon and with XML. I'am really surprised with the power of XML. In the past I have written text documents in LaTeX that include some simple math expressions and some images. Then I usually converted them to PDF with pdflatex and to html with latex2html. Now I

Maybe of topic... about Forrest

2004-09-29 Thread Joao Miguel Ferreira
Hello all, I'm sorry if this is not the right place... ... can anyone tell me if there is a mailing list for the Forrest project ? where ? where can I post some newbie questions about Forrest ? Thank you. Sorry for the inconvenience... jmf

Re: Maybe of topic... about Forrest

2004-09-29 Thread Joao Miguel Ferreira
Rui, Thanks, Obrigado, jmf On Wed, 2004-09-29 at 13:38, Rui Alberto L. Gonçalves wrote: http://forrest.apache.org/mail-lists.html subscribe: [EMAIL PROTECTED] Rui On Wed, 2004-09-29 at 22:38, Joao Miguel Ferreira wrote: Hello all, I'm sorry if this is not the right place

problem withs sessions running JSPs in COCOON (ver. 2.1.4)

2005-04-08 Thread Miguel Angel Marín Moreno
session using another pipeline similar to this one which execute a JSP code too. As the session in which the JSP runs is different each time I cannot get the values Any idea? Thanks in advance!! Miguel Angel Marín

[Fwd: problem withs sessions running JSPs in COCOON (ver. 2.1.4)]

2005-04-11 Thread Miguel Angel Marín Moreno
try to recovery the info I've saved in the JSP session using another pipeline similar to this one which execute a JSP code too. As the session in which the JSP runs is different each time I cannot get the values Any idea? Thanks in advance!! Miguel Angel Marín ---End Message

Problem with PAths in JSPGenerator

2005-04-11 Thread Miguel Angel Marín Moreno
to be caused because of cocoon is searching the a file with a path like src-value in sitemap's path, don't know if I'm explainning at all... Does anybody know how can I execute the JSP file from the complete-path? Sorry about my english thanks in advance! Miguel Angel Marín

Re: [Fwd: problem withs sessions running JSPs in COCOON (ver. 2.1.4)]

2005-04-13 Thread Miguel Angel Marín Moreno
gException: You must not reference a file outside of the servlet context at file:/C:/Archivos de programa/Apache Software Foundation/Tomcat 5.0/webapps/cocoon/. Does anybody knows a way of doing that? a walkarround to not to use the cinclude or something like that? Tanks a lot!!! Miguel Angel M

Re: [Fwd: problem withs sessions running JSPs in COCOON (ver. 2.1.4)]

2005-04-13 Thread Miguel Angel Marín Moreno
NOdody ahs tried to call an external file I need your help a lot... Thanks again Miguel Angel Marn Moreno escribi: Hi you all again! I've moved to cocoon 2.1.7 and I persist trying to run up a JSP file that uses the session information. Beginning with the idea that it's

Problems using Saxon

2006-09-07 Thread Jose Miguel Vieira
ns? Thanks in advance, Miguel - Jose Miguel Vieira Centre for Computing in the Humanities King's College London Kay House 7, Arundel Street London WC2R 3DX Email: [EMAIL PROTECTED] Tel: +44 (0)20 78 4812 42 Fax: +44 (0)20 78 48 29 80 Java st

Unsupported grammar language

2006-10-20 Thread José Miguel Vieira
Hello,I'm trying to use the validation report features, using a dtd for the validation.What is the correct grammar value for dtd validation? I'm using http://www.w3.org/TR/REC-xml but it returns an "Unsupported grammar language".Thanks,Miguel Vieira

Build properties, source.vm

2007-12-13 Thread José Miguel Vieira
Hi, Can someone please explain what the source.vm property in build.properties should be. Should it be set accordingly to the JDK installed? Thanks, Miguel --- José Miguel Vieira Centre for Computing in the Humanities King's College London 26 - 29 Drury Lane WC2B 5RL London Email

Java security policy

2007-12-13 Thread José Miguel Vieira
Hello, Does anybody have a working java security policy for cocoon 2.1.10 / tomcat 5.5 / java 1.5? Thanks, Miguel --- José Miguel Vieira Centre for Computing in the Humanities King's College London 26 - 29 Drury Lane WC2B 5RL London Email: [EMAIL PROTECTED] Tel: +44 (0)20 7848 1242 Faxl

Hugo Marcelino - MultiValueField : Cocoon Forms in Cocoon 215

2004-06-03 Thread Hugo Miguel S. V. Marcelino
Hi users of cocoon: My name is Hugo Marcelino and at the moment i'm buildinga portal with cocoon 2.1.5 and i come across with the following problem. I have a coplet that contains the "new" cocoon forms ( once Woody) and in the form i use the multivaluefields that will became in twoboxs separated

Hugo Marcelino : Insert into DB HSQL

2004-08-04 Thread Hugo Miguel S. V. Marcelino
Hi users of cocoon ! My name is Hugo marcelino and i have the following problem. I have a table that was created in HSQLDB with this script: create table diagrams (id identity, name varchar, description varchar). With this script i have a table that is auto-incremented. Now after i insert a

oi

2009-01-27 Thread Hugo Miguel S. V. Marcelino
oi Caro amigo: Nós somos uma grosso produtos electrónicos. Nossos produtos s?o de alta qualidade e baixo pre?o. Se você quiser fazer neg ócio, nós podemos oferecer-lhe a mais razoável desconto para que você obtenha mais lucros. Estamos na expectativa