Hello,

I am using Spring configuration XML files in my code. From various reasons, I relocate these XMLs prior to loading the context. This works just fine in my code.

However, I do have some imports between the files. These imports cannot be satisfied at design time because the files are gathered from different locations and JARs. I'm getting an error marker regarding these imports.

Is there any way to suppress this error marker?

Thanks,
Zviki