Results 1 to 3 of 3

Thread: When element "import" will be supported?

  1. #1
    Join Date
    Nov 2004
    Location
    Zurich [CH]
    Posts
    14

    Default When element "import" will be supported?

    Hello,

    When does the element "import" will be supported in Spring IDE? I'm using imports to share bean definitions which are used on client and server.

    Cheers,
    Martin

  2. #2
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    As a workaround you can use a config set which contains the importing file as well as the import file.

    Support for the import element (other than validating if the import file exists) isn't planned yet.

    Cheers,
    Torsten

  3. #3
    Join Date
    Nov 2004
    Location
    Dallas, TX (USA)
    Posts
    58

    Default

    I'm stumped with the import thing. I have a few imports which prevent the rest of the file from being processed. Same with the use of "abstract" and "parent" attributes on beans. I just upgraded from Eclipse 2.X so I'm quite new at Spring IDE at the moment. I resorted to flattening out all of my configs and commenting out the import to get it to process. Kind of a step backwards for now.

Similar Threads

  1. Replies: 12
    Last Post: Oct 30th, 2010, 12:26 AM
  2. Replies: 1
    Last Post: Jul 28th, 2005, 05:08 PM
  3. Replies: 10
    Last Post: Feb 16th, 2005, 11:34 AM
  4. bean def xml file import element error
    By davidcnoel in forum Container
    Replies: 2
    Last Post: Jan 5th, 2005, 03:24 PM
  5. Replies: 3
    Last Post: Aug 30th, 2004, 09:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •