]
Eduardo Martins reopened WFLY-11209:
------------------------------------
[~sgilda] reports there are still warnings when running the clients
JAX-WS quickstarts: log4j warning appears in client subprojects
---------------------------------------------------------------
Key: WFLY-11209
URL:
https://issues.jboss.org/browse/WFLY-11209
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Environment: Fedora 27, Red Hat Developer Studio 12.0, jdk 1.8.0_162,
7.2.0.Beta.CR1 EAP/Maven/QS
Reporter: Sultan Zhantemirov
Assignee: Eduardo Martins
Priority: Major
Fix For: 15.0.0.Alpha1
In following subprojects:
* jaxws-addressing-client
* jaxws-ejb-client
* jaxws-pojo-client
* jaxws-retail-client
after completing "Right-click on the jaxws-*-client subproject and choose Run As
–> Java Application" step the following warnings are shown:
{noformat}
log4j:WARN No appenders could be found for logger
(org.apache.cxf.common.logging.LogUtils).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
{noformat}
A possible resolution could be
[
adding|https://stackoverflow.com/questions/12532339/no-appenders-could-be...]
.properties file to subprojects folders.