Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 84657 invoked from network); 14 Jun 2005 16:42:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 16:42:01 -0000 Received: (qmail 41491 invoked by uid 500); 14 Jun 2005 16:41:56 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 41431 invoked by uid 500); 14 Jun 2005 16:41:55 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 41418 invoked by uid 500); 14 Jun 2005 16:41:54 -0000 Delivered-To: apmail-jakarta-jetspeed-dev@jakarta.apache.org Received: (qmail 41412 invoked by uid 99); 14 Jun 2005 16:41:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 09:41:30 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9D4E733B for ; Tue, 14 Jun 2005 16:43:53 +0200 (CEST) Message-ID: <1318861702.1118760233642.JavaMail.jira@ajax.apache.org> Date: Tue, 14 Jun 2005 16:43:53 +0200 (CEST) From: "David Sean Taylor (JIRA)" To: jetspeed-dev@jakarta.apache.org Subject: [jira] Assigned: (JS2-298) Class loading not J2EE compliant in PlutoFactoryFactoryBean In-Reply-To: <136938575.1118753087529.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JS2-298?page=all ] David Sean Taylor reassigned JS2-298: ------------------------------------- Assign To: David Sean Taylor > Class loading not J2EE compliant in PlutoFactoryFactoryBean > ----------------------------------------------------------- > > Key: JS2-298 > URL: http://issues.apache.org/jira/browse/JS2-298 > Project: Jetspeed 2 > Type: Bug > Components: Other > Versions: 2.0-M3 > Environment: JBoss/HSQLDB > Reporter: Michael Lipp > Assignee: David Sean Taylor > Fix For: 2.0-M4 > Attachments: patch1.txt > > PlutoFactoryFactoryBean.java uses Class.forName to load a class. This does not work if jetspeed-cm-*.jar is not bundled in the WAR (or better: not loaded by the WAR-classloader) but available as a library in an EAR (the WAR classloader searching EAR libraries first to allow simple EJB invocation). As generally recommended, the context classloader should be used (see patch). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org