1. 78df3c0 Removed the direct StAX, activation and javamail dependencies and use whatever Axis2 and Axiom recommends. In particular this removes the duplicate dependency on the StAX API. by Andreas Veithen · 13 years ago
  2. 9f8c155 Removed the axis2-codegen dependency from the root POM. It is only used by the interop module, which already has a dependency declaration for axis2-codegen. by Andreas Veithen · 13 years ago
  3. 497b8b9 Again include the architecture and user guides (which were moved to make it possible to generate the Maven site) into the docs distribution. Also upgraded the maven-assembly-plugin because 2.1 has an issue with file permissions in ZIP files. by Andreas Veithen · 13 years ago
  4. c01aeb0 Replaced tabs with spaces. by Andreas Veithen · 13 years ago
  5. 2c20090 Use a dependencySet instead of a fileSet to include the JARs and the MAR into the binary distribution. Copying stuff from the target folder of sibling projects is a bad practice. Adding the other Maven modules as dependencies also eliminates the Javadoc warnings about missing packages. by Andreas Veithen · 13 years ago
  6. f7bbbc8 Replaced tabs by spaces. by Andreas Veithen · 13 years ago
  7. 923f1ec Updated the POM metadata (URLs, mailing lists, SVN, etc.). by Andreas Veithen · 13 years ago
  8. a9ad54d Produce and show a consistent set of project reports in the Maven site. by Andreas Veithen · 13 years ago
  9. 86d3a47 Skip site generation in submodules. We only need to generate the site of the root project. by Andreas Veithen · 13 years ago
  10. 6f8f4ba Use maven-shade-plugin to produce the sandesha2-client-constants JAR. This has the advantage that the resulting Maven artifact no longer has a dependency on sandesha2-core (from which sandesha2-client-constants is extracted). This is because maven-shade-plugin produces a dependency reduced JAR. by Andreas Veithen · 13 years ago
  11. 8fea378 Use ${project.version} to refer to the Sandesha2 version (as recommended by Maven 3), and eliminated usage of ${sandesha2.version}, ${pom.version}, ${version} and harcoded version. by Andreas Veithen · 13 years ago
  12. d7e7534 Centralized the management of the Rampart version in the root POM. by Andreas Veithen · 13 years ago
  13. 12abb05 Removed unnecessary configurations of the maven-compiler-plugin. The correct Java version is already set in the root/parent POM and in the mar module, the configuration is useless because there are no sources. by Andreas Veithen · 13 years ago
  14. 3ab9e60 Adding missing relativePath (because the default value ../pom.xml is not correct here). by Andreas Veithen · 13 years ago
  15. 729d6da Fixed formatting of POM files (which had inconsistent indentation and a mix of tabs and spaces). by Andreas Veithen · 13 years ago
  16. 0a1b23f Reintegrated the changes done in r545826 and r582763 (download entries for 1.2 and 1.3) by chamikara and sumedha back into the site sources. PLEASE DO NOT MODIFY A GENERATED SITE WITHOUT ALSO UPDATING THE SITE SOURCES! by Andreas Veithen · 13 years ago
  17. 6246064 SAND-14: Reintegrated the change done in r729209 by gdaniels back into the site sources. PLEASE DO NOT MODIFY A GENERATED SITE WITHOUT ALSO UPDATING THE SITE SOURCES. by Andreas Veithen · 13 years ago
  18. 63e67c8 Restore the site logos. by Andreas Veithen · 13 years ago
  19. d9362a4 Moved the XDoc documents and related files to the places expected by Maven 2 and did the minimal fixes to make mvn site succeed (i.e. basically made the XML files well formed). by Andreas Veithen · 13 years ago
  20. 54be187 Updated Axiom version to 1.2.11-SNAPSHOT because 1.2.10-SNAPSHOT is no longer available. by Andreas Veithen · 13 years ago
  21. 8ff1e73 PiggyBacked acks sent on closeSeq & terminateSeq with mustUnderstand set to true breaks RSP spec. Fixed so that all piggybacked acks are sent with mustUnderstand set to false. by David Parsons · 14 years ago
  22. 56f6f53 Fixed typo in unit test name. by Andreas Veithen · 14 years ago
  23. 0208042 Set up svn:ignore for Eclipse. by Andreas Veithen · 14 years ago
  24. 797e905 SANDESHA2-203 by Richard J. Scheuerle, Jr · 14 years ago
  25. 6729d95 Update POM to point at new AXIOM SNAPSHOT branch by David Parsons · 14 years ago
  26. e52bcb8 Removed dependency on axis2-transport-tcp. The TCP transport is never used in the tests. by Andreas Veithen · 14 years ago
  27. 133c881 Removed unused repositories, in particular the old snapshot repository. by Andreas Veithen · 14 years ago
  28. 595514c Let Sandesha use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. by Andreas Veithen · 14 years ago
  29. 95c8796 Let Sandesha use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. by Andreas Veithen · 14 years ago
  30. a73f8ba Let the Sandesha integration tests use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. by Andreas Veithen · 14 years ago
  31. 5c26c5c Fixed the transport dependencies so that Sandesha can be compiled again. by Andreas Veithen · 14 years ago
  32. 611ac5b Use org.apache:apache:7 as parent POM, so that the build has access to the new Apache snapshot repository. This also makes sure that all artifacts include the appropriate LICENSE and NOTICE files. by Andreas Veithen · 14 years ago
  33. dac135b Update POM to point at new plugin maven repo. by David Parsons · 14 years ago
  34. 4bb42c2 Removed copying of TRANSPORT_HEADERS property from referenced MsgCtx into newly created MsgCtx as relies on specific information being available by David Parsons · 14 years ago
  35. a58c7de Committing fix for SANDESHA2-201 by Andrew Gatford · 14 years ago
  36. a11adaa Update error msg to explain why the createSeqRefused fault is sent so as to aid diagnosis. by David Parsons · 14 years ago
  37. 7978387 commit the patch for SANDESHA2-199 by Amila Chinthaka Suriarachchi · 14 years ago
  38. 114a965 Moving axis svn, part of TLP move INFRA-2441 by Gavin McDonald · 14 years ago
  39. b84635f Further update related to the last fix. A null check was added as Sync RM 1.0 msgCtx's may not have a to address. by David Parsons · 14 years ago
  40. 63318cb Fix to Sandesha as problem highlighted after move to recent Axis2 release. The thread ABORT logic has changed slightly in Axis2 so was causing NPE's when an RM inorder response was being delivered to a client. The fix is to use a thread SUSPEND for inorder Sync responses. by David Parsons · 14 years ago
  41. c441d73 Improvements to error logging of Sequence Reallocation by David Parsons · 14 years ago
  42. 76b7f5f Fix added so that duplicate Seq ID's won't get added to either inmemory or permanent stores. by David Parsons · 15 years ago
  43. fd04706 add transport dependencies by Davanum Srinivas · 15 years ago
  44. a60e1b6 better set of dependencies from Rick Slade by Davanum Srinivas · 15 years ago
  45. 3dd98ef add missing transports - fix for test failure by Davanum Srinivas · 15 years ago
  46. 19cdf4b fix the artifact id by Davanum Srinivas · 15 years ago
  47. 38aefc1 So that Sandesha is compliant with the ReliableSecureProfile spec. Piggybacked acks must have the mustUnderstand flag set to false. by David Parsons · 15 years ago
  48. a878ea2 Fix for failing Sync2Way RSP interop tests by David Parsons · 15 years ago
  49. 0ad17dc remove the generated code and change the test senarios to suite for current axis2 generated code by Amila Chinthaka Suriarachchi · 15 years ago
  50. e495815 remove the tests which check whether Make connection is there for RM 1.1 in out scenarios by Amila Chinthaka Suriarachchi · 15 years ago
  51. 23cc7fd General Performance Improvements by David Parsons · 15 years ago
  52. 6f6e047 return the thread always if it is getting the response at the client side. there was a bug by Amila Chinthaka Suriarachchi · 15 years ago
  53. 0e8c281 apply the patch for SANDESHA2-198 by Amila Chinthaka Suriarachchi · 15 years ago
  54. e0dbc01 setting the rms annonymous address to close sequence as well by Amila Chinthaka Suriarachchi · 15 years ago
  55. cef454a Fix committed for JIRA SANDESHA2-196. Thanks Rick by David Parsons · 15 years ago
  56. d86a914 The matching of the primitive type reallocated field happened whether or not the field had been set in the matcher RMSBean. I've changed it so that it only matches upon request i.e. the field is set in the matcher bean. by David Parsons · 15 years ago
  57. f57c6b7 Added reallocated field to match method in RMSBean. Thanks Francois Mireaux for pointing this out. by David Parsons · 15 years ago
  58. 3787fd5 - When an inorder RM system is under load msgs aren't always being delivered to applications as the InvokerWorker currently working the seq has the lock on the seq but has decided that there are no more msgs to process as the SequenceProcessor thread hasn't quite got as far as inserting a new InvokerBean. This means neither thread does the work of delivering the msg to the application. The fix is to move the removing of the lock on the sequence to before we commit the tran used to find the InvokerBean in the InvokerWorker. by David Parsons · 15 years ago
  59. bd53a96 Fix committed for JIRA SANDESHA2-192. Thanks Rick. by David Parsons · 15 years ago
  60. 6a0a925 - Msgs are being lost because RMDBeans are being updated to say msgs have been received before complete insertion of InvokerBeans. The fix is to make the updating and insertion complete under one transaction. by David Parsons · 15 years ago
  61. a54b790 applied the patch for SANDESHA2-191 by Amila Chinthaka Suriarachchi · 15 years ago
  62. a86b46a - Fix newly added reallocation code as deadlock had been introduced. by David Parsons · 15 years ago
  63. 0d9c52b increase the terminate message delay inorder to work this properly with synapse nhttp by Amila Chinthaka Suriarachchi · 15 years ago
  64. 2b5d4b2 Set a property for make connections and terminate response messages to send 202 accepted by Amila Chinthaka Suriarachchi · 15 years ago
  65. 127ffd7 reformat the code by Amila Chinthaka Suriarachchi · 15 years ago
  66. 1732108 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. by David Parsons · 15 years ago
  67. 8856254 Fixes made to improve compliance with spec's and interop with other implementations: by David Parsons · 15 years ago
  68. 49f791f should get the message type using the response message context. this gives an excpetion when using with by Amila Chinthaka Suriarachchi · 15 years ago
  69. d51ecaf remove the hard coded timout value by Amila Chinthaka Suriarachchi · 15 years ago
  70. 1fc445d removing transport headers if the transport is mail by Amila Chinthaka Suriarachchi · 15 years ago
  71. 965198e 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. by Andrew Gatford · 15 years ago
  72. 8169eb6 when handling duplicate messages. i.e if the services blocks the thread for 60 seconds, then there is a possiblity by Amila Chinthaka Suriarachchi · 15 years ago
  73. c586002 Committing patch for https://issues.apache.org/jira/browse/SANDESHA2-188 by Andrew Gatford · 15 years ago
  74. 80fa74c Fix to allow Acks to be sent for RM 1.1 Sync exchange protocols. by David Parsons · 15 years ago
  75. 161b107 Modifying SequenceTerminatedFault test to remove ordering problem when finding RMDBeans by Andrew Gatford · 15 years ago
  76. 7e03e35 Modifying SenderWorker to always send an ACK but only in the RM1.0 case. This improves the 1.1 performance. by Andrew Gatford · 15 years ago
  77. fda8bc5 InvalidAck err sent to wrong location. It is currently sent to itself and not to the other end. by David Parsons · 15 years ago
  78. a8df304 Clone constructor to bring SenderBean into line with RMSBean etc by Thomas McKiernan · 15 years ago
  79. 817cc87 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. by David Parsons · 15 years ago
  80. b62b54f Applied the patch for SANDESHA2-186 by Amila Chinthaka Suriarachchi · 15 years ago
  81. e5bcb64 Match up with the generic type argument added to Axis2 PolicySubject by David Illsley · 15 years ago
  82. 9489f27 More IDE warning cleanup by David Illsley · 15 years ago
  83. cad5108 applied the patch for SANDESHA-184 by Amila Chinthaka Suriarachchi · 15 years ago
  84. e6b639a commiting the patch for SANDESHA2-184 by Amila Chinthaka Suriarachchi · 15 years ago
  85. 08f353a Reading the Storage manager parameter from module xml by Amila Chinthaka Suriarachchi · 15 years ago
  86. 0f71c36 Reading the persistence storage parameters from the module parameters as well by Amila Chinthaka Suriarachchi · 15 years ago
  87. 4e04242 Applying patch for SANDESHA2-183, thanks Dave by Andrew Gatford · 15 years ago
  88. 22545d3 Detection of possible deadlocks and better trace of InterruptedExceptions by David Illsley · 16 years ago
  89. 8bb85a2 Fix rampart module load problems in the test module by David Illsley · 16 years ago
  90. 9109a72 Remove use of deprecated stuff from the user samples by David Illsley · 16 years ago
  91. 42ea3f3 Break out the async echo tests to help debug what looks like a race condition by David Illsley · 16 years ago
  92. e676882 Fix up a bunch of java5 warnings and remove the 'never' from the pom for the SNAPSHOT repo - that makes no sense by David Illsley · 16 years ago
  93. d2bce3e Adding persistence module to the distribution by Amila Chinthaka Suriarachchi · 16 years ago
  94. 252b6fb applied the patch for Sandesha2-181 by Amila Chinthaka Suriarachchi · 16 years ago
  95. af508d0 Attempting to fix sandesha2-core on vmbuild by David Illsley · 16 years ago
  96. c1a0c56 linux issues with multithreaded tests by Thomas McKiernan · 16 years ago
  97. 39300d7 Concurrent unit test scenario by Thomas McKiernan · 16 years ago
  98. 4d52afe changed the artifact name to persistence so that any persistence storage can use this module by Amila Chinthaka Suriarachchi · 16 years ago
  99. b75c8e1 it is enough to isolate the transaction at repeatable read. by Amila Chinthaka Suriarachchi · 16 years ago
  100. 1c5b54a making variable names start with a lowercase letter by Amila Chinthaka Suriarachchi · 16 years ago