Autowired @qualifier pointing to a service in a jar file application?

Jay, try the following: - eliminate the forward-slash "/" - in your application context xml file, try to import the application context from your external jar file if it has any --> import resource="classpath*:/META-INF/spring/*. Xml let me know if it does/doesn't work.

Jay, try the following: - eliminate the forward-slash "/" - in your application context xml file, try to import the application context from your external jar file if it has any --> import resource="classpath*:/META-INF/spring/*. Xml" let me know if it does/doesn't work.

Jenue, it has still the same errors. It may seem that all the java files inside the jar file with autowiring in it wants a bean declaration on my context.xml. – jaded Jul 20 '10 at 6:14.

It's possible this is the case, but I'd like to clarify. If not, does the jar expose a Spring context file you can import, thus adding the additional beans to your context for autowiring?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions