You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Cory Lum <lu...@gmail.com> on 2010/10/21 16:16:47 UTC

Cactus 1.8.0 & HttpComponents (HttpClient 4.0)

Hi,

I've upgraded to HttpComponents in my application http://hc.apache.org/ since
Commons HttpClient 3.x is nearing the end of life. All my cactus tests are
failing with the exception, java.lang.NoClassDefFoundError:
org/apache/commons/httpclient/HttpMethod. Is there a way to get cactus
running with HttpComponents?
I doubt it's safe to have both HttpComponents and HttpClient 3.x in my
classpath. Please help.

Thanks,
Cory