Il giorno 19/apr/05, alle 22:39, Sebastien Arbogast ha scritto:

4 - Add this section to web.xml

<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/classes/applicationContext.xml</param-value>
</context-param>
<listener>
    <listener-class>
        org.springframework.web.context.ContextLoaderListener
    </listener-class>
</listener>

(Is it a problem if my applicationContext.xml doesn't include my
datasource bean definition, it's generated in another file called
applicationContext-datasource.xml and I have some beanRefFactory.xml

You can have multiple bean factory configuration files and put them inside <param-values> in a comma-separated list.

Does someone confirm ?

If it works, it should be OK ;). Looks fine to me.

        Ugo

--
Ugo Cei
Tech Blog: http://agylen.com/
Source.zone: http://sourcezone.info/
Wine & Food Blog: http://www.divinocibo.it/

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to