Re: tomcat trouble

2007-11-07 Thread Konstantin Kolinko
When class cannot be loaded, it usually is a classloader issue. Are you familiar with Tomcat classloaders hierarchy? See here: http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html Note that although Webapp classloader is a child of all the others, but it is being asked first, as if it

RE: tomcat trouble

2007-11-07 Thread Caldarale, Charles R
> From: Andrew123 [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat trouble > > Exception: > org.springframework.beans.factory.BeanDefinitionStoreException: Error > registering bean with name '' defined in class path resource > [services.xml]: > Class that bean

RE: tomcat trouble

2007-11-07 Thread Andrew123
I use jdk 1.6.0_02 and linux. Tomcat has permission to read the .jar files. Exception: org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name '' defined in class path resource [services.xml]: Class that bean class [some.class] depends on not found; nested

RE: tomcat trouble

2007-11-07 Thread Caldarale, Charles R
> From: Andrew123 [mailto:[EMAIL PROTECTED] > Subject: tomcat trouble > > Tomcat doesn't want to extract .jar archives from > /WEB-INF/lib directory. So the error message displayed is something like "don't want to"? Perhaps you could be a bit more precise in the description of the problem. Also