Hi,

Is it possible to dynamically provide name of profile like this?

<beans profile="${profile.name}">
</beans>
I know there is "-Dspring.profiles.active", still there is some case where in I want to enable/disable it thru value of "profile.name", without touching my start up script where I've given "-Dspring.profiles.active=prod"

- Raghav