Missing imports in Spring XMLs at design time
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
Disable the "check imports" validation rule?
I see nobody has an answer so far.
Is there a way to disable the validation of imports? I saw there are numerous validation rules that can be controlled from the preferences, but not the imports. Anyone?