[
https://issues.redhat.com/browse/WFLY-13405?page=com.atlassian.jira.plugi...
]
Alexander Golovko commented on WFLY-13405:
------------------------------------------
Just check
wildfly-19.0.0.Final\modules\system\layers\base\org\jboss\as\connector\main\wildfly-connector-19.0.0.Final.jar\org\jboss\as\connector\subsystems\datasources\CommonDeploymentService.class
Update CommonDeploymentService in release.
------------------------------------------
Key: WFLY-13405
URL:
https://issues.redhat.com/browse/WFLY-13405
Project: WildFly
Issue Type: Bug
Reporter: Alexander Golovko
Assignee: Brian Stansberry
Priority: Major
Attachments: debug.log
Current calls of ROOT_LOGGER.debugf("Started/Stopped CommonDeployment %s", new
Object[0]); is error. It raises MissingFormatArgumentException exception since new
Object[0] is empty array and it not compatible with %s in format argument.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)