|
From: Isabelle M. <isa...@me...> - 2003-05-18 14:55:08
|
Thnaks Juergen, I should have caught that. I don't understand how the error crept back in, I had it after copying Rod's sample and fixed it. Must be the pressure...
Anyway, thanks a bunch, it saves me some time.
Isabelle
On Fri, May 16, 2003 at 07:29:45PM +0200, jürgen höller [werk3AT] wrote:
> Hi Isabelle,
>
> It seems that the following class specification is wrong:
>
> <bean name="helloController" class="simple.HelloController" >
>
> HelloController is in tutorial.web.skeleton, not in simple, according to your zip contents.
>
> That fits the exception in your log file:
>
> com.interface21.context.ApplicationContextException: Cannot load configuration: problem instantiating or initializing beans (com.interface21.beans.FatalBeanException: Error creating bean with name [helloController]: class 'simple.HelloController' not found; nested exception is:
> java.lang.ClassNotFoundException: simple.HelloController)
>
> BTW, a "configUrl" context-param shouldn't have any effect, as the parameter is now called "contextConfigLocation" ("/WEB-INF/applicationContext.xml" by default).
>
> If there are further problems, don't hesitate to ask, I'll read my mail regularly over the weekend.
>
> Juergen
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Isabelle Muszynski [mailto:isa...@re...]
> Gesendet: Fr 16.05.2003 18:31
> An: jürgen höller [werk3AT]
> Cc: isa...@me...; spr...@li...
> Betreff: Re: [Springframework-developer] Web app and Log4J initialization
>
>
>
> Hi Juergen,
>
> After implementing your changes, my tutorial app no longer works. If I leave in the configUrl parameter, I get a lifecycle exception and cannot deploy. If I put it in comment, the application deploys but gives an internal error when trying to run it. I'd appreciate some help, I'm totally stumped. I've included the tomcat log file as well.
>
> TIA,
>
> Isabelle
>
> --
> Isabelle Muszynski
> Software Engineer
> B. Rekencentra NV
> Kromstraat 50
> 2520 Ranst
> T. : 32-(0)3-470 14 00
> F. : 32-(0)3-470 14 01
> E. : im...@re...
>
>
--
Isabelle Muszynski
Software Engineer
Zandweellaan 4
2660 Antwerpen
Belgium
Tel. 32-(0)3-830 18 54
Mobile: 32-(0)485 49 50 89
Email: isa...@me...
Website: www.meta-logix.com
|