Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-10-30 Thread Charles Yates
Yes, we use spring-3.0.4 and cocoon-2.2 but in a non-standard way. We use our own bean definitions for cocoon components rather than the ones built into the cocoon jars, and have subclassed a number of cocoon classes. The methodology used in getting it to work was to just change the

Re: problem encoding using SendMailTransformer

2010-10-12 Thread Charles Yates
the garbled characters and then went back through the method calls to find the point where they were created. In my case it was the tomcat Connector object using its default character encoding. On 10/8/10 8:02 AM, Charles Yates wrote: Hello, I think you need to set URIencoding in your tomcat

Re: problem encoding using SendMailTransformer

2010-10-08 Thread Charles Yates
Hello, I think you need to set URIencoding in your tomcat connector: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Common_Attributes |URIEncoding| This specifies the character encoding used to decode the URI bytes, after %xx decoding the URL. If not specified, ISO-8859-1 will be