Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 73731 invoked from network); 14 Nov 2006 13:23:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 13:23:23 -0000 Received: (qmail 94900 invoked by uid 500); 14 Nov 2006 13:23:34 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 94778 invoked by uid 500); 14 Nov 2006 13:23:33 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 94769 invoked by uid 99); 14 Nov 2006 13:23:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 05:23:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 05:23:22 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 933927142CD for ; Tue, 14 Nov 2006 05:23:02 -0800 (PST) Message-ID: <1537160.1163510582600.JavaMail.root@brutus> Date: Tue, 14 Nov 2006 05:23:02 -0800 (PST) From: "james strachan (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Reopened: (AMQ-1036) web-console broken (queue browsing). In-Reply-To: <15906320.1162985282489.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1036?page=all ] james strachan reopened AMQ-1036: --------------------------------- Could you apply this fix to the 4-1 branch too please? https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.1/ > web-console broken (queue browsing). > ------------------------------------ > > Key: AMQ-1036 > URL: https://issues.apache.org/activemq/browse/AMQ-1036 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: incubation > Reporter: Dave Syer > Assigned To: Adrian Co > Fix For: 4.1.0 > > > I managed to build and launch the web-console from svn, but the queue browsing page is broken - queue.jsp uses properties of Queue e.g. ${row.size} that do not exist. When I hacked queue.jsp to remove references to those properties I got another error on trying to purge a queue: > RequestURI=/activemq-web-console/purgeDestination.action > Caused by: > java.lang.IllegalArgumentException: Target bean must not be null > at org.springframework.util.Assert.notNull(Assert.java:113) > at org.springframework.validation.BeanPropertyBindingResult.(BeanPropertyBindingResult.java:58) > at org.springframework.validation.DataBinder.initBeanPropertyAccess(DataBinder.java:167) > at org.springframework.validation.DataBinder.getInternalBindingResult(DataBinder.java:186) > at org.springframework.validation.DataBinder.getPropertyAccessor(DataBinder.java:196) > at org.springframework.validation.DataBinder.applyPropertyValues(DataBinder.java:515) > at org.springframework.validation.DataBinder.doBind(DataBinder.java:417) > at org.springframework.web.bind.WebDataBinder.doBind(WebDataBinder.java:146) > at org.springframework.web.bind.ServletRequestDataBinder.bind(ServletRequestDataBinder.java:108) > at org.apache.activemq.web.handler.BindingBeanNameUrlHandlerMapping.getHandlerInternal(BindingBeanNameUrlHandlerMapping.java:43) > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira