Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 81558 invoked from network); 28 Jan 2010 22:01:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2010 22:01:00 -0000 Received: (qmail 770 invoked by uid 500); 28 Jan 2010 22:01:00 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 732 invoked by uid 500); 28 Jan 2010 22:01:00 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 722 invoked by uid 500); 28 Jan 2010 22:01:00 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 719 invoked by uid 99); 28 Jan 2010 22:01:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 22:01:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 22:00:58 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22779234C1F0 for ; Thu, 28 Jan 2010 14:00:37 -0800 (PST) Message-ID: <302845129.4711264716037139.JavaMail.jira@brutus.apache.org> Date: Thu, 28 Jan 2010 22:00:37 +0000 (UTC) From: "Frank Schwarz (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-2423) Freemarker template not found due to wrong classloader In-Reply-To: <798438184.4701264716032614.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Schwarz updated CAMEL-2423: --------------------------------- Attachment: freemarker.patch proposed patch > Freemarker template not found due to wrong classloader > ------------------------------------------------------ > > Key: CAMEL-2423 > URL: https://issues.apache.org/activemq/browse/CAMEL-2423 > Project: Apache Camel > Issue Type: Improvement > Affects Versions: 2.1.0, 2.2.0, Future > Reporter: Frank Schwarz > Attachments: freemarker.patch > > > Freemarker templates are loaded with org.springframework.core.io.Resource-class's classloader. This does not work when Spring is part of the classloader realm of the application's parent classloader. > Proposed patch attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.