1. f10c077 use jvm impl of javax.xml.stream.XMLOutputFactory and javax.xml.stream.XMLInputFactory by David Blevins · 11 years ago trunk
  2. f478db2 TOMEE-728 static-resources-list for jaxrs endpoint when deploying from application - thread safety by Romain Manni-Bucau · 11 years ago
  3. 48c9b88 TOMEE-728 static-resources-list for jaxrs endpoint when deploying from application by Romain Manni-Bucau · 11 years ago
  4. eb2046a don't trim envEntryValue by Romain Manni-Bucau · 11 years ago
  5. 24f5f41 ability to use namespacecontext in HandlerChainsStringQNameAdapter by Romain Manni-Bucau · 11 years ago
  6. 223a996 hadn't intended in committing this connector change yet by David Blevins · 11 years ago
  7. 166e039 TOMEE-727 - Optimized reading of xml deployment descriptors by David Blevins · 11 years ago
  8. f814978 no need for a doPriviliagedAction call by David Blevins · 11 years ago
  9. 7e39cac slight refactoring of rest utility method - now we have a better config some parameters are useless, in particular a string so removing it by Romain Manni-Bucau · 11 years ago
  10. c49afbb TOMEE-726 eagerInit of managedconnection pool by Romain Manni-Bucau · 11 years ago
  11. 3122d35 wrong test by Romain Manni-Bucau · 11 years ago
  12. 90624cc NPE protection by Romain Manni-Bucau · 11 years ago
  13. c295e18 better support of 'use scanning' feature when a rest application is specified with no beans by Romain Manni-Bucau · 11 years ago
  14. 12d135f TOMEE-725 jaxb-impl in lib instead of endorsed to be able to load class correctly + minor fix on the rest application name used for the config by Romain Manni-Bucau · 11 years ago
  15. 5483756 TOMEE-724 simpleLog for tomee + internal agnotisc log when init phase of a webapp is hitten by Romain Manni-Bucau · 11 years ago
  16. 64d277d Bit too long ;-) by Andrew Gumbrecht · 11 years ago
  17. 86f482c not ear case by Romain Manni-Bucau · 11 years ago
  18. 07f8ed1 consistency with propertis config for logging by Romain Manni-Bucau · 11 years ago
  19. e06e8c0 small optim on our logger + uniformization with openjpa jul logger by Romain Manni-Bucau · 11 years ago
  20. 6d1b71c OPENEJB-1987 ability to inject basic cdi injections with startup deployment + ability to specify a list in a single package as value by Romain Manni-Bucau · 11 years ago
  21. f640a10 TOMEE-723 avoiding NPE in property placeholder by Romain Manni-Bucau · 11 years ago
  22. c7a8fa4 TOMEE-722 taking into account origin (webapp or not) when deploying cdi modules by Romain Manni-Bucau · 11 years ago
  23. 98198dc seems i fix adding another issue in the init - fixing it again by Romain Manni-Bucau · 11 years ago
  24. ce02616 fixing defaults for servicepool + adding missing config + fixing tests by Romain Manni-Bucau · 11 years ago
  25. 899440d TOMEE-721 ability to use reloadonupdate feature of tomee maven plugin and specifying a set of extension which doesn't trigger the reloading by Romain Manni-Bucau · 11 years ago
  26. e95942b better check for threads size by Romain Manni-Bucau · 11 years ago
  27. a218195 how was working this test before - fixing it by Romain Manni-Bucau · 11 years ago
  28. 465dc2f Default constructor. by Andrew Gumbrecht · 11 years ago
  29. 20e743e Cleanup and harden Socket usage - Ensure sockets get closed. Finals. by Andrew Gumbrecht · 11 years ago
  30. 99b8820 Cleanup and make ThreadPoolExecutor more robust. by Andrew Gumbrecht · 11 years ago
  31. e000e19 TOMEE-720 can't use 2 datasources in a single tx by Romain Manni-Bucau · 11 years ago
  32. 1b0031d Fix addressesForApp remove calls. by Andrew Gumbrecht · 11 years ago
  33. 7272dcc Cleanup and make ServiePool more robust. Close sockets. by Andrew Gumbrecht · 11 years ago
  34. 5c686e7 using @Internal to find our internals MBeans and cache them instead of using classloader + qualified name by Romain Manni-Bucau · 11 years ago
  35. 318ca06 expand the testcase for mdb activation overriding by David Blevins · 11 years ago
  36. 7a882ca OPENEJB-1987 openejb.arquillian.predeploy-archives = list of classes comma separated, each static method with a @Deployment will be called and the archive will be deployed by Romain Manni-Bucau · 11 years ago
  37. 31fff05 reviewing Message class - making it lazy since that's mainly for errors (so no in optimal case)+ using concurrenthashmap to avoid synchronization + hashtable by Romain Manni-Bucau · 11 years ago
  38. 1c7a185 avoiding to create multiple configfactory + using ContextHandler without need of proxy in BeanContext by Romain Manni-Bucau · 11 years ago
  39. b09137b no need to create a logger in URLs since that's only debug stuff and it loose time (depend on the logger impl) + avoiding to create multiple times a logstreamfactory by Romain Manni-Bucau · 11 years ago
  40. ddcb687 TOMEE-719 cache internal mbean metadatas by Romain Manni-Bucau · 11 years ago
  41. f9161c2 only supporting space in uri avoid to break the whole server + small enhancement for resource success debug message by Romain Manni-Bucau · 11 years ago
  42. 5eef4b6 no need to log before/after serverservice.start since very very few service log sthg in start and it is not activated by default (excepted for errors) by Romain Manni-Bucau · 11 years ago
  43. 09d14a5 reverting enhancing in webappclassloader (since javaagent does it everywhere and it cannot be propagated now) + keeping the minor fixes which were in the patch == scanning of embeddable + algo to guess if a resource is a datasource or not by Romain Manni-Bucau · 11 years ago
  44. b362e83 OPENEJB-1986 encoding uri by Romain Manni-Bucau · 11 years ago
  45. 922048d space by Romain Manni-Bucau · 11 years ago
  46. 964b44a TOMEE-718 basic auto enhancing for OpenJPA/classtransformer based jpa impl for webapps (only ATM) in TomEE by Romain Manni-Bucau · 11 years ago
  47. af07424 TOMEE-716 force reloadable feature + setting it up in tomee maven plugin by Romain Manni-Bucau · 11 years ago
  48. 32cc881 correct usage of maven var by Romain Manni-Bucau · 11 years ago
  49. 0d6f06d lazy init of openjpa loggers + small exception protection by Romain Manni-Bucau · 11 years ago
  50. f69ebea OPENEJB-1985 validation of managedconnectionfactory by Romain Manni-Bucau · 11 years ago
  51. e209884 annotated with @Revisit as this code is questionable by David Blevins · 11 years ago
  52. 3dac119 annotated with @Revisit as this code is questionable by David Blevins · 11 years ago
  53. ea22c73 added a little source annotation for our own documentation purposes to track questionable code by David Blevins · 11 years ago
  54. 428b3a9 minor fix + moving logger creation from JULOpenJPALog to JULOpenJPALogFactory to be consistent with OpenJPA practise by Romain Manni-Bucau · 11 years ago
  55. 0095959 fixing osgi imports after javassist upgrade by Romain Manni-Bucau · 11 years ago
  56. 09dcc64 TOMEE-715 support to specify as source and target files by Romain Manni-Bucau · 11 years ago
  57. 6cfcf08 TOMEE-715 synchronizations for ears by Romain Manni-Bucau · 11 years ago
  58. 946f05a TOMEE-713 TOMEE-714 webcontext#inject cc cleanup + rest application cdi injections by Romain Manni-Bucau · 11 years ago
  59. d484e50 useless import by Romain Manni-Bucau · 11 years ago
  60. 94cbce5 Ensure KeepAliveServer closes socket resources. by Andrew Gumbrecht · 11 years ago
  61. 9e3c041 yes for a substring but in the right place by Romain Manni-Bucau · 11 years ago
  62. 31b92d9 interfaces are not a resource class by Romain Manni-Bucau · 11 years ago
  63. 3208471 avoiding NPE + setting right address to JAXRSServerFactoryBean by Romain Manni-Bucau · 11 years ago
  64. ce8be27 TOMEE-455 using javaee-api 6.0-5-SNAPSHOT + initializing datatypeconverter by Romain Manni-Bucau · 11 years ago
  65. 26b37a5 overriding ContextFinder (to avoid osgi dep) + DatatypConverter to force converter init by Romain Manni-Bucau · 11 years ago
  66. 5eb141c TOMEE-455 using javaee-api 6.0-5-SNAPSHOT by Romain Manni-Bucau · 11 years ago
  67. a9b9277 TOMEE-455 no need to patch ContextFinder since we don't use G javax.xml.bind anymore by Romain Manni-Bucau · 11 years ago
  68. f34781e debug line in debug mode by Romain Manni-Bucau · 11 years ago
  69. dc541d7 TOMEE-710 basic rar deployment from war by Romain Manni-Bucau · 11 years ago
  70. 1ebe9a2 TOMEE-709 no password is taken into account in tomee mvn plugin by Romain Manni-Bucau · 11 years ago
  71. bd847d8 better logging of stop with tomee mvn plugin by Romain Manni-Bucau · 11 years ago
  72. 9d1f865 no break needed here by Romain Manni-Bucau · 11 years ago
  73. eccfcce TOMEE-708 null value for system variables by Romain Manni-Bucau · 11 years ago
  74. d1a5a2b avoiding NPE and fixing implementation of request#getRequestedSessionId by Romain Manni-Bucau · 11 years ago
  75. 2c6e3fb using built in helpmojo instead of a manual one by Romain Manni-Bucau · 11 years ago
  76. 61887fa fixing some dep versions for mvn module by Romain Manni-Bucau · 11 years ago
  77. 6b1ca91 OPENEJB-1984 cleanup of session on invalidate by Romain Manni-Bucau · 11 years ago
  78. 6b37f6e OPENEJB-1984 // mode for session by Romain Manni-Bucau · 11 years ago
  79. b310ab1 OPENEJB-1984 simple session management in embedded mode by Romain Manni-Bucau · 11 years ago
  80. 85653fc OPENEJB-1983 handling HEAD by Romain Manni-Bucau · 11 years ago
  81. c000a4c updating version of users of tomee-maven-plugin by David Blevins · 11 years ago
  82. 0d8e9bc use the same versions as TomEE itself for simplicity by David Blevins · 11 years ago
  83. f01651d removing required when there is a default by Romain Manni-Bucau · 11 years ago
  84. 9ac6212 don't list 'finalName' as required by David Blevins · 11 years ago
  85. 0043303 activating jboss snapshot repo for arquillian tck + cleanup arquillian tck pom by Romain Manni-Bucau · 11 years ago
  86. 7ba15d8 TOMEE-704 arquillian-tck (for tomee remote only as a first step - and wonder about others if it is really the goal) + minor fix regarding file deletion for arquillian by Romain Manni-Bucau · 11 years ago
  87. 1d915f0 aligning uris by Romain Manni-Bucau · 11 years ago
  88. 71ad587 better logging for rest endpoints deployed from application by Romain Manni-Bucau · 11 years ago
  89. 37b4639 better rest logging by Romain Manni-Bucau · 11 years ago
  90. df3f518 old configuration applicationcomposer api compatibility by Romain Manni-Bucau · 11 years ago
  91. 63a9973 new appcomposer api by Romain Manni-Bucau · 11 years ago
  92. bc49b8b better support of old junit applicationcomposer api by Romain Manni-Bucau · 11 years ago
  93. d81a7f4 compatibility with old AppComposer API + ignoring jaxrsprovider when deploying using application by Romain Manni-Bucau · 11 years ago
  94. 2c1b4ec OPENEJB-1982 ability to use jaxrs from arquillian with application by Romain Manni-Bucau · 11 years ago
  95. ffcb6d7 fixing dep test by Romain Manni-Bucau · 11 years ago
  96. ee7e8f2 OPENEJB-1981 basic refactoring of applicationcomposer to move it over testing package + marking annotations of application as deprecated in junit package + adding a testng listener by Romain Manni-Bucau · 11 years ago
  97. f246f7d never saw a so weird dependency management - forcing pax exam versions by Romain Manni-Bucau · 11 years ago
  98. 6ec8b25 OPENEJB-1980 no need of raw attr by Romain Manni-Bucau · 11 years ago
  99. 2de310e OPENEJB-1980 all request have an inputstream by Romain Manni-Bucau · 11 years ago
  100. 47c11cf no host in mock url to avoid host resolution when computing hashcode by Romain Manni-Bucau · 11 years ago