[JBoss JIRA] (WFLY-11264) The BatchJobExecutionResource.hasChild() needs to be reviewed for purged jobs
by James Perkins (Jira)
James Perkins created WFLY-11264:
------------------------------------
Summary: The BatchJobExecutionResource.hasChild() needs to be reviewed for purged jobs
Key: WFLY-11264
URL: https://issues.jboss.org/browse/WFLY-11264
Project: WildFly
Issue Type: Bug
Components: Batch
Reporter: James Perkins
Assignee: Cheng Fang
The {{BatchJobExecutionResource.hasChild()}} invokes the {{hasJobExecution()}} method which does not by default refresh the children. This could mean that a purged job returns {{true}} when it should be {{false}}. This was originally done for performance reasons however there is a bug (WFLY-11261) which causes issues when a job is purged.
In general this resource should be reviewed and performance tested to ensure purged jobs no longer show up.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (LOGMGR-208) Missing -Djava.util.logging.manager=org.jboss.logmanager.LogManager for tests on IBM JDK
by Nikoleta Žiaková (Jira)
Nikoleta Žiaková created LOGMGR-208:
---------------------------------------
Summary: Missing -Djava.util.logging.manager=org.jboss.logmanager.LogManager for tests on IBM JDK
Key: LOGMGR-208
URL: https://issues.jboss.org/browse/LOGMGR-208
Project: JBoss Log Manager
Issue Type: Bug
Affects Versions: 2.1.5.Final
Reporter: Nikoleta Žiaková
There are several test failures on IBM JDK with following error:
{quote}
The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager")
{quote}
This is similar to WFCORE-3797 but profile for IBM cannot be added since Maven is run with different JDK than the tests themselves - build requires JDK11 and the tests are run on IBM JDK 1.8 using {{java8.home}} property.
Simple fix is to add "-Djava.util.logging.manager=org.jboss.logmanager.LogManager" to surefire argLine like at https://github.com/nziakova/jboss-logmanager/commit/ae67e8b517866b80f7797...
[~jamezp] WDYT?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month