Cocoon2.0 + JBoss3.2 + log4j == ARGH

2004-02-10 Thread Collin VanDyck
Hey! I have a strong desire to turn off all JBoss debug logging using my log4j.xml file, but there's a problem. Having the three .jars (xalan-2.3.1.jar, xml-apis.jar, xercesImpl.jar) in my jre/lib/endorsed directory, are required by Cocoon, is preventing JBoss from parsing the log4j.xml file. I

Re: Cocoon2.0 + JBoss3.2 + log4j == ARGH

2004-02-10 Thread Collin VanDyck
Ok, did not find a solution, but a weird workaround. I removed the comments at the very top of the file, and for some reason that caused it to be parsed. Strange. - Original Message - From: Collin VanDyck [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 6:11 PM

Re: German special character got lost during XSP processing

2003-12-15 Thread Collin VanDyck
We had a similar problem... We ended up using UTF-8 for everything; it manifests itself in a couple of places. Here's what we did - your mileage may vary: 1. In your web.xml for your webapp, you'll want to set these params: init-param param-namecontainer-encoding/param-name

Re: i18n resource catalogs are being cached

2003-10-17 Thread Collin VanDyck
and XMLResourceBundleFactory to check the last modification date and reload the message if required. Regards, Konstantin Piroumian - Original Message - From: Collin VanDyck To: [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 19:24 Subject: i18n resource catalogs are being cached Hey

Re: i18n resource catalogs are being cached

2003-10-17 Thread Collin VanDyck
modification date and reload the message if required. Regards, Konstantin Piroumian - Original Message - From: Collin VanDyck To: [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 19:24 Subject: i18n resource catalogs are being cached Hey :) I'm seeing the caching of my i18n

Re: i18n resource catalogs are being cached

2003-10-17 Thread Collin VanDyck
it. thanks, Collin - Original Message - From: Joerg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 17, 2003 11:12 AM Subject: Re: i18n resource catalogs are being cached Collin VanDyck wrote: This worked perfectly. thanks. Does this mean, you have patched your

i18n resource catalogs are being cached

2003-10-16 Thread Collin VanDyck
Hey :)I'm seeing the caching of my i18n catalogs occur with Cocoon 2.0. I declaremy xformer as:map:transformer name="i18n"src="" catalogue-namemessages/catalogue-name catalogue-location../common/translations/catalogue-location untranslated-text[not yet translated]/untranslated-text

i18n resource catalogs are being cached

2003-10-16 Thread Collin VanDyck
This is a repeat, as I think my last message to the list did not go through. At any rate, I apologize if people are getting this twice. Many thanks.. --- Hey :)I'm seeing the caching of my i18n catalogs occur with Cocoon 2.0. I declaremy xformer as:map:transformer

Re: Issues with using embedded FOP libraries alongside Cocoon

2003-08-14 Thread Collin VanDyck
: Wednesday, July 30, 2003 11:35 AM Subject: Re: Issues with using embedded FOP libraries alongside Cocoon Collin VanDyck wrote: Trying to solve this problem, I copied these files (that were in WEB-INF/lib, with the exception of cocoon.jar) into a single jar: cocoon-libraries.jar, and placed

Re: Issues with using embedded FOP libraries alongside Cocoon

2003-07-29 Thread Collin VanDyck
? thanks :) Collin - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 1:31 PM Subject: Re: Issues with using embedded FOP libraries alongside Cocoon Collin VanDyck wrote: So they both seem to be the same (???)... You

Issues with using embedded FOP libraries alongside Cocoon

2003-07-28 Thread Collin VanDyck
I've got an application with two .WAR webapps, and one EJB jar, all directly inside of my application.ear, all of which need to be able to use the FOP libraries. Specifically, I need to be able to have one of my session beans render a PDF to disk or remote location without invoking a Cocoon