Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 77463 invoked from network); 27 Jan 2010 20:17:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2010 20:17:57 -0000 Received: (qmail 18947 invoked by uid 500); 27 Jan 2010 20:17:56 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 18854 invoked by uid 500); 27 Jan 2010 20:17:56 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 18634 invoked by uid 99); 27 Jan 2010 20:17:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2010 20:17:55 +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; Wed, 27 Jan 2010 20:17:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A02F7234C495 for ; Wed, 27 Jan 2010 12:17:34 -0800 (PST) Message-ID: <1531703780.87391264623454655.JavaMail.jira@brutus.apache.org> Date: Wed, 27 Jan 2010 20:17:34 +0000 (UTC) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5051) Taglib discovery does not work In-Reply-To: <799156584.86271264621054694.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated GERONIMO-5051: ---------------------------------- Affects Version/s: 3.0 > Taglib discovery does not work > ------------------------------ > > Key: GERONIMO-5051 > URL: https://issues.apache.org/jira/browse/GERONIMO-5051 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: osgi, web > Affects Versions: 3.0 > Reporter: Jarek Gawor > Assignee: Jarek Gawor > > There are two problems: > 1) At runtime the taglibs are not discovered correctly. The current code scans jars based on URLClassLoader which is not present in OSGi environment. > 2) At deployment time, the deployer assumes a file system and does not work when a bundle is being deployed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.