You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Created] (TOMEE-2043) Thread local transactions are left open across requests - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/01 09:13:04 UTC, 0 replies.
- tomee git commit: TOMEE-2043 test dontRollbackOn @Transactional config - posted by rm...@apache.org on 2017/06/01 09:23:41 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2043) Thread local transactions are left open across requests - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/01 09:24:05 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2043) Thread local transactions are left open across requests - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/01 09:25:04 UTC, 5 replies.
- [jira] [Comment Edited] (TOMEE-2043) Thread local transactions are left open across requests - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/01 11:54:04 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2043) Thread local transactions are left open across requests - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/01 13:00:07 UTC, 0 replies.
- buildbot failure in on tomee-trunk-ubuntu - posted by bu...@apache.org on 2017/06/01 13:27:38 UTC, 12 replies.
- [jira] [Created] (TOMEE-2044) threadPool-queue (in ServicePool) from ejbd-Service is never processed - posted by "Lars Herschke (JIRA)" <ji...@apache.org> on 2017/06/01 16:07:04 UTC, 0 replies.
- tomee git commit: TOMEE-2044 avoid singleton when we dont need it - posted by rm...@apache.org on 2017/06/01 16:34:11 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2044) threadPool-queue (in ServicePool) from ejbd-Service is never processed - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/01 16:35:04 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2044) threadPool-queue (in ServicePool) from ejbd-Service is never processed - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/01 16:35:04 UTC, 6 replies.
- buildbot success in on tomee-trunk-ubuntu - posted by bu...@apache.org on 2017/06/01 18:47:05 UTC, 12 replies.
- buildbot success in on tomee-trunk-ubuntu-jvm8 - posted by bu...@apache.org on 2017/06/01 20:03:23 UTC, 6 replies.
- [jira] [Created] (TOMEE-2045) TomEE tries to register a provider as a resource - posted by "TURPIN Michel (JIRA)" <ji...@apache.org> on 2017/06/01 21:06:04 UTC, 0 replies.
- tomee git commit: TOMEE-2045 ensure @Provider is not mandatory when explicitly registered - posted by rm...@apache.org on 2017/06/01 21:21:54 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2045) TomEE tries to register a provider as a resource - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/01 21:22:04 UTC, 0 replies.
- buildbot failure in on tomee-trunk-ubuntu-jvm8 - posted by bu...@apache.org on 2017/06/01 22:36:03 UTC, 6 replies.
- [jira] [Created] (TOMEE-2046) Incosistent endpoint delivery in webservice - posted by "minnal (JIRA)" <ji...@apache.org> on 2017/06/02 07:14:04 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2046) Incosistent endpoint delivery in webservice - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 07:16:04 UTC, 8 replies.
- tomee git commit: TOMEE-2047 dont wrap all exception in TransactionalException - posted by rm...@apache.org on 2017/06/02 07:50:59 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2047) JTA 1.2 doesn't require to wrap all exceptions in TransactionalException - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 07:51:04 UTC, 0 replies.
- [jira] [Created] (TOMEE-2047) JTA 1.2 doesn't require to wrap all exceptions in TransactionalException - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 07:51:04 UTC, 0 replies.
- [jira] [Created] (TOMEE-2048) JTA 1.2 compliance TxNever called from within transaction must throw TransactionalException - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 09:05:04 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2048) JTA 1.2 compliance: TxNever called from within transaction must throw TransactionalException - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 09:06:04 UTC, 1 replies.
- tomee git commit: TOMEE-2048 @Transactional(NEVER) should throw TransactionalException from within a tx - posted by rm...@apache.org on 2017/06/02 09:23:28 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2048) JTA 1.2 compliance: TxNever called from within transaction must throw TransactionalException - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 09:24:04 UTC, 1 replies.
- [jira] [Created] (TOMEE-2049) JTA 1.2 compliance:The combination of @Transactional.dontRollbackOn=XXX,rollbackOn=XXX is not respected - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 09:32:04 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2049) JTA 1.2 compliance: The combination of @Transactional.dontRollbackOn=XXX,rollbackOn=XXX is not respected - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 09:32:04 UTC, 0 replies.
- tomee git commit: TOMEE-2049 fixing @Transactional priority rules - posted by rm...@apache.org on 2017/06/02 09:40:00 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2049) JTA 1.2 compliance: The combination of @Transactional.dontRollbackOn=XXX,rollbackOn=XXX is not respected - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 09:40:05 UTC, 0 replies.
- [jira] [Reopened] (TOMEE-2048) JTA 1.2 compliance: TxNever called from within transaction must throw TransactionalException - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 09:44:04 UTC, 0 replies.
- tomee git commit: TOMEE-2048 fixing cause of TxNever @Transactional interceptor - posted by rm...@apache.org on 2017/06/02 09:45:53 UTC, 0 replies.
- [jira] [Created] (TOMEE-2050) JTA 1.2 compliance: Calling UserTransaction methods from @Transactional bean - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 10:41:04 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2050) JTA 1.2 compliance: Calling UserTransaction methods from @Transactional bean - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 10:46:04 UTC, 5 replies.
- [jira] [Updated] (TOMEE-2050) JTA 1.2 compliance: Calling UserTransaction methods from @Transactional bean - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 10:54:04 UTC, 2 replies.
- [jira] [Comment Edited] (TOMEE-2050) JTA 1.2 compliance: Calling UserTransaction methods from @Transactional bean - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 10:55:04 UTC, 2 replies.
- tomee git commit: TOMEE-2050 handling txmgr error for ut usage in @Transactional - posted by rm...@apache.org on 2017/06/02 11:30:52 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2050) JTA 1.2 compliance: Calling UserTransaction methods from @Transactional bean - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 11:32:04 UTC, 0 replies.
- [jira] [Created] (TOMEE-2051) JTA 1.2 compliance: @Transactional.rollbackOn regression - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 12:37:04 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2051) JTA 1.2 compliance: @Transactional.rollbackOn regression - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/02 12:40:04 UTC, 2 replies.
- [jira] [Commented] (TOMEE-2051) JTA 1.2 compliance: @Transactional.rollbackOn regression - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 12:42:04 UTC, 1 replies.
- tomee git commit: TOMEE-2051 fixing include/exclude rules for @Tx - posted by rm...@apache.org on 2017/06/02 12:57:25 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2051) JTA 1.2 compliance: @Transactional.rollbackOn regression - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/02 12:59:04 UTC, 0 replies.
- tomee git commit: TOMEE-2052 allow other jsonp providers - posted by rm...@apache.org on 2017/06/05 10:30:36 UTC, 0 replies.
- [jira] [Created] (TOMEE-2052) javax.json.spi.JsonProvider forced to johnzon, allow application ones - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/05 10:31:04 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2052) javax.json.spi.JsonProvider forced to johnzon, allow application ones - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/05 10:31:04 UTC, 0 replies.
- [jira] [Created] (TOMEE-2053) ejb-jar.xml should take precedence over annotations - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/06 13:21:18 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2053) ejb-jar.xml should take precedence over annotations - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/06 13:24:18 UTC, 6 replies.
- [jira] [Updated] (TOMEE-2053) ejb-jar.xml datsources support - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/06 13:38:18 UTC, 1 replies.
- tomee git commit: TOMEE-2053 datasource override app support through ejb-jar.xml - posted by rm...@apache.org on 2017/06/06 14:25:46 UTC, 0 replies.
- [jira] [Created] (TOMEE-2054) When in EAR, the web app doc base is a directory ending with .war do not handle it as a file - posted by "Violeta Georgieva (JIRA)" <ji...@apache.org> on 2017/06/08 11:25:18 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2054) When in EAR, the web app doc base is a directory ending with .war do not handle it as a file - posted by "Violeta Georgieva (JIRA)" <ji...@apache.org> on 2017/06/08 11:25:18 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2054) When in EAR, the web app doc base is a directory ending with .war do not handle it as a file - posted by "Violeta Georgieva (JIRA)" <ji...@apache.org> on 2017/06/08 11:26:18 UTC, 0 replies.
- [jira] [Created] (TOMEE-2055) NPE when @AroundConstruct Interceptor is defined - posted by "Katya Todorova (JIRA)" <ji...@apache.org> on 2017/06/08 12:52:18 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2055) NPE when @AroundConstruct Interceptor is defined on EJB - posted by "Katya Todorova (JIRA)" <ji...@apache.org> on 2017/06/08 12:54:18 UTC, 0 replies.
- [1/2] tomee git commit: TOMEE-2055 ensure @AroundConstruct doesnt prevent to have an instance - posted by rm...@apache.org on 2017/06/08 13:32:08 UTC, 0 replies.
- [2/2] tomee git commit: TOMEE-2055 ensure @AroundConstruct doesnt prevent to have an instance - posted by rm...@apache.org on 2017/06/08 13:32:09 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2055) NPE when @AroundConstruct Interceptor is defined on EJB - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/08 13:33:18 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2055) NPE when @AroundConstruct Interceptor is defined on EJB - posted by "Katya Todorova (JIRA)" <ji...@apache.org> on 2017/06/08 14:32:18 UTC, 2 replies.
- tomee git commit: TOMEE-2055 ejb style interceptors - posted by rm...@apache.org on 2017/06/08 14:47:03 UTC, 0 replies.
- [jira] [Comment Edited] (TOMEE-2055) NPE when @AroundConstruct Interceptor is defined on EJB - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/08 14:55:18 UTC, 0 replies.
- [jira] [Created] (TOMEE-2056) tomee.sh does not support all possible options if you use deploy or undeploy-command - posted by "Lars Herschke (JIRA)" <ji...@apache.org> on 2017/06/08 15:33:18 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2056) tomee.sh does not support all possible options if you use deploy or undeploy-command - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/08 16:09:18 UTC, 13 replies.
- [jira] [Created] (TOMEE-2057) @BeforeCompletion callback issue - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/09 08:53:18 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2057) @BeforeCompletion callback issue - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/09 08:55:18 UTC, 4 replies.
- [jira] [Commented] (TOMEE-2057) @BeforeCompletion callback issue - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/09 09:34:19 UTC, 5 replies.
- [jira] [Comment Edited] (TOMEE-2057) @BeforeCompletion callback issue - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/09 11:34:18 UTC, 1 replies.
- [jira] [Created] (TOMEE-2058) Problem with persistence in application specifying a context path through sun-web.xml - posted by "Lazar Kirchev (JIRA)" <ji...@apache.org> on 2017/06/09 12:16:18 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2058) Problem with persistence in application specifying a context path through sun-web.xml - posted by "Lazar Kirchev (JIRA)" <ji...@apache.org> on 2017/06/09 12:18:18 UTC, 0 replies.
- [jira] [Created] (TOMEE-2059) [CDI] don't release normal scoped beans? - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/09 12:36:18 UTC, 0 replies.
- [jira] [Created] (TOMEE-2060) EJB component can modify its naming context - posted by "Katya Todorova (JIRA)" <ji...@apache.org> on 2017/06/09 13:21:18 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2060) EJB component can modify its naming context - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/09 14:02:19 UTC, 16 replies.
- tomee git commit: When web app doc base is a directory ending with .war do not handle it as a file - posted by jl...@apache.org on 2017/06/09 14:32:56 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2060) EJB component can modify its naming context - posted by "Katya Todorova (JIRA)" <ji...@apache.org> on 2017/06/09 17:51:18 UTC, 0 replies.
- tomee git commit: Overwrite jar if found - Test might have crashed - posted by an...@apache.org on 2017/06/10 13:44:15 UTC, 0 replies.
- tomee git commit: Define Java version and update Arquillian versions - posted by an...@apache.org on 2017/06/10 13:58:05 UTC, 0 replies.
- tomee git commit: TOMEE-2057 patch from Svetlin Zarev, EJB @BeforeCompletion / JPA conflict - posted by rm...@apache.org on 2017/06/12 14:29:52 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2057) @BeforeCompletion callback issue - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/12 14:30:00 UTC, 0 replies.
- tomee git commit: TOMEE-2061 beanutils upgrade to 1.9.3 - posted by rm...@apache.org on 2017/06/12 18:36:42 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2061) commons-beanutils to 1.9.3 - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/12 18:37:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2061) commons-beanutils 1.9.3 - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/12 18:37:00 UTC, 0 replies.
- [jira] [Created] (TOMEE-2061) upgrade beanutils - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/12 18:37:00 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2061) upgrade beanutils - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/12 18:37:00 UTC, 0 replies.
- [jira] [Created] (TOMEE-2062) HSQLDB Deadlock - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/12 18:58:00 UTC, 0 replies.
- tomee git commit: using beanutils directly and not core which doesnt exist anymore - posted by rm...@apache.org on 2017/06/12 19:52:02 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2062) HSQLDB Deadlock - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/12 19:54:00 UTC, 0 replies.
- tomee git commit: trying to fix the build after shrinkwrap upgrades - posted by rm...@apache.org on 2017/06/13 07:16:49 UTC, 0 replies.
- tomee git commit: removing duplicated plugin definition - posted by rm...@apache.org on 2017/06/13 07:26:47 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2062) HSQLDB Deadlock - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/13 08:15:00 UTC, 1 replies.
- [jira] [Created] (TOMEE-2063) Wrong @Priority for @Transactional-Interceptors (doesn't meet JSR907) - posted by "Frank Jung (JIRA)" <ji...@apache.org> on 2017/06/13 08:35:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2063) Wrong @Priority for @Transactional-Interceptors (doesn't meet JSR-907) - posted by "Frank Jung (JIRA)" <ji...@apache.org> on 2017/06/13 08:39:00 UTC, 0 replies.
- tomee git commit: TOMEE-2063 @Transactional priority fix - posted by rm...@apache.org on 2017/06/13 08:41:15 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2063) Wrong @Priority for @Transactional-Interceptors (doesn't meet JSR-907) - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/13 08:42:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-1934) Incorrect double-check locking - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/13 10:23:00 UTC, 2 replies.
- [jira] [Created] (TOMEE-2064) NPE in CdiEjbBean.java:532 - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/14 07:05:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2064) NPE in CdiEjbBean.java:532 - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/14 08:44:00 UTC, 2 replies.
- [jira] [Updated] (TOMEE-2064) NPE in CdiEjbBean.java:532 - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/14 10:44:00 UTC, 0 replies.
- [jira] [Comment Edited] (TOMEE-2056) tomee.sh does not support all possible options if you use deploy or undeploy-command - posted by "Lars Herschke (JIRA)" <ji...@apache.org> on 2017/06/14 11:00:02 UTC, 1 replies.
- [jira] [Comment Edited] (TOMEE-2064) NPE in CdiEjbBean.java:532 - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/14 11:05:00 UTC, 1 replies.
- tomee git commit: TOMEE-2064 avoid NPE if no constructor interceptors are used on ejb, thanks Svetlin Zarev for the patch - posted by rm...@apache.org on 2017/06/14 13:03:23 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2064) NPE in CdiEjbBean.java:532 - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/14 13:04:00 UTC, 0 replies.
- tomee git commit: TOMEE-2044 ensure we can target delegate unwrapping the service - posted by rm...@apache.org on 2017/06/14 13:13:00 UTC, 0 replies.
- tomee git commit: TOMEE-2044 filling Registry class with pools - posted by rm...@apache.org on 2017/06/14 13:54:28 UTC, 0 replies.
- [jira] [Created] (TOMEE-2065) TimerService.getAllTimers() throws IllegalStateException - posted by "Lazar Kirchev (JIRA)" <ji...@apache.org> on 2017/06/15 07:11:00 UTC, 0 replies.
- tomee git commit: TOMEE-2065 @Stateful can fail timerservice.getAllTimers() - posted by rm...@apache.org on 2017/06/15 07:20:15 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2065) TimerService.getAllTimers() throws IllegalStateException - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/15 07:21:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2058) Problem with persistence in application specifying a context path through sun-web.xml - posted by "Lazar Kirchev (JIRA)" <ji...@apache.org> on 2017/06/15 07:52:00 UTC, 3 replies.
- tomee git commit: TOMEE-2056 better help for deploy/undeploy - posted by rm...@apache.org on 2017/06/15 09:29:03 UTC, 0 replies.
- tomee git commit: TOMEE-2056 better help for deploy/undeploy - missing contextual command - posted by rm...@apache.org on 2017/06/15 09:31:13 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2056) tomee.sh help does not support all possible options if you use deploy or undeploy-command - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/15 09:40:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2056) tomee.sh help does not support all possible options if you use deploy or undeploy-command - posted by "Lars Herschke (JIRA)" <ji...@apache.org> on 2017/06/15 09:52:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2056) tomee.sh does not support all possible options if you use deploy or undeploy-command - posted by "Lars Herschke (JIRA)" <ji...@apache.org> on 2017/06/15 09:59:00 UTC, 0 replies.
- tomee git commit: missing super call in ServicePool - posted by rm...@apache.org on 2017/06/15 11:00:25 UTC, 0 replies.
- [jira] [Created] (TOMEE-2066) Issue with EJB inection - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/15 11:04:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2066) Issue with EJB injection - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/15 11:06:00 UTC, 4 replies.
- [jira] [Commented] (TOMEE-2066) Issue with EJB injection - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/15 11:08:00 UTC, 4 replies.
- tomee git commit: TOMEE-2056 hack of Lars Herschke to support any param for deploy - posted by rm...@apache.org on 2017/06/15 12:46:34 UTC, 0 replies.
- [jira] [Comment Edited] (TOMEE-2058) Problem with persistence in application specifying a context path through sun-web.xml - posted by "Lazar Kirchev (JIRA)" <ji...@apache.org> on 2017/06/16 07:11:00 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2066) Issue with EJB injection - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/16 08:32:00 UTC, 0 replies.
- [jira] [Comment Edited] (TOMEE-2066) Issue with EJB injection - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/16 08:39:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2053) ejb-jar.xml datsources support - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/16 18:33:00 UTC, 1 replies.
- tomee git commit: TOMEE-2053 another great patch from Svetlin Zarev about datasource definition in xml descriptor - posted by rm...@apache.org on 2017/06/16 18:46:01 UTC, 0 replies.
- tomee git commit: Patch from Svetlin Zarev fixing the pojo usage of @DataSourceDefinition - posted by rm...@apache.org on 2017/06/17 08:13:08 UTC, 0 replies.
- svn commit: r1799112 - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advanced/client/ content/advanced/jms/ content/advanced/shading/ co... - posted by rm...@apache.org on 2017/06/18 18:30:06 UTC, 0 replies.
- svn commit: r1799113 - /tomee/site/trunk/generators/site-tomee-ng/src/main/jbake/content/developer/migration/tomee-1-to-7.adoc - posted by rm...@apache.org on 2017/06/18 18:35:39 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2053) ejb-jar.xml datsources support - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/19 06:25:01 UTC, 0 replies.
- [jira] [Created] (TOMEE-2067) Not able to deploy EJB application - posted by "Magesh (JIRA)" <ji...@apache.org> on 2017/06/19 06:52:00 UTC, 0 replies.
- [jira] [Created] (TOMEE-2068) Security Expection while depoying - posted by "Magesh (JIRA)" <ji...@apache.org> on 2017/06/19 07:09:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2067) Not able to deploy EJB application - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/19 07:24:00 UTC, 4 replies.
- tomee git commit: missing DataSourcePojo - thanks Svetlin again ;) - posted by rm...@apache.org on 2017/06/19 07:24:05 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2068) Security Expection while depoying - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/19 07:27:00 UTC, 2 replies.
- tomee git commit: patch from katya-stoycheva to make our context optionally read only - posted by rm...@apache.org on 2017/06/19 14:16:46 UTC, 0 replies.
- tomee git commit: fixing checkstyle - posted by rm...@apache.org on 2017/06/19 19:19:47 UTC, 0 replies.
- [jira] [Created] (TOMEE-2069) no need of ValidatorFactoryWrapper usage when there is a single potential validator - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/20 07:44:02 UTC, 0 replies.
- tomee git commit: TOMEE-2069 ValidatorFactoryWrapper can be slow due to JNDI usage - posted by rm...@apache.org on 2017/06/20 07:44:23 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2069) no need of ValidatorFactoryWrapper usage when there is a single potential validator - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/20 07:45:00 UTC, 0 replies.
- tomee git commit: ValidatorFactory needs to be serializable...still in 2017 - posted by rm...@apache.org on 2017/06/20 17:33:53 UTC, 0 replies.
- [jira] [Created] (TOMEE-2070) IvmContext close method doesn't check if the context is read only - posted by "Katya Todorova (JIRA)" <ji...@apache.org> on 2017/06/21 06:39:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2070) IvmContext close method doesn't check if the context is read only - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/21 06:45:01 UTC, 2 replies.
- tomee git commit: making LazyValidatorFactory serializable - posted by rm...@apache.org on 2017/06/21 06:57:06 UTC, 0 replies.
- tomee git commit: Patch from katya-stoycheva to make ivmcontext fail on close if configured as such, thanks Katya - posted by rm...@apache.org on 2017/06/21 07:18:07 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2070) IvmContext close method doesn't check if the context is read only - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/21 07:20:00 UTC, 0 replies.
- tomee git commit: correct serialization impl for LazyValidator - posted by rm...@apache.org on 2017/06/21 08:52:44 UTC, 0 replies.
- [jira] [Created] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse - posted by "antoine vianey (JIRA)" <ji...@apache.org> on 2017/06/21 09:46:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse - posted by "antoine vianey (JIRA)" <ji...@apache.org> on 2017/06/21 09:47:00 UTC, 0 replies.
- tomee git commit: TOMEE-2071 ensure we fallback for embedded classpath mode on contextRoot in OpenEJBAsyncContext - posted by rm...@apache.org on 2017/06/21 09:58:11 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/21 10:00:00 UTC, 2 replies.
- [jira] [Comment Edited] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse - posted by "antoine vianey (JIRA)" <ji...@apache.org> on 2017/06/21 12:16:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse with no web application in 3mbedded mode - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/21 12:17:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse with no web application in embedded mode - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/21 12:18:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse with no web application in embedded mode - posted by "antoine vianey (JIRA)" <ji...@apache.org> on 2017/06/21 12:36:00 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2071) OpenEJBAsyncContext NPE when using AsyncResponse with no web application in embedded mode - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/21 13:23:00 UTC, 0 replies.
- tomee git commit: Update to Tomcat 7.0.78 - posted by jg...@apache.org on 2017/06/21 15:28:54 UTC, 0 replies.
- [jira] [Closed] (TOMEE-2072) Update to Tomcat 7.0.78 - posted by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2017/06/21 15:33:00 UTC, 0 replies.
- [jira] [Created] (TOMEE-2072) Update to Tomcat 7.0.78 - posted by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2017/06/21 15:33:00 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2072) Update to Tomcat 7.0.78 - posted by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2017/06/21 15:33:00 UTC, 0 replies.
- tomee git commit: fixing LazyValidatorFactory serialization - posted by rm...@apache.org on 2017/06/21 17:13:32 UTC, 0 replies.
- tomee git commit: checkstyle - posted by rm...@apache.org on 2017/06/22 04:51:23 UTC, 0 replies.
- [jira] [Created] (TOMEE-2073) In some cases the EJB.beanName() is not processed - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/22 07:54:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2073) In some cases the EJB.beanName() is not processed - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/22 07:55:00 UTC, 5 replies.
- tomee git commit: TOMEE-2073 another patch from Svetlin to ensure EJB#beanName is used in any case - posted by rm...@apache.org on 2017/06/22 08:08:26 UTC, 0 replies.
- tomee git commit: another patch from Svetlin to ensure EJB#beanName is used in any case - missing file - posted by rm...@apache.org on 2017/06/22 10:20:52 UTC, 0 replies.
- [jira] [Created] (TOMEE-2074) TomcatWebAppBuilder does not correctly set NamingContextListener.setExceptionOnFailedWrite() - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/22 12:01:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2074) TomcatWebAppBuilder does not correctly set NamingContextListener.setExceptionOnFailedWrite() - posted by "Svetlin Zarev (JIRA)" <ji...@apache.org> on 2017/06/22 12:03:00 UTC, 1 replies.
- [jira] [Commented] (TOMEE-2074) TomcatWebAppBuilder does not correctly set NamingContextListener.setExceptionOnFailedWrite() - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/22 14:07:00 UTC, 1 replies.
- tomee git commit: TOMEE-2074 ensure JndiExceptionOnFailedWrite is propagated, patch from Svetlin Zarev - posted by rm...@apache.org on 2017/06/22 15:08:06 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2074) TomcatWebAppBuilder does not correctly set NamingContextListener.setExceptionOnFailedWrite() - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/22 15:09:00 UTC, 0 replies.
- tomee git commit: TOMEE-2075 ensure to close the EMF only if created - posted by rm...@apache.org on 2017/06/22 16:51:20 UTC, 0 replies.
- [jira] [Created] (TOMEE-2075) Don't try to close the entity manager if not created - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/22 16:52:00 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2075) Don't try to close the entity manager if not created - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/22 16:52:00 UTC, 0 replies.
- tomee git commit: Use fixed keystores instead of an Ant task to speed up build and make it more determinisic - posted by jg...@apache.org on 2017/06/22 20:07:02 UTC, 0 replies.
- [jira] [Created] (TOMEE-2076) add boolean flag openejb.resolver.windows.lowercase-urls (default true) to enable users to not lower case urls on windows - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/26 06:24:00 UTC, 0 replies.
- tomee git commit: TOMEE-2076 adding a flag to not lowercase urls on windows - posted by rm...@apache.org on 2017/06/26 06:24:45 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2076) add boolean flag openejb.resolver.windows.lowercase-urls (default true) to enable users to not lower case urls on windows - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/26 06:25:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2076) add boolean flag openejb.resolver.windows.lowercase-urls (default true) to enable users to not lower case urls on windows - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/26 06:25:00 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2023) tomcat 8.5.16 - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/26 12:58:00 UTC, 0 replies.
- tomee git commit: TOMEE-2023 tomcat 8.5.16 - posted by rm...@apache.org on 2017/06/26 13:01:36 UTC, 0 replies.
- tomee git commit: trying to not fail when the classloader if not here but resources are in parent one - posted by rm...@apache.org on 2017/06/26 18:43:46 UTC, 0 replies.
- [jira] [Created] (TOMEE-2077) arquillian tomee embedded adapter doesnt support multiple deployments - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/27 10:40:00 UTC, 0 replies.
- tomee git commit: TOMEE-2077 trying to support multiple deployment classloader for embedded deployments - posted by rm...@apache.org on 2017/06/27 10:40:20 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2077) arquillian tomee embedded adapter doesnt support multiple deployments - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/27 10:41:00 UTC, 0 replies.
- tomee git commit: avoid NPE and surefire bugs for arquillian-openejb-embedded - posted by rm...@apache.org on 2017/06/27 15:49:41 UTC, 0 replies.
- svn commit: r1800086 - in /tomee/site/trunk/generators/site-tomee-ng: ./ pom.xml src/main/java/org/apache/tomee/website/PDFify.java src/main/jbake/content/developer/testing/applicationcomposer/index.adoc - posted by an...@apache.org on 2017/06/27 20:23:06 UTC, 0 replies.
- svn commit: r1800087 - /tomee/site/trunk/generators/site-tomee-ng/src/main/java/org/apache/tomee/website/PDFify.java - posted by an...@apache.org on 2017/06/27 20:34:50 UTC, 0 replies.
- tomee git commit: using a map instead of a singleton is great but using the right key can help - posted by rm...@apache.org on 2017/06/27 21:01:58 UTC, 0 replies.
- [jira] [Created] (TOMEE-2078) TomEE Website Improvements - posted by "Ivan Junckes Filho (JIRA)" <ji...@apache.org> on 2017/06/27 21:28:00 UTC, 0 replies.
- [jira] [Assigned] (TOMEE-2078) TomEE Website Improvements - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/27 21:29:01 UTC, 0 replies.
- [jira] [Work started] (TOMEE-2078) TomEE Website Improvements - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/27 21:29:01 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2078) TomEE Website Improvements - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/27 21:30:00 UTC, 24 replies.
- svn commit: r1800091 - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advanced/client/ content/advanced/jms/ content/advanced/shading/ co... - posted by an...@apache.org on 2017/06/27 21:34:15 UTC, 0 replies.
- svn commit: r1800092 - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advanced/client/ content/advanced/jms/ content/advanced/shading/ co... - posted by rm...@apache.org on 2017/06/27 21:41:47 UTC, 0 replies.
- svn commit: r1800093 - in /tomee/site/trunk: content/documentation/ content/documentation/admin/ content/documentation/admin/cluster/ content/documentation/admin/configuration/ content/documentation/advanced/ content/documentation/advanced/applicationc... - posted by an...@apache.org on 2017/06/27 21:51:54 UTC, 0 replies.
- svn commit: r1800094 - in /tomee/site/trunk: content/documentation/ content/downloads/ generators/site-tomee-ng/target/ - posted by rm...@apache.org on 2017/06/27 21:56:02 UTC, 0 replies.
- [jira] [Comment Edited] (TOMEE-2078) TomEE Website Improvements - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/27 22:13:00 UTC, 2 replies.
- svn commit: r1800095 - in /tomee/site/trunk/content: ./ admin/ admin/cluster/ admin/configuration/ advanced/ advanced/applicationcomposer/ advanced/client/ advanced/jms/ advanced/shading/ advanced/tomee-embedded/ blog/ blog/2016/03/ blog/2017/ communit... - posted by an...@apache.org on 2017/06/27 22:17:33 UTC, 0 replies.
- svn commit: r1800097 - in /tomee/site/trunk/content: ./ admin/ admin/cluster/ admin/configuration/ advanced/ advanced/applicationcomposer/ advanced/client/ advanced/jms/ advanced/shading/ advanced/tomee-embedded/ blog/ blog/2016/03/ blog/2017/ communit... - posted by rm...@apache.org on 2017/06/27 22:22:23 UTC, 0 replies.
- [jira] [Created] (TOMEE-2079) Escalate this story ticket as an example to Apache.org of the current state of mobbing on the TomEE project. - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/28 05:01:06 UTC, 0 replies.
- [jira] [Updated] (TOMEE-2078) TomEE Website Improvements - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/28 05:06:01 UTC, 5 replies.
- [jira] [Created] (TOMEE-2080) Reapply patch and review on staging when mobbing issues have been resolved - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/28 05:10:00 UTC, 0 replies.
- [jira] [Assigned] (TOMEE-2080) Reapply patch and review on staging when mobbing issues have been resolved - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/28 05:11:00 UTC, 0 replies.
- [jira] [Work started] (TOMEE-2079) Escalate this story ticket as an example to Apache.org of the current state of mobbing on the TomEE project. - posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/06/28 05:12:00 UTC, 0 replies.
- tomee git commit: [arquillian] better capture of container classloader to handle multiple deployment case more smoothly - posted by rm...@apache.org on 2017/06/28 06:58:39 UTC, 0 replies.
- svn commit: r1800163 - /tomee/site/trunk/generators/site-tomee-ng/ - posted by rm...@apache.org on 2017/06/28 13:09:03 UTC, 0 replies.
- [jira] [Created] (TOMEE-2081) Move the Mdb control logic from ActiveMQ to the MdbContainer - posted by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2017/06/28 15:55:00 UTC, 0 replies.
- [jira] [Work started] (TOMEE-2081) Move the Mdb control logic from ActiveMQ to the MdbContainer - posted by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2017/06/28 15:55:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2081) Move the Mdb control logic from ActiveMQ to the MdbContainer - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/28 16:00:01 UTC, 2 replies.
- [jira] [Created] (TOMEE-2082) Use a ASM based proxy in AutoConnectionTracker - posted by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2017/06/28 21:28:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2082) Use a ASM based proxy in AutoConnectionTracker - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/28 22:00:00 UTC, 1 replies.
- [jira] [Created] (TOMEE-2083) IvmContext list doesn't list all bindings in case of federated contexts - posted by "Katya Todorova (JIRA)" <ji...@apache.org> on 2017/06/29 08:40:00 UTC, 0 replies.
- [jira] [Commented] (TOMEE-2083) IvmContext list doesn't list all bindings in case of federated contexts - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/29 08:40:00 UTC, 2 replies.
- tomee git commit: List IvmContext should list all of its federated context bindings - posted by jl...@apache.org on 2017/06/29 08:59:07 UTC, 0 replies.
- [jira] [Closed] (TOMEE-2083) IvmContext list doesn't list all bindings in case of federated contexts - posted by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org> on 2017/06/29 09:06:00 UTC, 0 replies.
- [jira] [Resolved] (TOMEE-2083) IvmContext list doesn't list all bindings in case of federated contexts - posted by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org> on 2017/06/29 09:06:00 UTC, 0 replies.
- tomee git commit: closes apache/tomee#75 *Won't fix$ - posted by jl...@apache.org on 2017/06/29 11:43:46 UTC, 0 replies.