-
Apr 27th, 2010, 10:04 AM
#1
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
-
Apr 29th, 2010, 07:53 AM
#2
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?
-
May 5th, 2010, 09:23 AM
#3
I ended up writing my custom import lookup scheme. Using a prefix in the import string causes the tool to ignore it.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules