2 Replies Latest reply on Jun 5, 2007 3:31 AM by nightcap

    WS-Security deployment

    nightcap

      Hi,

      I have a problem using WS-Security. When deploying the web service I get the following error at startup:

      17:36:32,880 ERROR [ServiceEndpointDeployer] Cannot create service endpoint
      org.jboss.ws.WSException: Invalid config namespace: http://www.jboss.com/ws-security/config
      at org.jboss.ws.metadata.config.JBossWSConfigFactory.parse(JBossWSConfigFactory.java:91)

      I use:
      JBossWS 1.2.1
      JBoss-4.0.5
      JDK 1.5

      This is the config file I use for the WS-Security:

      <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
      <key-store-file>WEB-INF/server.keystore</key-store-file>
      <key-store-password>wsse</key-store-password>
      <trust-store-file>WEB-INF/server.keystore</trust-store-file>
      <trust-store-password>jbossws</trust-store-password>-->






      </jboss-ws-security>

      Has anybody any idea why I get this error? I get no results when googling the error.

      Thanks very much!