Hi,
I have a main applicationContext.xml file with similar content (several imports):
I get an errorCode:<beans> <import resource="base.xml"/> <!-- it's in a jar--> <import resource="masterdata.xml"/><!-- it's placed to ../WEB-INF/classes--> </beans>
It seems to me that the plugin only looks into ../WEB-INF/classes and do not fetch the file from the lib that's on the classpath too. The application works fine, but the message is annoying.Code:"Invalid relative resource location 'base.xml' applicationContext.xml...".
Do you have a clue on that (other than filter out Spring-API messages from Problems view)?
Thanks,
Gabor


Reply With Quote