[jboss-user] [JBossWS] - STRTransform Exception in WS Signing

lafaserem do-not-reply at jboss.com
Tue Jan 22 06:11:54 EST 2008


Hi! Finally I got my WS and client running and signing messages.. Server receives SOAP messages with signature and client receives responses (or at least it does what it's supposed to do :) )

But during the execution an exception appears... It seems it doesn't have any consequence, but any idea of why it's happening this?

I've tried to "googling" a bit for this, but I didn't find anything... 

Thanks ;)


  | java.lang.ClassNotFoundException: org/jboss/ws/extensions/security/STRTransform
  |         at java.lang.Class.forName0(Native Method)
  |         at java.lang.Class.forName(Class.java:169)
  |         at org.apache.xml.security.transforms.Transform.register(Unknown Source)
  | 
  |         at org.jboss.ws.extensions.security.STRTransform.<clinit>(STRTransform.j
  | ava:64)
  |         at org.jboss.ws.extensions.security.SignatureVerificationOperation.proce
  | ss(SignatureVerificationOperation.java:54)
  |         at org.jboss.ws.extensions.security.SecurityDecoder.decode(SecurityDecod
  | er.java:123)
  |         at org.jboss.ws.extensions.security.SecurityDecoder.decode(SecurityDecod
  | er.java:185)
  |         at org.jboss.ws.extensions.security.WSSecurityDispatcher.handleInbound(W
  | SSecurityDispatcher.java:147)
  |         at org.jboss.ws.extensions.security.jaxws.WSSecurityHandler.handleInboun
  | dSecurity(WSSecurityHandler.java:78)
  |         at org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerClient.handle
  | Inbound(WSSecurityHandlerClient.java:40)
  |         at org.jboss.ws.core.jaxws.handler.GenericHandler.handleMessage(GenericH
  | andler.java:55)
  |         at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(Ha
  | ndlerChainExecutor.java:295)
  |         at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(Ha
  | ndlerChainExecutor.java:140)
  |         at org.jboss.ws.core.jaxws.client.ClientImpl.callResponseHandlerChain(Cl
  | ientImpl.java:168)
  |         at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:363)
  |         at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:243)
  | 
  |         at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:16
  | 4)
  |         at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:15
  | 0)
  |         at $Proxy15.getRate(Unknown Source)
  |         at org.jbia.ws.Client.main(Client.java:14)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122135#4122135

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122135



More information about the jboss-user mailing list