Yes, because for running CXF samples I declared the CXF_HOME environment
variable in my system that point to apache-cxf-2.4.1 distribution that
contain wss4j-1.6.1.jar
For compiling my application I use maven and in .m2 repository there's only
wss4j-1.6.1.jar
Now I tried only to encrypt the messa
Could you run the test again with Java logging level set to FINER and
post the debug log? Could you also supply a test-case if possible?
Colm.
On Fri, Jul 1, 2011 at 5:57 PM, mickysantomax wrote:
> I tried to run tests on Java 1.5 but error still remain the same: The
> signature or decryption wa
Hi,
I'm having some trouble getting the DOSGi with Spring-DM Dinner Service
demo to run in Eclipse 3.5.
I've defined a target platform for the CXF/DOSGi multi bundle
distribution and a Run Configuration for the server using this target
platform.
The problem is, that if I'm trying to start
Currently I am doing the authorization for a whle service, as it was decribed
in the tutorial.
Is it possible to authorize only single operations with CXF?
Is it also possible to add something to the SOAP header/envelope manually?
Thank you!
--
View this message in context:
http://cxf.547215.n5
Hi Colm,
Actually I am configuring UsernameToken, Encrypt and Signature standards for
my cxf webservice.
With 2.3.7 version of CXF everything working fine. Upgrading to 2.4.1
causing this issue, the keystores and configurations files are same.
With my investigation, I suspect there is conflict is
Hi All,
Thanks in advance.
I am trying to create CXF WS client with WSDL2java plugin in maven using
eclipse IDE.
In my POM.xml , I found the following error: Plugin execution not
covered by lifecycle configuration: org.apache.cxf:cxf-codegen-
plugin:2.1.2:wsdl2java (execution: generat
Hi Srinivas,
It's most probably one of the following scenarios:
1) The keystore alias you have specified is incorrect. Try checking
your keystore, i.e. keytool -list -keystore sws-client-keystore.jks,
and see if the alias you have configured in the properties file is
shown.
2) Check the keystore
Hi All,
I am trying to use WS-Security Signature standard, for that which property I
should use for passing username,
USER or SIGNATURE_USER?.
I tried by using SIGNATURE_USER but it gives
*org.apache.cxf.binding.soap.SoapFault: Empty username for specified
action.* exception. If I use USER it wo