1. 5713b0f ODE-979. Remove no longer used listeners by Hadrian Zbarcea · 11 years ago
  2. 8e475a9 ODE-979. Remove anonymous ChannelListener implementations in jacob by Hadrian Zbarcea · 11 years ago
  3. 5c6d5b4 ODE-979. Remove anonymous ChannelListener implementations in jacob by Hadrian Zbarcea · 11 years ago
  4. aa2ac72 ODE-979. Replace ChannelListener with ReceiveProcess to make code generation unnecessary by Hadrian Zbarcea · 11 years ago
  5. e278020 ODE-983. Fix incomplete changes from previous commit by Hadrian Zbarcea · 11 years ago
  6. 6202116 ODE-983. Remove deps on commons.logging. Extra cleanup of warnings by Hadrian Zbarcea · 11 years ago
  7. 5f7b402 Get rid of unused constructors. Simplify... by Hadrian Zbarcea · 11 years ago
  8. 4d97ee7 Use a more legible pattern for log4j by Hadrian Zbarcea · 11 years ago
  9. 5d7f0bb ODE-983. Switch to slf4j in ode-jacob by Hadrian Zbarcea · 11 years ago
  10. 1205ad5 Test for cast of dynamic proxy to unimplemented interface by Hadrian Zbarcea · 11 years ago
  11. cfdccce Remove not used stats by Hadrian Zbarcea · 11 years ago
  12. 08ca603 Remove tabs from source by Hadrian Zbarcea · 11 years ago
  13. e8b47a5 Remove jacob dependency on utils by Hadrian Zbarcea · 11 years ago
  14. b4af6d1 Add ProxyConstructor for faster proxy creation by Hadrian Zbarcea · 11 years ago
  15. 7a314f4 Move examples to src/test for now. We may move them out of jacob later by Hadrian Zbarcea · 11 years ago
  16. 5dca5ea next trunk version is (most probably) 1.4-SNAPSHOT by Tammo van Lessen · 13 years ago
  17. 0280895 *ODE-808, Added back the @ChannelType annotation, and the jacob-ap module. *Added all profile for re-generating ChannelListener classes etc. by Jeff Yu · 14 years ago
  18. 8448278 Second matcher + logging fix for job retries by Rafal Konrad Rusin · 14 years ago
  19. a2cc5a9 * ODE-808, check in generated classes. by Jeff Yu · 14 years ago
  20. 1a663dd ODE-520: more clean up: trailling spaces removed. by Tammo van Lessen · 14 years ago
  21. bcf0668 reinstantiation of ODE-520 - replace CRLF by LF and tabs with 4 spaces by Tammo van Lessen · 14 years ago
  22. cd758dc Version change to 1.3.5-SNAPSHOT by Rafal Konrad Rusin · 14 years ago
  23. 7c6e231 ODE-729: Added poms for ODE 1.X. Based on Jeff Yu's patch for ODE 2.X by Rafal Konrad Rusin · 14 years ago
  24. f74d984 Migration to using names in place of omodel ids in correlation and partner link references from both the database and the runtime. Problem was that omodel ids tend to change a lot as soon as the process gets even slightly updated. And then past instances can't complete anymore. by Matthieu Riou · 15 years ago
  25. 8c72173 ODE-295 Integration-Layer configuration by Matthieu Riou · 16 years ago
  26. 13daa22 Use assert instead of runtime check by Alex Boisvert · 17 years ago
  27. 28395c6 Fix minor inefficiency -> use getClass().getSimpleName() instead of computing it from getName() by Alex Boisvert · 17 years ago
  28. 9240f5b Final death of a long lasting nuisance. by Matthieu Riou · 17 years ago
  29. 891d63f Use Class.getSimpleName() by Alex Boisvert · 17 years ago
  30. a51ac0e Cache ObjectStreamClass objects by Alex Boisvert · 17 years ago
  31. 29d8bd9 Banzaiiiiiiiiiii... license headers. by Matthieu Riou · 17 years ago
  32. 14f09b1 Removing XStream usage. by Matthieu Riou · 17 years ago
  33. 6964c5e Scheduler tweaks for job retry. Hacked pom.xml to use pxe.intalio.org primarily Moved example modules into distro modules. by Maciej Szefler · 17 years ago
  34. 4ed7613 force maven-apt-plugin 1.0.8 by Alex Boisvert · 17 years ago
  35. ce3f613 remove _prefix variable and set all jacob log to trace level (too verbose for most debugging tasks) by Alex Boisvert · 17 years ago
  36. 97afffb Log output is bad when logging at DEBUG level and not TRACE level (_prefix not initialized) by Nodet Guillaume · 17 years ago
  37. 100a2ca Fix NPEs in JBI. Add real unit tests for JBI. Added synchronization callbacks to scheduler. Added missing read-lock on BPEL Engine usage. Fixes to ProcessAndInstamceManagement process query. Auto-detect of SQLServer. by Maciej Szefler · 17 years ago
  38. 2c1f1c3 JACOB annotation processor. Replaced XDOCLET Channel/ChannelListener generation with a JDK5.0 "apt" based version that uses annotations. The big benefit here is that it is now a lot easier to modify the code-generation since it is done in Java and not some crazy xdoclet language. Also, the code-generation is a lot faster and is a lot more flexible. by Maciej Szefler · 17 years ago
  39. 2cab75a * Simplification of process-store DAO mechanism * Remove in-memory store, replace with in Hibernate for testing. * Event scheme to support distributed deployment. * Re-factor of ProcesStore / BpelServer relationship. * Thread safety. * Some tests for processStore * Consolidate all schema generation in bpel-schemas * Maven fixes by Maciej Szefler · 17 years ago
  40. 612f2d5 Making the VPU reentrant. Necessary for in-thread process to process interactions. by Matthieu Riou · 17 years ago
  41. 64d437e Add missing serialVersionUID's by Alex Boisvert · 17 years ago
  42. 2445b3a Remove Eclipse artifacts by Alex Boisvert · 17 years ago
  43. b0e6630 (Mostly) comestic cleanup of JACOB module; removed some dead code as well. by Alex Boisvert · 17 years ago
  44. 982fdeb House cleaning: remove dead code, unused imports, unused variables/fields, add serialVersionUIDs, and degrease the oven! by Alex Boisvert · 17 years ago
  45. d1d56c4 Update Eclipse project files by Alex Boisvert · 17 years ago
  46. ef4a18a Added xstream dependency.. by Matthieu Riou · 18 years ago
  47. d989b99 Started using XStream instead of Java serialization to persist the jacob state. Not active for now (switching to something else). by Matthieu Riou · 18 years ago
  48. 1e24429 Apache header. More detailed comments. by Maciej Szefler · 18 years ago
  49. b9b6c9c Oops. missing file. by Maciej Szefler · 18 years ago
  50. 30abbe1 Fixes to indexing. by Maciej Szefler · 18 years ago
  51. 7c25b2e Fixed database constraint problem. Fixed internal error when mex was in ASYNC state. Started implementation of JACOB indexing. by Maciej Szefler · 18 years ago
  52. d4972e7 Further tweaks on the correlation mechanism. Corrolator Message/Selector entry has been turned into two tables due to Hibernate bugs in query generation for tables with discriminators. Eliminated UNIQ constraint mechanism for correlation and replaced with mandatory tx boundary at <receive>/<pick> activity (even if the message has already arrived). This mechanism seems to work a lot better, has no rollbacks and no lost messages. by Maciej Szefler · 18 years ago
  53. 8e21916 Remove dead code by Alex Boisvert · 18 years ago
  54. e5e03fe Changed groupId to org.apache.ode by Matthieu Riou · 18 years ago
  55. e0c5949 Refactor of stateful-exchange-protocol features. Removed dependencies on WSA from BPEL engine core. Made session-ids a first-class concept in the engine. Moved session-Id/EPR manipulations to the integration layer. by Maciej Szefler · 18 years ago
  56. 9d89bc3 Removing unnecessary generated files directories. by Matthieu Riou · 18 years ago
  57. 20b2b88 Renaming JacobRunnable self() method to run(). by Matthieu Riou · 18 years ago
  58. 2285d71 Changing Jacob lexicon as defined in http://mail-archives.apache.org/mod_mbox/incubator-ode-dev/200606.mbox/%3ccbb700270606231230r2aff6b45xcf0be879ad4c6d65@mail.gmail.com%3e by Matthieu Riou · 18 years ago
  59. 2f4d702 Jacob packages weren't properly renamed... now fixed. by Matthieu Riou · 18 years ago
  60. d2bb6c0 License headers. by Matthieu Riou · 18 years ago
  61. 9ce78be Eclipse project files. by Maciej Szefler · 18 years ago
  62. 9259056 Step 1 of global package renaming: changing directory structures and doing a replace all on package names and project names (pxe -> ode). Can't apply step 2 (files renaming) as SVN doesn't like moving twice. by Matthieu Riou · 18 years ago
  63. 42f906c Importing current PXE development branch now implementing the Integration API. by Matthieu Riou · 18 years ago