Reputation: 43
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}" />
Upvotes: 0
Views: 112