The plugin doesn't really inject anything, it is all up to Spring. musachy
On Mon, Jul 7, 2008 at 3:03 PM, Gabriel Belingueres <[EMAIL PROTECTED]> wrote: > 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] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]