Hi, I want to inject a String defined in the Spring's applicationContext.xml file like this:
<bean id="templatesDir" class="java.lang.String"> <constructor-arg><value>/WEB-INF/templates/</value></constructor-arg> </bean> but the Spring plugin does not try to inject it (It works with my other injected, non String class objects though) It is OK that the plugin does not try to inject String objects? (because they later can be overwritten with a parameter?) or is this just a bug in the plugin? Regards, Gabriel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]