KMalhi wrote:
> 
> Caused by: java.io.FileNotFoundException:
> /usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts (No such file or
> directory)
>     at java.io.FileInputStream.open(Native Method)
>     at java.io.FileInputStream.<init>(FileInputStream.java:137)
>     at java.io.FileInputStream.<init>(FileInputStream.java:96)
>     at
> org.apache.ws.security.components.crypto.AbstractCrypto.<init>(AbstractCrypto.java:109)
> 

WSS4J is trying to load default trust store from the JVM.
String cacertsPath = System.getProperty("java.home") +
"/lib/security/cacerts";

Jean-Louis



-- 
View this message in context: 
http://www.nabble.com/build-fails-due-to-webservice-ws-security-example-tp25012817p25013001.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to