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


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

        

Reply via email to