Hi All,

I have recently set up my Stanbol dev environment on Eclipse and have been
trying to run enhancement chains via code. However, when I try to run the
integration tests like DefaultChainTest via junit on eclipse, I get the
following error:

java.lang.NoSuchFieldError: DEF_CONTENT_CHARSET
        at
org.apache.http.impl.client.DefaultHttpClient.setDefaultHttpParams(DefaultHt
tpClient.java:175)
        at
org.apache.http.impl.client.DefaultHttpClient.createHttpParams(DefaultHttpCl
ient.java:158)
        at
org.apache.http.impl.client.AbstractHttpClient.getParams(AbstractHttpClient.
java:448)


For some reason the RequestExecutor.execute() method fails with the above
error.

I would appreciate if any of you could share some pointers as to why this
might be happening. Any of you faced a similar problem while trying to run
the integration tests via eclipse IDE?

Thanks,
Som

Reply via email to