From ColdSpring_Reference_v0.011-1.pdf

autowire no|byName|byType

Tells ColdSpring to autowire in dependencies by looking at the public properties (setters) of your bean and seeing if it knows about a bean that would match the signature. It will look for a match either by the name (or id) of a bean, or by the bean’s type.

Implemented (except for “constructor” and autodetect values).

Does this mean that I can not turn it off for constructors and autodetect?

for example

<bean id="sqlDsn" class="com.amkor.global.dao.dsn" singleton="true" lazy-init="false" autowire="no">
        <constructor-arg name="dsn"><value>misc_billing_sql</value></constructor-arg>
</bean>

But coldspring seem to still be attempting to autowire this thing.


Best Regards,

Adam Crump
Sr. Analyst - Programmer
Web Services - ICS
Amkor Technology

Reply via email to