|
|
CompositeConfigurationFactoryBean missing in 0.7 distribution
I have downloaded spring module 0.7 twice however i couldn't find the
CompositeConfigurationFactoryBean.class
i checked the jira the issue is closed (feature enhanced)
All i can find under
spring-modules-jakarta-commons.jar\org\springmodules\commons\configuratio n is a single class
CommonsConfigurationFactoryBean.class
could someone let me know if CompositeConfigurationFactoryBean is
shipped with SM-0.7 or do we need to roll our own ??
Many thanks,
Abdul
I think I might have renamed the class from CompositeConfigurationFactoryBean to CommonsConfigurationFactoryBean. Sorry about that - I should have documented it.
However, the class (CommonsCFB) implements all the functionality for CompositeCFB and in 0.7 add some new features.
Let me know how it works for you. |
|