Hi,
It seems that httpcore made some design improvements that may affect
Axis2. With httpcore 4.0-alpha3 org.apache.http.Header and
org.apache.http.StatusLine are no longer classes but interfaces (see
http://tinyurl.com/z2fqm).
To let Axis2 compile with httpcore > 4.0-alpha2 and to avoid future
runtime errors, I would suggest to replace
org.apache.http.Header -> org.apache.http.message.BasicHeader
org.apache.http.StatusLine -> org.apache.http.message.BasicStatusLine
in the org.apache.axis2.transport.http packages.
Regards, Alex
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]