10
I Use This!
Inactive

Commits : Listings

Analyzed 18 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only piggyback ACKs if the sequence has an ACK to piggyback. Check that an ACK is valid for a sequence. Remove a few unused imports from the MTOM test More... almost 18 years ago
See http://issues.apache.org/jira/browse/SANDESHA2-83 More... almost 18 years ago
Fix Build issue where AxisFault constructors have changed and makeFault method added. Changed the jakarta.httpcore.version to alpha4 to match axis2 and resolve ClassNotFound issues More... almost 18 years ago
Use the Sandesha2Constant for the RMDuplicate operation. This fixes a problem where acks are not sent for duplicate messages. More... almost 18 years ago
See sandesha-77 More... almost 18 years ago
SandeshaClient close/terminate/ack request may be sent using a different soap version to the rest of the sequence messages if the Options instance doesn't contain a soap version uri. More... almost 18 years ago
Axiom changes have caused exceptions when generating fault RM messags, this fix stops the unit test failures More... almost 18 years ago
Exceptions caught when processing SenderWorker.checkForSyncResponses should log a warning and not throw the exception otherwise Terminate processing does not complete for RM1.0 More... almost 18 years ago
Make sure that the right namespace is used to parse Subcodes from SequenceFaults More... almost 18 years ago
Moved the TerminateSequence action mapping to the InOnly group. Added a ServiceClient.setPolicyBean method. Using this users can set their policy beans through the client API. More... almost 18 years ago
Avioded rewriting of the Addressing anonymous URI for WSRM 1.0 messages. Avoided standalone acks in the WSRM 1.0 anonyous InOut scneario. If such an ack get returned the client may assume the message to be InOnly and avoid from replaying request msgs to get the response. More... almost 18 years ago
Update to match Axis2 transport description changes More... almost 18 years ago
SANDESHA2-75: Automatically send an offer when using WSRM 1.0 and connecting to a service that contains OUT-IN meps. More... almost 18 years ago
Make the SandeshaUtil.getPermanentStorageManager use the correct classname More... almost 18 years ago
Set the Sequence Identifier when processing SequenceTerminated or SequenceUnknown faults More... almost 18 years ago
Stop trace from being turned on in the unit tests More... almost 18 years ago
Move fixed RM state off the context objects and onto the axis configuration More... almost 18 years ago
Mark the RMSBean as terminated if a SequenceUnknown or SequenceTerminated fault is returned from the RMD More... almost 18 years ago
Only remove sequences which have a set sequenceRemoveTimeout value More... almost 18 years ago
Use the HOLD_RESPONSE property to hold the transport for sync 2-way messages More... almost 18 years ago
For AckRequested, SequenceFault and MessagePending headers, set them as processed when fromOMElement is called More... almost 18 years ago
MustUnderstands that have been processed are lost after message serialized/deserialized More... almost 18 years ago
Ensure we try the backchannel before we allow a message to be returned by MakeConnection More... almost 18 years ago
Fix typo in constant More... almost 18 years ago
Make the SandeshaInHandler a no-op when RM is not enabled More... almost 18 years ago
Move the StorageMap off the context, and into the storage manager More... almost 18 years ago
Put some more diagnostics into the test case More... almost 18 years ago
Ensure that we match up inbound and outbound sequences, so that we stop polling once we get the reply messages that we expect More... almost 18 years ago
Minor tweak to duplicate processing to enable message to reach the RMMessageReceiver so ACK messages can be sent. More... almost 18 years ago
Use WS-RM anonymous address to piggyback ack messages More... almost 18 years ago