Make sure that you have the following dependencies...it looks like it is
not picking up the log information from WSS4J:

<dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-jdk14</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
            <scope>test</scope>
        </dependency>

What I am looking for is:

Nov 25, 2014 4:03:52 PM org.apache.wss4j.common.crypto.WSProviderConfig
addJceProvider
FINE: The provider ApacheXMLDSig - 2.02 was added at position: 2
Nov 25, 2014 4:03:53 PM org.apache.wss4j.common.crypto.WSProviderConfig
addJceProvider
FINE: The provider BC - 1.51 was added at position: 2

The latter tells me that the WSS4J has successfully installed BouncyCastle
in the correct position.

Colm.

On Mon, Nov 24, 2014 at 7:56 PM, tobee <[email protected]> wrote:

> CLASSPATH=.;C:\jdk1.6\lib\tools.jar
>
> No progress after doing those:
> 1 removed all the java.security entries for BC
> 2 removed all the jars except folder where i unpacked it(one in JRE was in
> use)
> 3 when I copied it to same folder i run it from(where testcxf is located) -
> still same issue
> 2014-11-24  20:08    <DIR>          .
> 2014-11-24  20:08    <DIR>          ..
> 2014-11-24  20:07         2 908 223 bcprov-ext-jdk15on-151.jar
> 2014-11-24  20:07         2 842 667 bcprov-jdk15on-151.jar
> 2014-11-24  20:07            24 331 testcxf.jar
> 2014-11-24  20:08    <DIR>          lib
> 4 setting classpath explicitly or calling from BC directory doesn't change
> anything
>
> full trace without kerberos debug:
> http://pastebin.com/TCwcAREJ
>
> I guess i don't have to add anything in cxf.xml where i had to put logging
> for bus in order to capture SOAP.
>
>
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/possible-wss4j-bug-tp5750539p5751410.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>



-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to