[jira] [Commented] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16265953#comment-16265953 ] Romain Manni-Bucau commented on DELTASPIKE-1302: Not dure i got it but idea is to

[jira] [Comment Edited] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16265953#comment-16265953 ] Romain Manni-Bucau edited comment on DELTASPIKE-1302 at 11/26/17 10:31 AM:

[jira] [Commented] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16265996#comment-16265996 ] Gerhard Petracek commented on DELTASPIKE-1302: -- with "auto. registration of the

[jira] [Commented] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266021#comment-16266021 ] Romain Manni-Bucau commented on DELTASPIKE-1302: Created a branch on our repo with

[jira] [Commented] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266020#comment-16266020 ] ASF subversion and git services commented on DELTASPIKE-1302: - Commit

Re: ThreadPoolManager configuration

2017-11-26 Thread Romain Manni-Bucau
2017-11-26 16:01 GMT+01:00 Gerhard Petracek : > mvn clean install works without issues here... Did you try with java 1.8 (u144 if it matters)? Can't get master compiling. getCoreArchive utility is completely messed up. > > -> please drop it again and push to master as

Re: ThreadPoolManager configuration

2017-11-26 Thread Romain Manni-Bucau
Think I know what it is, I didnt prefix my test by "test" in the package so the o.a.d.core package was not unique and our org.apache.deltaspike.test.util.ArchiveUtils#getDeltaSpikeCoreArchive(java.lang.String[]) is not able to handle that ATM. Will fix it in the test for now but we can need to

Re: ThreadPoolManager configuration

2017-11-26 Thread Gerhard Petracek
mvn clean install works without issues here... -> please drop it again and push to master as we did so far. regards, gerhard http://www.irian.at Your JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces, DeltaSpike and

[jira] [Commented] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266079#comment-16266079 ] ASF subversion and git services commented on DELTASPIKE-1302: - Commit

ThreadPoolManager configuration

2017-11-26 Thread Romain Manni-Bucau
Hi guys, following up on DELTASPIKE-1302, I created a branch on our repo to implement it: https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;a=shortlog;h=refs/heads/fb/DELTASPIKE-1302_ThreadPoolManager-configuration I have some issues building master ATM - without any profile since all

[jira] [Commented] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266032#comment-16266032 ] Gerhard Petracek commented on DELTASPIKE-1302: -- i hope we can get rid of short-lived

Re: ThreadPoolManager configuration

2017-11-26 Thread Gerhard Petracek
it looks like a strange issue. here it works with jdk 7 as well as 8 and on jenkins it fails as well. regards, gerhard 2017-11-26 16:16 GMT+01:00 Romain Manni-Bucau : > 2017-11-26 16:01 GMT+01:00 Gerhard Petracek : > > mvn clean install works

[jira] [Comment Edited] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266032#comment-16266032 ] Gerhard Petracek edited comment on DELTASPIKE-1302 at 11/26/17 2:56 PM:

[jira] [Commented] (DELTASPIKE-1302) ThreadPoolManager: ExecutorService map is always empty

2017-11-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16266083#comment-16266083 ] Romain Manni-Bucau commented on DELTASPIKE-1302: pushed the proposed impl, updated