|
From: Kopylenko, D. <dko...@ac...> - 2003-07-26 21:30:53
|
Try to make sure that this class is compiled and in the classpath =
(either in
the WEB-INF/lib/some.jar or
WEB-INF/classes/web/PriceIncreaseFormController.class)
Regards,
Dmitriy.
-----Original Message-----
From: JP Pawlak
To: spr...@li...
Sent: 7/26/2003 2:38 PM
Subject: TR : RE : [Springframework-developer] AppServer skills
-----Message d'origine-----
De=A0: JP Pawlak [mailto:jp....@ti...]=20
Envoy=E9=A0: samedi 26 juillet 2003 20:30
=C0=A0: 'Lars Fischer'
Objet=A0: RE : RE : [Springframework-developer] AppServer skills
Hi Lars,
Thanks for trace.
At a first look, I see that the class web.PriceIncreaseFormController
could not be loaded. As it's the right class name which Tomcat tries to
load, we can assume that the configuration is OK.=20
So looking both on your stack and the source, I see that the class is
loaded by the factory as a bean.=20
- If you forgot to create the source in web package, do it.
- If done and still not works, add within a constructor without arg,
like:
<code>
Public PriceIncreaseFormController() {
super();
}
</code>
In any case, I will follow the entire tutorial and check for
inconsistencies if any.=20
Regards,
Jean-Pierre
>>>>>>
root cause
java.lang.ClassNotFoundException: web.PriceIncreaseFormController
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader=
.java:1443)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader=
.java:1289)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at
com.interface21.beans.factory.xml.XmlBeanFactory.parseBeanDefinition(Xml=
BeanFactory.java:283)
at
>>>>>>
=20
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01=
/01
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|