Code:<context:property-placeholder location="classpath*:config.properties" ignore-unresolvable="true" /> <bean id="springContext" class="${basePackage}.common.SpringContext"/> <context:component-scan base-package="${basePackage}.service" />
The property basePackage is not resolved in "springContext" bean but in component-scan is resolved.
the exception is:
Code:java.io.FileNotFoundException: class path resource [${basePackage}/common/SpringContext.class] cannot be opened because it does not exist
Thanks


Reply With Quote
