1. 80f062d TOMEE-703 if no cache don't add StatementCache interceptor + managing specified interceptors instead of removing them setting statmentcache one by Romain Manni-Bucau · 11 years ago
  2. dbeac9d using @RunAsClient instead of testable=false since test classes are inner classes by Romain Manni-Bucau · 11 years ago
  3. 5647c4e waiting tomee in destroy method of remoteserver by Romain Manni-Bucau · 11 years ago
  4. 009c308 waiting for tomee shutdown when stopping it by Romain Manni-Bucau · 11 years ago
  5. 91c8921 Possible fix and test for org.apache.openejb.core.stateful.StatefulContainer#releaseInstance - Should not throw an exception if a bean transaction exists, rather ignore the 'release'? Please review. by Andrew Gumbrecht · 11 years ago
  6. d026d23 removing staging repos by Romain Manni-Bucau · 11 years ago
  7. 76d27ff avoidind nested calls to get the session key by Romain Manni-Bucau · 11 years ago
  8. 31c3dea wrapper for deltasession shouldn't be direct one by Romain Manni-Bucau · 11 years ago
  9. d795e9c TOMEE-701 ejb in webapp are not in cdi context by Romain Manni-Bucau · 11 years ago
  10. 4c9c02c TOMEE-700 better tomee maven plugin wait/run-and-forget impl + using socket to stop tomcat as before since it was better regarding java process management (mea culpa) by Romain Manni-Bucau · 11 years ago
  11. 21b3ef7 testable = false for client tests (arquillian) by Romain Manni-Bucau · 11 years ago
  12. c65970d cxf 2.6.4 requires wss4j 1.6.8 by Andrew Gumbrecht · 11 years ago
  13. 22c8e3c Revert to cxf 2.6.3 by Andrew Gumbrecht · 11 years ago
  14. c05653a fixing info tree (default parenyt was missing) by Romain Manni-Bucau · 11 years ago
  15. e031f15 TOMEE-698 org.apache.webbeans.spi.FailOverService config in appInfo.properties or system properties by Romain Manni-Bucau · 11 years ago
  16. 544701b TOMEE-692 skipping jsp when looking for injectable servlets by Romain Manni-Bucau · 11 years ago
  17. 76c2f1a TOMEE-697 ensure a user and password are passed to tomcat-jdbc by Romain Manni-Bucau · 11 years ago
  18. 3d06218 TOMEE-696 jaxrs application can be defined as servlet in servlet name (WTF?) so skipping these servlets by Romain Manni-Bucau · 11 years ago
  19. 448c474 Fixes to ensure org.apache.openejb.InvalidateReferenceException is wrapped, else client gets a ClassNotFoundException. by Andrew Gumbrecht · 11 years ago
  20. cd2b9e8 OPENEJB-1978 openejb.system.apps = true by default for openejb standalone by Romain Manni-Bucau · 11 years ago
  21. 2f541ba removing (useless) comment since that's no more true by Romain Manni-Bucau · 11 years ago
  22. 935047a renaming getNoShutdownHook to getWaitTomEE (and switching tests) to be human readable (only an internal change) by Romain Manni-Bucau · 11 years ago
  23. befc37e oops wrong default in last commit by Romain Manni-Bucau · 11 years ago
  24. da33178 TOMEE-694 TOMEE-695 jaxrs configuration review (app level + compatibility) by Romain Manni-Bucau · 11 years ago
  25. 014edac TOMEE-693 - Don't log "Deployed Application" till full deploy completes by David Blevins · 11 years ago
  26. 130fae5 Logging and finals. by Andrew Gumbrecht · 11 years ago
  27. bbdb065 maven-failsafe-plugin 2.13 by Andrew Gumbrecht · 11 years ago
  28. 6d032a9 maven-compiler-plugin 3.0 maven-surefire 2.13 by Andrew Gumbrecht · 11 years ago
  29. eb68623 Use newer maven plugin versions and try to avoid creating files that win platforms cannot cope with. by Andrew Gumbrecht · 11 years ago
  30. 6045393 avoiding NPE by Romain Manni-Bucau · 11 years ago
  31. 8fe9c63 trying to get a better support of win tomee maven plugin - to valid under UNIX by Romain Manni-Bucau · 11 years ago
  32. 253fa17 some caching - on isdebugenabled on our logger + method resolution in jaxws invocation + skipping reflection to get threadname in tomee from ContextBindings by Romain Manni-Bucau · 11 years ago
  33. 1a200b2 ROOT app needs some check regarding address building by Romain Manni-Bucau · 11 years ago
  34. 285f959 TOMEE-691 better handling of pooling for JCA connectors by Romain Manni-Bucau · 11 years ago
  35. 638990f avoiding npe + some more jaxrs test by Romain Manni-Bucau · 11 years ago
  36. b9986a2 TOMEE-690 using rest application for deployment by Romain Manni-Bucau · 11 years ago
  37. e0e932c minor move of some code to avoid some sometimes useless computation by Romain Manni-Bucau · 11 years ago
  38. e49ad7b TOMEE-689 using webapp context first to resolve beans by Romain Manni-Bucau · 11 years ago
  39. 4766952 avoiding win issue due to : in app path by Romain Manni-Bucau · 11 years ago
  40. fd441da TOMEE-688 - OpenWebBeans 1.1.8 Fix for OWB-743 by David Blevins · 11 years ago
  41. a80f98d One more fix for TOMEE-686 - JAX-RS @Context injection for EJB interceptors by David Blevins · 11 years ago
  42. 86dacc7 Fixed regression caused by by David Blevins · 11 years ago
  43. 04baede TOMEE-686 - JAX-RS @Context injection for EJB interceptors by David Blevins · 11 years ago
  44. 1529f9e Testcases with appropriate @Ignore for by David Blevins · 11 years ago
  45. 3e30b58 Part of TOMEE-638 - Allow resources.xml to declare Container elements by David Blevins · 11 years ago
  46. ceeba10 Testcase for OWB-743 - Overloaded EJB Observer methods fail to deploy by David Blevins · 11 years ago
  47. 0325948 TOMEE-681 ensure ssl connector is here when configured with tomee mvn plugin by Romain Manni-Bucau · 11 years ago
  48. d138572 using ROOT as default app name for tomee mvn archetype - far easier when running tomee mvn tomee:run by Romain Manni-Bucau · 11 years ago
  49. d736860 TOMEE-680 ignoring singleton providers by Romain Manni-Bucau · 11 years ago
  50. 6dbe75b TOMEE-679 if providers were configured just use them and skip defaults by Romain Manni-Bucau · 11 years ago
  51. f4c92b8 avoiding weird jmx chars by Romain Manni-Bucau · 11 years ago
  52. 6eb2aa6 avoiding NPE by Romain Manni-Bucau · 11 years ago
  53. 805ee29 TOMEE-678 Check that if @Inject points are used, CDI is enabled by Romain Manni-Bucau · 11 years ago
  54. 38aacf3 Are you actually reading this? by David Blevins · 11 years ago
  55. 55c4ec1 Pass path in error by Andrew Gumbrecht · 11 years ago
  56. 843ddd7 fixing surefire version for cdi-embedded - seems surefire is highly buggy and testng tests doesn't even run now by Romain Manni-Bucau · 11 years ago
  57. d999f1e TOMEE-677 no need to create a CreationalContext for each invocation + no need to create one DefinitionUtil each time we need it + (the real fix) setting the ProcessAnnotatedType in the CdiEjbBean to be able to get updates from CDI extensions when creating interceptors etc... by Romain Manni-Bucau · 11 years ago
  58. e6bef36 Fallback to a local tmp directory. Finals. by Andrew Gumbrecht · 11 years ago
  59. 9d858b4 Fix potential null pointer and fallback to local temp dir. by Andrew Gumbrecht · 11 years ago
  60. 9def238 Finals by Andrew Gumbrecht · 11 years ago
  61. bc65c11 TOMEE-676 using http session for session scoped beans - better impl as fallback + config of the wrapper by Romain Manni-Bucau · 11 years ago
  62. 3342f6f TOMEE-676 using http session for session scoped beans + minor fix in tomee maven plugin (creating apps folder) by Romain Manni-Bucau · 11 years ago
  63. 82d416c Fallback to a local tmp directory. by Andrew Gumbrecht · 11 years ago
  64. b3628da Fallback to a local tmp directory. by Andrew Gumbrecht · 11 years ago
  65. b8c8a85 TOMEE-676 initial work to save session scoped beans in http session by Romain Manni-Bucau · 11 years ago
  66. 2d3176d setting apps as default jar/ear deployment folder for tomee maven plugin by Romain Manni-Bucau · 11 years ago
  67. a78be8a TOMEE-675 A basic crud with JSF front end. by Vishwanath · 11 years ago
  68. 5562344 the tomcat bundle is released, don't use the snapshot by David Blevins · 11 years ago
  69. f591f3f jar with multiple webservices (not war) by Romain Manni-Bucau · 11 years ago
  70. d8fc8cd Catch SocketException by Andrew Gumbrecht · 11 years ago
  71. 0c36036 Catch SocketTimeoutException by Andrew Gumbrecht · 11 years ago
  72. 4278a96 Does not like generics by Andrew Gumbrecht · 11 years ago
  73. e9887ba Try a local temp file on error. by Andrew Gumbrecht · 11 years ago
  74. dec03af Maven versions - Revert if not good on your box. by Andrew Gumbrecht · 11 years ago
  75. 7f55df2 Surefire to console. Finals /Cleanup. by Andrew Gumbrecht · 11 years ago
  76. 4534fe3 Cleanup. by Andrew Gumbrecht · 11 years ago
  77. e3c6d53 Use known path and log error - Something is wrong. by Andrew Gumbrecht · 11 years ago
  78. e491743 Use a case insensitive key fallback for CoreContainerSystem AppContexts. by Andrew Gumbrecht · 11 years ago
  79. 2f9312b TOMEE-674 using right classloader to load cdi extensions by Romain Manni-Bucau · 11 years ago
  80. 27b6844 TOMEE-672 TOMEE-673 reworking cdi + ejb integration by Romain Manni-Bucau · 11 years ago
  81. d1c28af TOMEE-669 TOMEE-670 TOMEE-668 custom skipped context for webservice without web associated + respecting FORCE_LOAD/SKIP var in our classtransformer + system property to skip an app + J2EEx var of tomcat by Romain Manni-Bucau · 11 years ago
  82. 9072ba1 TOMEE-668 custom skipped context for webservice without web associated + respecting FORCE_LOAD/SKIP var in our classtransformer by Romain Manni-Bucau · 11 years ago
  83. 40fd674 TOMEE-667 filtering server classes from enhancing by Romain Manni-Bucau · 11 years ago
  84. 5024a0e using back %20 (updated with decode instead of encode) + fixing packaging of util/config classes by Romain Manni-Bucau · 11 years ago
  85. 12d0a15 NPE check by Romain Manni-Bucau · 11 years ago
  86. 6ba241d PersistenceUnitLinkResolver should be a UniqueDefaultLinkResolver by Romain Manni-Bucau · 11 years ago
  87. 8807f4d using a constant for ear-webapp-persistence-xml-jars since it is much important for ear - wonder if it shouldn't be a real API; but since persistence.xml is not just use the same kind of hook by Romain Manni-Bucau · 11 years ago
  88. 96dbbe1 TOMEE-666 trying to resolve persistence unit in a better manner by Romain Manni-Bucau · 11 years ago
  89. 7b3c5c8 forcing some standalonewebmodule for tests by Romain Manni-Bucau · 11 years ago
  90. 642e2fd better management of skip test for ejb deployment by Romain Manni-Bucau · 11 years ago
  91. 34f63b1 app composer needs to manage webappInfo as in ear by Romain Manni-Bucau · 11 years ago
  92. c7ac778 restoring singleton startup (lost in last refactoring) by Romain Manni-Bucau · 11 years ago
  93. 1e4a278 fixing tests (new internals) by Romain Manni-Bucau · 11 years ago
  94. c059393 fixing tests (new internals) by Romain Manni-Bucau · 11 years ago
  95. 3d10537 TOMEE-665 trying to deploy ejb from webapp even for ears by Romain Manni-Bucau · 11 years ago
  96. 55432f8 TOMEE-664 adding persistence.xml of webapp for ears by Romain Manni-Bucau · 11 years ago
  97. 5cc82b8 Better way to list the JNDI values. by Thiago Veronezi · 11 years ago
  98. 6451a7a Give StatelessPoolStatsTest more time before checking attribute. by Andrew Gumbrecht · 11 years ago
  99. 8dc2992 Ensure passivation directory and file exist. by Andrew Gumbrecht · 11 years ago
  100. e7e3925 fixing test (bad conf dur to this morning update) by Romain Manni-Bucau · 11 years ago