1. 926ec40 Fix Regression found by woden folks - http://markmail.org/message/zvmjz2jrxegsrvfz by Davanum Srinivas · 16 years ago
  2. c9f2580 prep for 1.4.1 by Davanum Srinivas · 16 years ago
  3. a1703ae prep for 1.4.1 by Davanum Srinivas · 16 years ago
  4. 746ab12 remove inconsistent line endings *ONLY* no other changes by Davanum Srinivas · 16 years ago
  5. 358fe19 shorten the bundle name a bit by Davanum Srinivas · 16 years ago
  6. 7096485 get rid of the maven-bundle-plugin. use an explicit manifest by Davanum Srinivas · 16 years ago
  7. 71ca503 work properly when java2 security is enabled by Davanum Srinivas · 16 years ago
  8. 7dbc001 1. Adding a comment about redefine handling by Ajith Ranabahu · 16 years ago
  9. fc1f92f 1. Added a test case to test the issue 311. The test passes but I am not convinced whether the functionality is rightful - Hence till I further investigate the issue I will keep the issue open by Ajith Ranabahu · 16 years ago
  10. 968d9ee 1. Fixed some issues in the build script by Ajith Ranabahu · 16 years ago
  11. ed12863 1. fixed issue 311. Need to add a test case by Ajith Ranabahu · 16 years ago
  12. 87f9d83 1. Test case for issue 310 by Ajith Ranabahu · 16 years ago
  13. 31c97ac 1. Added a test case to test Jira 309 by Ajith Ranabahu · 16 years ago
  14. ef9e1f6 fix typo by Davanum Srinivas · 16 years ago
  15. cc28a1a 1. Fixed the issue 309 by Ajith Ranabahu · 16 years ago
  16. 67c62f8 1.Fixing Jira 310 (still need a test case to verify) by Ajith Ranabahu · 16 years ago
  17. 6a23ad3 looks like this got missed by Davanum Srinivas · 16 years ago
  18. c127fc5 integrating the branch changes with the trunk. Some files (XmlSchema, SchemaBuilder) did not show the diff right in eclipse so I had to manually see what is different so not sure whether Ive missed something by Ajith Ranabahu · 16 years ago
  19. be616a7 annotation element should comes as the first child by Amila Chinthaka Suriarachchi · 16 years ago
  20. dde98b5 remove m1 plugin. add osgi manifest information by Davanum Srinivas · 16 years ago
  21. 2445004 fixing https://issues.apache.org/jira/browse/WSCOMMONS-273 in the trunk which is fixed in the branch but due to some reason which is not there by Deepal Jayasinghe · 16 years ago
  22. 0f72c1e serializing the complex type annotations by Amila Chinthaka Suriarachchi · 16 years ago
  23. 4ea3a9a adding xalan explicitly for IBM JDK's by Davanum Srinivas · 16 years ago
  24. 8396f34 better test for IBM JDK. no need to specify isIBM on the command line by Davanum Srinivas · 16 years ago
  25. d9bff94 update dependencies by Davanum Srinivas · 16 years ago
  26. 502eae6 some defensive code to prevent NPE (and fix build break) by Davanum Srinivas · 16 years ago
  27. 1511a83 Better test for DOM3 interfaces. works on both IBM and Sun 1.4 JDK's by Davanum Srinivas · 16 years ago
  28. 3a4d6a6 Fix build break under IBM JDK 6 by Davanum Srinivas · 16 years ago
  29. 69e848b Skip a few tests under JDK1.4 by Davanum Srinivas · 16 years ago
  30. 3f81f1e remove unnecessary import - breaks under JDK1.4 by Davanum Srinivas · 16 years ago
  31. acaf032 Fix for JDK1.4 breakage reported here - http://marc.info/?l=axis-dev&m=119858333309960&w=2 by Davanum Srinivas · 16 years ago
  32. a302215 added the branch methods to the trunk by Amila Chinthaka Suriarachchi · 16 years ago
  33. a15c30a WSCOMMONS-270: add some toSting() methods by Daniel Diephouse · 17 years ago
  34. 4eba256 Added NPE guard. The schema reference may be null, so check it is not before using it to get an element. The original code was added under revision 587375. by Jeffrey Lee Barrett · 17 years ago
  35. 7ea68dd Formatting changes, plus a swap of args to make test slightly clearer. by Glen Daniels · 17 years ago
  36. 3826899 Previous commit broke the XmlSchema build on Sun derived 1.5 vms (Solaris and OS X at least) as the xalan classes have been repackaged. This change reverts the default behaviour. To run the build pointing to the classes packaged in an IBM JVM, run the build with a -DisIBM=true For info about the sun renaming see http://java.sun.com/j2se/1.5.0/docs/guide/xml/jaxp/JAXP-Compatibility_150.html#packageNames by David Illsley · 17 years ago
  37. 406d4d4 WSCOMMONS-266 by Richard J. Scheuerle, Jr · 17 years ago
  38. 304d4fd 1. correcting a minor mistake by Ajith Ranabahu · 17 years ago
  39. 64f6469 1. Added a new test case to test WSCOMMONS-259 2. Renamed an existing test by Ajith Ranabahu · 17 years ago
  40. 321acd2 1. The earlier commit made some important tests to fail. Fixing it now by Ajith Ranabahu · 17 years ago
  41. c47a1e3 1.Added the functionality to pick types and elements from imported schemas (WSCOMMONS-225) by Ajith Ranabahu · 17 years ago
  42. 6f6f1ea 1. Adding a test case for the issue WS-Commons 208. it has been fixed but a test case was pending by Ajith Ranabahu · 17 years ago
  43. d08d6f5 1.removing an unncessary system.out by Ajith Ranabahu · 17 years ago
  44. 3340137 1. Added a non UTF xml file and tested the reading and writing of that file. This file is of euc-jp (Japanese characters) encoding by Ajith Ranabahu · 17 years ago
  45. 97aefb8 Adding a test case for issue 261 by Ajith Ranabahu · 17 years ago
  46. 0b4ca1d 1. Fixed issue 228. A long overdue correction by Ajith Ranabahu · 17 years ago
  47. 37e05ac 1. Fixed the second case in issue 264. by Ajith Ranabahu · 17 years ago
  48. 3c4a881 1. Added a new feature to support the tuscany community (issue WSCOMMONS-264). Now there is a knownSchema map which will be used to decode schemas without their schema locations by Ajith Ranabahu · 17 years ago
  49. 19cfcd6 oops - checked in a System.out by mistake by Ajith Ranabahu · 17 years ago
  50. 730d404 Fixing WSCOMMONS-261. Need a test case but the code modifications did not break any existing tests by Ajith Ranabahu · 17 years ago
  51. 3c7790e 1. Fixing issue WSCOMMONS-260. The problem seemed to be a logical expression error in the prevoius code but just to be on the safe side added the encoding flag to the streamwriter as well (according to the suggestion made by Grzegorz - the reporter) by Ajith Ranabahu · 17 years ago
  52. 1804adb 1. Syncing the branch doc changes by Ajith Ranabahu · 17 years ago
  53. d128929 1. removing the release specific version number that might have messed up the jars in the resync repo by Ajith Ranabahu · 17 years ago
  54. eabd618 1. Updating documentation for latest release by Ajith Ranabahu · 17 years ago
  55. 04e6509 I'm very sorry that I've accidently commited this line. I've reverted the commit. I'll make sure that this kind of by Saminda Wishwajith Abeyruwan · 17 years ago
  56. d24b7a3 version by Saminda Wishwajith Abeyruwan · 17 years ago
  57. d7a6bac 1. Adding the extensibility element processing to the attribute building by Ajith Ranabahu · 17 years ago
  58. a673caf 1. Fixed issue WSCOMMONS-153 2. Added a test case for the appinfo serialization by Ajith Ranabahu · 17 years ago
  59. 6bb9dc3 1.Adding a new test case to test the WSCOMMONS-204 by Ajith Ranabahu · 17 years ago
  60. eb9f3cd Fix license header as per our legal policy - http://www.apache.org/legal/src-headers.html#headers by Davanum Srinivas · 17 years ago
  61. 7c21099 Get XmlSchema to work somewhat better in DOM2 (See Stack trace in AXIS2-2814) by Davanum Srinivas · 17 years ago
  62. f79abdd 1. Fixing a few minor issues by Ajith Ranabahu · 17 years ago
  63. aeefdb8 1. Adding a new set of methods to by Ajith Ranabahu · 17 years ago
  64. 298dc02 try a couple of more switches to pretty print the xml under different jdk's by Davanum Srinivas · 17 years ago
  65. 9d85433 1. fixed the Jira 73 (https://issues.apache.org/jira/browse/WSCOMMONS-73) by Ajith Ranabahu · 17 years ago
  66. 86530eb 1. Changed the version to snapshot by Ajith Ranabahu · 17 years ago
  67. be428e2 1. fixed Jira issue 204 (https://issues.apache.org/jira/browse/WSCOMMONS-204) by Ajith Ranabahu · 17 years ago
  68. 1f31aa9 1. fixed Jira issue 205 (https://issues.apache.org/jira/browse/WSCOMMONS-205) by Ajith Ranabahu · 17 years ago
  69. 189c89e Merging changes made in the 1.3.1 branch by Ajith Ranabahu · 17 years ago
  70. 24aff99 reverting back to the snapshot in trunk by Ajith Ranabahu · 17 years ago
  71. bf8dc66 1. Updated the assemblies to generate proper zip archives for the release by Ajith Ranabahu · 17 years ago
  72. 8724e38 Changed the "2004,2005 The Apache Software Foundation." to "2004,2007 The Apache Software Foundation" to reflect the change in the year by Ajith Ranabahu · 17 years ago
  73. 5610535 updated the download.xml by Ajith Ranabahu · 17 years ago
  74. 2089506 Preparing the source tree for a release by Ajith Ranabahu · 17 years ago
  75. 99c208f 1. Adding the documentation for extensions by Ajith Ranabahu · 17 years ago
  76. 9bd9637 1. Fixed https://issues.apache.org/jira/browse/WSCOMMONS-124 by Ajith Ranabahu · 17 years ago
  77. 1598bbd 1. Fixed https://issues.apache.org/jira/browse/WSCOMMONS-102 by Ajith Ranabahu · 17 years ago
  78. bb9d373 1. Fixed https://issues.apache.org/jira/browse/WSCOMMONS-177 -The id attribute in the element was ignored during the building phase by Ajith Ranabahu · 17 years ago
  79. 04b470c 1. Fixed the test cases to work with the last change by Ajith Ranabahu · 17 years ago
  80. d46f90c 1. Fixed the issues mentioned in https://issues.apache.org/jira/browse/WSCOMMONS-24 - Yet to add formal test cases by Ajith Ranabahu · 17 years ago
  81. e31abb3 1. Fixed the serialization issue mentioned in https://issues.apache.org/jira/browse/AXIS2-2457. by Ajith Ranabahu · 17 years ago
  82. 264debd 1. Fixed a minor issue (changed the ordering of statements). This seems to fix the woden problem by Ajith Ranabahu · 17 years ago
  83. 7e3f6e8 1. Optimized the imports - No code changes!! by Ajith Ranabahu · 17 years ago
  84. 5fa35b1 1. Added a test case for custom element serialization by Ajith Ranabahu · 17 years ago
  85. a56ef80 1. Changed the serialization from static to instance driven. by Ajith Ranabahu · 17 years ago
  86. e9c9a49 1.Fixed the unused imports - No code changes! by Ajith Ranabahu · 17 years ago
  87. 9a3b25d 1. Moved the custom attribute classes to the attrib package by Ajith Ranabahu · 17 years ago
  88. 4bec237 1. Added a special method to load the extension registry from a system property if available. by Ajith Ranabahu · 17 years ago
  89. d149c3c if two schemas import each other, we need to prevent the recursion by Davanum Srinivas · 17 years ago
  90. cea9833 1. Adding the change proposed in WSCOMMONS-171 (https://issues.apache.org/jira/browse/WSCOMMONS-171) by Ajith Ranabahu · 17 years ago
  91. 3b02dbf Fix for WSCOMMONS-149 - SchemaBuilder does not parse all the 'key' and 'keyref' definitions by Davanum Srinivas · 17 years ago
  92. cd7c6fb fix repo by Davanum Srinivas · 17 years ago
  93. 149ae47 Bring pom up-to-date and enable use of continuum without lots of e-mails. by David Illsley · 17 years ago
  94. 4200ac3 updating the release note by Deepal Jayasinghe · 17 years ago
  95. 456bd94 ste updates for next release 1.2 by Deepal Jayasinghe · 17 years ago
  96. 534e22b Fix for WSCOMMONS-120 - XmlSchema.equals(Object) returns a false positive result by Davanum Srinivas · 17 years ago
  97. c2641dc Fix for WSCOMMONS-112 - Non-native attributes (extensions) of simpleType and complexType not added to metaInfoMap by Davanum Srinivas · 18 years ago
  98. 61a7c17 standardize the groupId's across projects and for both m1 and m2 by Davanum Srinivas · 18 years ago
  99. 8763932 Fixing the broken build... by Nanayakkara Kuruppuge Thilena Gunarathne · 18 years ago
  100. 2b24ce0 fixing a typo by Nanayakkara Kuruppuge Thilena Gunarathne · 18 years ago