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
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
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
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.