xspAttr cannot be resolved in Cocoon 2.1.8

2005-11-22 Thread Alessandro Vincelli
I' am trying to pass to version 2.1.8 but I receive this error. xspAttr cannot be resolved I' m just viewed this new setting parameter name=attr-interpolation value=true/ parameter name=text-interpolation value=true/ is this the problem? I have already tried to change these

Error when installing Cocoon 2.1.8 under Tomcat 5.5.9

2005-11-22 Thread Joseph Hill
I built Cocoon 2.1.8 and then put the cocoon.war file in Tomcat 5.5.9's webapp directory and then when I started Tomcat and went to the Cocoon page I got the error messages below. I'm running Mandrake 10 and am using Java 1.5.0-4. Any ideas on what causes this and how to fix it? exception

Re: Create hsqldb tables

2005-11-22 Thread Peter Sparkes
Thank you both for your help. Following Antonio's link I ended up downloaded a new version of hsqldb and playing with it until I understood what to do. One of the things I found out was that the hsqldb shipped with Cocoon does not contain the admin tools of the full version. I therefore

XSP and ServiceManager

2005-11-22 Thread Dennis Riedel
Hello Users! I want to access my own avalon components in my xsp document. Is there any way to access the ServiceManager to look up my components? Just instantiating it? Or must I use this 'DefaultServiceManager'? Thx for answers. Dennis

Re: Sending html messages with pdf attachments using sendMail action

2005-11-22 Thread Marc Salvetti
Answering to myself again :) I finally managed to do it, but i had to patch the mail block. I changed 3 files : MailMessageSender.java MailSender.java SendMail.java Basically, i added a bodyMimeType parameter to the action, and checked if this attribute is set, use the setContent(body, mimeType)

Continuations and site indexing

2005-11-22 Thread Neil
Hi, In reading about Cocoon and its use of control flow, I wondered about the implications of continuations for indexing of Cocoon-based sites by search engines, or by advertising services such as Google's AdSense (which require static URLs). Wouldn't the presence of a page-specific

Re: Continuations and site indexing

2005-11-22 Thread Bertrand Delacretaz
Le 22 nov. 05, à 12:24, Neil a écrit : ...In reading about Cocoon and its use of control flow, I wondered about the implications of continuations for indexing of Cocoon-based sites by search engines, or by advertising services such as Google's AdSense (which require static URLs). Wouldn't the

Re: xspAttr cannot be resolved in Cocoon 2.1.8

2005-11-22 Thread Joerg Heinicke
Alessandro Vincelli a.vincelli at w4b.it writes: I' am trying to pass to version 2.1.8 but I receive this error. xspAttr cannot be resolved I' m just viewed this new setting parameter name=attr-interpolation value=true/ parameter name=text-interpolation value=true/ is

{realpath:xxx} and mount-table

2005-11-22 Thread Jean-Claude Moissinac
I have some sitemaps monted with the root mont-table.xml I have the following line in the mount-table mount uri-prefix=ccajax/ src=""> The ccajax directory has a data subdirectory. When I use {realpath:/ccajax/data}I get C:\Documents\cocoon-2.1.8\build\webapp\ccajax\data which is false; the

Re: {realpath:xxx} and mount-table

2005-11-22 Thread Sylvain Wallez
Jean-Claude Moissinac wrote: I have some sitemaps monted with the root mont-table.xml I have the following line in the mount-table mount uri-prefix=ccajax/ src=../../../CocoonSites/ccajax// The ccajax directory has a data subdirectory. When I use {realpath:/ccajax/data} I get

Re: Sending html messages with pdf attachments using sendMail action

2005-11-22 Thread Ralph Goers
First, read http://cocoon.apache.org/community/contrib.html. Unfortunately, this still references bugzilla which the project no longer uses. Instead, go to http://issues.apache.org/jira/browse/COCOON and create a new issue. You will probably need to create an account in Jira before you can

Re: components not as factory or pooled

2005-11-22 Thread Berin Loritsch
Joerg Heinicke wrote: On 21.11.2005 13:17, Iacturus wrote: As the NonThreadSafeComponent uses some API which cannot be made threadsafe, there can only be one method of NonThreadSafeComponent executed at one time. I cannot change this API and it really has to be used exclusively. Why don't

Re: Sending html messages with pdf attachments using sendMail action

2005-11-22 Thread Marc Salvetti
Done, i uploaded the modified files. Thanks, Marc2005/11/22, Ralph Goers [EMAIL PROTECTED]: First, read http://cocoon.apache.org/community/contrib.html.Unfortunately, this still references bugzilla which the project nolonger uses. Instead, go to http://issues.apache.org/jira/browse/COCOONand

Re: {realpath:xxx} and mount-table

2005-11-22 Thread Jean-Claude Moissinac
So, is there a simple way to know the directory of a sitemap? Or, in my case, to create a directory in the directory of the current sitemap? On 11/22/05, Sylvain Wallez [EMAIL PROTECTED] wrote: Jean-Claude Moissinac wrote: I have some sitemaps monted with the root mont-table.xml I have the

Error in org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer or xerces DocumentImpl

