Using the "SupportingTokens" assertion throws exception
-------------------------------------------------------
Key: RAMPART-36
URL: https://issues.apache.org/jira/browse/RAMPART-36
Project: Rampart
Issue Type: Bug
Components: rampart-core, rampart-policy
Affects Versions: 1.1
Environment: Axis2 1.2 , Rampart-head, Apache tomcat 5.5.23
Reporter: Angel Todorov
Priority: Critical
Fix For: 1.2
Changing "SignedSupportingTokens" to "SupportingTokens" in Rampart's sample01
produces the following exception:
[java] May 5, 2007 9:49:28 PM org.apache.axis2.deployment.ModuleDeployer
deploy
[java] INFO: Deploying module: addressing-1.2
[java] May 5, 2007 9:49:28 PM org.apache.axis2.deployment.ModuleDeployer
deploy
[java] INFO: Deploying module: rampart-1.2
[java] Exception in thread "main" org.apache.axis2.AxisFault:
UsernameToken missing in request
[java] at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434)
[java] at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373)
[java] at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
[java] at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520)
[java] at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500)
[java] at
org.apache.rampart.samples.policy.sample01.Client.main(Unknown Source)
[java] Java Result: 1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.