hi all,
I'm trying to run web app under geronimo..
I'm getting this error , but I have all spring libraries in web-inf/
Caused by: java.lang.NoClassDefFoundError:
org/springframework/beans/factory/InitializingBean
I tried this:
<dep:hidden-classes>
<dep:filter>org.springframework</dep:filter>
</dep:hidden-classes>
but it didn t help either.
geronimo 2.1.1.
How do I fix it?
thanks.
--
View this message in context:
http://www.nabble.com/Caused-by%3A-java.lang.NoClassDefFoundError%3A-org-springframework-beans-factory-InitializingBean-tp19552625s134p19552625.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.