Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 32789 invoked from network); 23 May 2005 17:43:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2005 17:43:17 -0000 Received: (qmail 58786 invoked by uid 500); 23 May 2005 14:53:17 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 58688 invoked by uid 500); 23 May 2005 14:53:16 -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 58655 invoked by uid 500); 23 May 2005 14:53:15 -0000 Delivered-To: apmail-jakarta-jetspeed-dev@jakarta.apache.org Received: (qmail 58647 invoked by uid 99); 23 May 2005 14:53:15 -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; Mon, 23 May 2005 07:53:07 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3ACB5309 for ; Mon, 23 May 2005 16:52:52 +0200 (CEST) Message-ID: <1017435943.1116859972239.JavaMail.jira@ajax.apache.org> Date: Mon, 23 May 2005 16:52:52 +0200 (CEST) From: "JamesLiao (JIRA)" To: jetspeed-dev@jakarta.apache.org Subject: [jira] Created: (JS2-263) ClassCastException raised when change portlet location on the fly 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 ClassCastException raised when change portlet location on the fly ----------------------------------------------------------------- Key: JS2-263 URL: http://issues.apache.org/jira/browse/JS2-263 Project: Jetspeed 2 Type: Bug Components: Layout Versions: 2.0-M3 Environment: Windows XP SP2, Sun JDK 1.4.2_07, Tomcat 5.0.30 Reporter: JamesLiao After I login as administrator, I change portlet's location(like move a portlet from right to left). But after I restart the web server, there is nothing change. So I debug the JetSpeed 2, I found the problem happens in the class org.apache.jetspeed.page.impl.CastorXmlPageManager's registerPage() method. There is a java.lang.ClassCastException raised when registerPage() call setProfiledNodePathAndUrl() with cast the org.apache.jetspeed.om.page.Page to org.apache.jetspeed.page.document.AbstractNode. It that some kind of configuration problem, but I did not change any default configuration. -- 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