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
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.