I using jboss 6.0.0 and jbossws-cxf-3.4.1 to develop an webservice server . I run ant -Dspring=true deploy-jboss600 to include cxf library into jboss .
I got the following eception. 18:00:30,277 WARN [org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor] : org.apache.ws.security.WSSecurityException: General security error (WSSecurityEngine: Callback supplied no password for: null) I debug CallbackHandler class handle method using eclipse , and i notice that the callback value is empty . Please check this image . http://cxf.547215.n5.nabble.com/file/n5444021/debug.jpg Any idea what is causing ? Thanks Tee -- View this message in context: http://cxf.547215.n5.nabble.com/WSSecurityEngine-Callback-supplied-no-password-for-null-tp5444021p5444021.html Sent from the cxf-user mailing list archive at Nabble.com.
