0

When writing XML beans and using "ref=" everything works well as long as beans are declared in one file. But when bean is in other file, I can't get any autocompletion.

Doesn't work in Spring Tools Suite 2.8.1 or Eclipse 3.7.1 with Spring IDE plugin.

Xorty
  • 18,367
  • 27
  • 104
  • 155

1 Answers1

1

Either import the other file or create a config set that groups all the files.

Spring/Eclipse 'referenced bean not found' warning when using <import>?

Community
  • 1
  • 1
gkamal
  • 20,777
  • 4
  • 60
  • 57