You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/07/16 18:08:00 UTC

[jira] Resolved: (SM-1447) Add support for using Spring 2.5 as well as 2.0 in ServiceMix web console

     [ https://issues.apache.org/activemq/browse/SM-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SM-1447.
---------------------------------

      Assignee: Guillaume Nodet
    Resolution: Fixed

Sending        web/servicemix-web-console/src/main/java/org/apache/servicemix/web/handler/BindingBeanNameUrlHandlerMapping.java
Transmitting file data .
Committed revision 677322.

> Add support for using Spring 2.5 as well as 2.0 in ServiceMix web console
> -------------------------------------------------------------------------
>
>                 Key: SM-1447
>                 URL: https://issues.apache.org/activemq/browse/SM-1447
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-web-console
>    Affects Versions: 3.3
>            Reporter: Marcello Teodori
>            Assignee: Guillaume Nodet
>            Priority: Minor
>         Attachments: patch.diff
>
>
> I am using servicemix-web-console as a war dependency for my webapp excluding spring 2.0 artifacts and including the 2.5 ones, but there is an incompatibility in the BindingBeanNameUrlHandlerMapping class when switching versions.
> The result is that all the request parameters don't get injected into the controller beans, as the getHandlerInternal method from  BeanNameUrlHandlerMapping return a HandlerExecutionChain object with 2.5 instead of a Handler object as in 2.0.
> The included patch addresses both Spring 2.0 and 2.5, and is also useful for SM-1346.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.