Problem seems to be caused by conflict in the import/export of same packages
from different bundles; it has been solved with these changes:
- remove from the MANIFEST.MF of CXFBundle (bundle version of cxf 2.7.3) the
import of
javax.servlet,
javax.servlet.http
- add the two packages in the export section of the same MANIFEST.MF
Export-Package: ...,
javax.servlet,
javax.servlet.http,
....
- remove the export of packages
javax.servlet,
javax.servlet.http
from other bundles (if present) that export them, to be sure we use the
packages exported by cxf bundle in all the project.
Sorry for the truble,
Andrea
--
View this message in context:
http://cxf.547215.n5.nabble.com/org-eclipse-jetty-server-Request-cannot-be-cast-to-javax-servlet-http-HttpServletRequest-updating-fr3-tp5729049p5729074.html
Sent from the cxf-user mailing list archive at Nabble.com.