[jboss-user] [JBossWS] - WS-Security deployment
nightcap
do-not-reply at jboss.com
Mon Jun 4 11:57:14 EDT 2007
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!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051014#4051014
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051014
More information about the jboss-user
mailing list