Hi,
I tried removing comman-pool-1-2.jar from my WAR file before deploy but still i have getting same error. Freeman Fang wrote: > > Hi, > > This should be caused by two versions commons-pool co-exist, one from > your servlet container, one from your war. > This is common problem when use some kind of container, and generally > the container should let you specify the way how classlaoder works > (like self-first or parent-first). > In your case, could you firstly just try to remove the commons-pool > lib from your war? > > Freeman > On 2010-3-18, at 下午7:03, Nandeesh wrote: > >> >> I am trying deploy servicemix JBI componet servicemix-web-3.2.3.war >> file on >> geronimo version "geronimo-jetty6-javaee5-2.1.4" but getting following >> exception" HttpManagedServlet - java.lang.NoClassDefFoundError: >> org/apache/commons/pool/ObjectPoolFactory" but i have common-pool in >> my war >> file. Looks like class loading issue, can someone there help to >> resolve this >> issue? >> -- >> View this message in context: >> http://old.nabble.com/Issue-deploying-apache-servicemix-3.2.3-on-geronimo-server-tp27944075p27944075.html >> Sent from the ServiceMix - Dev mailing list archive at Nabble.com. >> > > > -- > Freeman Fang > ------------------------ > Open Source SOA: http://fusesource.com > > > -- View this message in context: http://old.nabble.com/Issue-deploying-apache-servicemix-3.2.3-on-geronimo-server-tp27944075p27950890.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
