ORACLEADF wrote:
> Hi Nick
> Thank you.
> I create a file applicationContext.xml like the following pic and I use it
> in DAO and BO classes :

Is your applicationContext.xml read at all?
I.e., are your beans actually created?

To check: Does your log contains a line like

INFO XmlBeanDefinitionReader - Loading XML bean definitions from
ServletContext resource [/WEB-INF/applicationContext.xml]

(Actual format may be different, depends on your logging
configuration.)

If not, you need to declare the ContextLoaderListener in web.xml,
and maybe the location of applicationContext.xml if it's not in
WEB-INF.

        Joachim

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod, Roedermark, Germany
Email: jsch...@acm.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to