|
Even if you ignored artefacts from outside of the workspace, allowing imports specified by file name along inter-eclipse-project classpaths would meet all of my team's needs.
I imagine that's a more common case than external bean definitions in general? |
||||||||||||||||||||||||||||||||||||||||||||||
1. Spring IDE's BeansConfigValidator only validates the entities of the internally managed BeansCoreModel. The BeansConfig XML files are not parsed during validation.
1. The BeansConfig XML files are only parsed while (lazily) populating the BeansCoreModel or after a modification of a BeansConfig file (callback from Eclipse's workspace via
1. The
Ok, now some issues with the support of the classpath protocol
<import>1. How do we get the imported BeansConfig files and it's artifacts into the BeansCoreModel?[[BR]]Here we need some help from Spring's tooling support (refer to the http://opensource.atlassian.com/projects/spring/browse/SPR-3536 JIRA ticket SPR-3536
) first.
1. How do we get an
1. How do we get informed about a modification of a BeansConfig file which is not part of the Eclipse workspace?