10
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
increase the terminate message delay inorder to work this properly with synapse nhttp More... almost 16 years ago
Set a property for make connections and terminate response messages to send 202 accepted header for synapse nhttp transport. Also increas the terminate message delay time suite for nhttp transport as well More... almost 16 years ago
reformat the code More... almost 16 years ago
Fix to allow automatic reallocation of sequences that have timed out or been deleted. The solution is to have a reallocated RMSBean point at the RMSBean created as part of the reallocation via a new RMSBean attribute that contains the internalSeqID of the newly created RMSBean. More... almost 16 years ago
Fixes made to improve compliance with spec's and interop with other implementations: - AckRequest's now added as piggybacks to application msgs (this is needed as implementations don't have to piggyback acks and therefore could only respond to ackRequest msgs.) - We can ignore piggybacked ack requests as Sandesha piggyback acks at every opportunity - Offered EP's can't be set to none so have set to use AcksTo as the offered EP if one hasn't been set - Updated so that we poll for terminateSeqResponse - Updated so that we offer for 1.1 as well as 1.0. This fixes an interop issue with WCF. More... almost 16 years ago
should get the message type using the response message context. this gives an excpetion when using with security. More... almost 16 years ago
remove the hard coded timout value More... almost 16 years ago
removing transport headers if the transport is mail More... almost 16 years ago
Solve IllegalMonitorStateException problem as reported by Amila by only adding the bean to the list of locked beans if it really did get the lock. More... almost 16 years ago
when handling duplicate messages. i.e if the services blocks the thread for 60 seconds, then there is a possiblity that RMS sends duplicate messages. these duplcate messages are locked in the GloblaInHander util first message clear the service. Then when after processing these messages they going to commit. At this commit release locks method throws a Runtime Exception which causes a soap fault message. this can be avoided by catching this exception at this level. But how ever there may be an error with the InMemory Transaction model. More... almost 16 years ago
Committing patch for https://issues.apache.org/jira/browse/SANDESHA2-188 More... almost 16 years ago
Fix to allow Acks to be sent for RM 1.1 Sync exchange protocols. More... about 16 years ago
Modifying SequenceTerminatedFault test to remove ordering problem when finding RMDBeans More... about 16 years ago
Modifying SenderWorker to always send an ACK but only in the RM1.0 case. This improves the 1.1 performance. More... about 16 years ago
InvalidAck err sent to wrong location. It is currently sent to itself and not to the other end. More... about 16 years ago
Clone constructor to bring SenderBean into line with RMSBean etc More... about 16 years ago
The fix is a logic change in sandesha to stop two way sandeshaOps being seen as user defined ops. This in turn stops sandesha from sending offers for one way user defined ops. More... about 16 years ago
Applied the patch for SANDESHA2-186 More... about 16 years ago
Match up with the generic type argument added to Axis2 PolicySubject More... about 16 years ago
More IDE warning cleanup More... about 16 years ago
applied the patch for SANDESHA-184 More... about 16 years ago
commiting the patch for SANDESHA2-184 More... about 16 years ago
Reading the Storage manager parameter from module xml More... about 16 years ago
Reading the persistence storage parameters from the module parameters as well More... about 16 years ago
Applying patch for SANDESHA2-183, thanks Dave More... about 16 years ago
Detection of possible deadlocks and better trace of InterruptedExceptions More... about 16 years ago
Fix rampart module load problems in the test module More... over 16 years ago
Remove use of deprecated stuff from the user samples More... over 16 years ago
Break out the async echo tests to help debug what looks like a race condition More... over 16 years ago
Fix up a bunch of java5 warnings and remove the 'never' from the pom for the SNAPSHOT repo - that makes no sense More... over 16 years ago