Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 96656 invoked from network); 5 Jan 2010 16:30:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jan 2010 16:30:29 -0000 Received: (qmail 69813 invoked by uid 500); 5 Jan 2010 16:30:28 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 69738 invoked by uid 500); 5 Jan 2010 16:30:28 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 69727 invoked by uid 99); 5 Jan 2010 16:30:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 16:30:28 +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; Tue, 05 Jan 2010 16:30:27 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 5BB88234C1E9; Tue, 5 Jan 2010 08:30:07 -0800 (PST) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 48489] Tomcat CL doesn't resolve the array classes. X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 6 X-Bugzilla-Component: Catalina X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: kakvicky@yahoo.co.in X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: default X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20100105163007.5BB88234C1E9@brutus.apache.org> Date: Tue, 5 Jan 2010 08:30:07 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48489 --- Comment #6 from VickyKak 2010-01-05 08:30:05 UTC --- (In reply to comment #5) > couldn't you just use > > -Dsun.lang.ClassLoader.allowArraySyntax=true I don't see it useful, here is the related bug http://bugs.sun.com/view_bug.do?bug_id=6434149 The TomcatCL does not resolve the custom class array, this should be done via system classloader call as >>+ clazz = Class.forName(name, true, this); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org