Upgrade Spring 2.5 version to support Spring Expression

91 Views Asked by At

I am using Spring 2.5.1 version. I am unable to upgrade my version to higher due to management feedback including heavy end to end testing requirements. Is there a workaround I can top up Spring 2.5.1 with Spring Expression features may be adding Spring Expression jar?

I need to refer property of another bean which does not support in Spring 2.5.1 version. Below addresslookup is another bean and url is its property. How do I gain this feature in Spring 2.5.1 without upgrade to Spring version?

 <jaxws:endpoint id="serviceEndpoint"
    implementor="#automationService" publishedEndpointUrl="#{addressLookup.url}" />
0

There are 0 best solutions below