Results 1 to 3 of 3

Thread: Missing imports in Spring XMLs at design time

  1. #1
    Join Date
    Jul 2007
    Location
    Tel Aviv, Israel
    Posts
    7

    Default 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

  2. #2
    Join Date
    Jul 2007
    Location
    Tel Aviv, Israel
    Posts
    7

    Default 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?

  3. #3
    Join Date
    Jul 2007
    Location
    Tel Aviv, Israel
    Posts
    7

    Default

    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
  •