Hi,

Just FYI, from CXF 2.6.x, we encourage to use separate cxf bundles instead of 
the all-in-one cxf-bundle
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋



On 2013-6-10, at 下午11:48, eanbiso wrote:

> 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.

Reply via email to