You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2012/04/18 10:08:12 UTC

cxf 2.6.0 in tomee

Hi,

i just updated our patch cxf bundle to cxf 2.6.0.

I just realized cxf was using asm for several things. It can be used
without but there are some limitation using jaxb annotations on EI (saw on
a forum, i don't exactly know what it concerns).

Well in the patched version i replaced asm by xbean-asm.

- Romain