You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Aki Yoshida <el...@gmail.com> on 2015/07/09 19:25:31 UTC

Re: problem when i update cxf to 3.0.4 version

I think something got mixed up in your setup and you don't have the
3.0.4 version of cxf's ws-security bundle.
I suppose you are not using Karaf. In that case, you will have to
verify what's installed on your container on your own.

please use users@cxf for further questions.

thanks.


2015-07-01 3:48 GMT+02:00 Bharadwaj N <bh...@gmail.com>:
> osgi.wiring.package;
> (&(osgi.wiring.package=org.apache.cxf.ws.security.wss4j)(version>=3.0.0)(!(version>=4.0.0)))
>
> I am using WSS4JIN/OUT interceptors from cxf rt but now there is problem
> when i try to install my bundle with new cxf version . please help me out