2005-11-22 Thread Michael Wirz
Hello Coocon User Mailing List, During cocoon app development the following error arose using DOM-Documents and the SAX-Streaming of cocoon. Since I am not sure if its a bug in cocoons DOM-SAX Streamer or the Document Implementation of xerces I'd like to show it to you first. Maybe you can help

Re: {realpath:xxx} and mount-table

2005-11-22 Thread Jean-Claude Moissinac
The documentation for the RealPathModule says: RealPathModule provides a real filesystem path for a virtual context-relative path. So, {realpath:/ccajax/data} must give a real filesystem path the virtual context-relative /ccajax/data path Giving the virtual path on a mounted sitemap, the real

Re: Error when installing Cocoon 2.1.8 under Tomcat 5.5.9

2005-11-22 Thread Joseph Hill
I restarted it as root and this time it worked. Do you have to be root to start Cocoon under Tomcat or is this a fluke that has to do with my settings? Thanks. Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: {realpath:xxx} and mount-table

2005-11-22 Thread Sylvain Wallez
Jean-Claude Moissinac wrote: The documentation for the RealPathModule says: RealPathModule provides a real filesystem path for a virtual context-relative path. So, {realpath:/ccajax/data} must give a real filesystem path the virtual context-relative /ccajax/data path Giving the virtual path

Re: Error when installing Cocoon 2.1.8 under Tomcat 5.5.9

2005-11-22 Thread Bertrand Delacretaz
Le 22 nov. 05, à 17:11, Joseph Hill a écrit : I restarted it as root and this time it worked. Do you have to be root to start Cocoon under Tomcat... No, but the error that you got indicates that the multipart RequestFactory could not access its upload director. So it is a directory

Re: Error when installing Cocoon 2.1.8 under Tomcat 5.5.9

2005-11-22 Thread Joseph Hill
You're right. When I installed it (under my own user name) it gave some of the sub-subdirectories to root--I don't know why it does this. I chmoded everything under tomcat to myself and hope this doesn't create any security problems. Thanks. Joe Bertrand Delacretaz wrote: Le 22 nov. 05,

XMLFileModule

2005-11-22 Thread Jean-Claude Moissinac
In the sample /samples/modules/xml.html about the XMLFileModule we find map:parameter name=/forrestconf/@version value={myxml:/forrestconf/@version}/ which, as stated in the comment, is supposed to be read in the file context://samples/modules/forrestconf.xml But I'm unable to find where is

Re: Page iteration redirect in Cocoon

2005-11-22 Thread Oleg Konovalov
Hi, What I see that act() method has redirector parameter, don't know what it is for or how to use it: public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters par) which is a method of class: ExecuteCDAAction extends AbstractMbrAction

Re: XMLFileModule

2005-11-22 Thread Geert Josten
You will most likely find it in cocoon.xconf, though it might have been better to put the definition of the myxml input module into the appropriate sitemap file. About choosing the XML file: What I did just the other day was, make the input module point to something like cocoon:/myxmlfile and

Configuring Xalan

2005-11-22 Thread Geert Josten
Hi, Has anyone tried to set the recursionlimit of the xalan processor to a higher value? (Yes, I know, it shouldn't have to be necessary... :-P) Regards, Geert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: XMLFileModule

2005-11-22 Thread Upayavira
Geert Josten wrote: You will most likely find it in cocoon.xconf, though it might have been better to put the definition of the myxml input module into the appropriate sitemap file. About choosing the XML file: What I did just the other day was, make the input module point to something

Newbie Logicsheet question...

2005-11-22 Thread George F. Crewe
I am trying to use the soap.xsl logicsheet and found that I need to do some modifications to work with my webservices project. However, I am having several problems: -I have a problem getting the changes, I made on soap.xsl, reflected when I run my XSP file. Should I change the soap.xsl in the

Re: i18n escape { and } characters

2005-11-22 Thread Antonio Gallardo
Hi Rui: Please look for: Translation with param substitution in http://cocoon.apache.org/2.1/userdocs/i18nTransformer.html Best Regards, Antonio Gallardo. Rui Alberto L. Goncalves wrote: Hi all, does anyone know how to declare a message in a i18n dictionary containing characters { and/or

Re: Create hsqldb tables

2005-11-22 Thread Antonio Gallardo
Peter Sparkes wrote: Thank you both for your help. Following Antonio's link I ended up downloaded a new version of hsqldb and playing with it until I understood what to do. One of the things I found out was that the hsqldb shipped with Cocoon does not contain the admin tools of the full

Re: Create hsqldb tables

2005-11-22 Thread Bertrand Delacretaz
Le 23 nov. 05, à 05:28, Antonio Gallardo a écrit : ...There are also some intro tutorial related to Apache Derby in the Bertrand presentation [2] at GT 2005... Thanks for mentioning this - more precisely, the bricks-cms example [1] uses Derby in embedded mode (including simple admin tools),

Cocoon 2.1.8 and JSP

2005-11-22 Thread Gmail User
In the samples it states that I have to configure something to make JSP examples to work. Can someone tell me what and where I should configure? TIA, Ed - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,