From 22e8b23a0c4a7804e0824e5cdfd3b2f8a7e1ebfe Mon Sep 17 00:00:00 2001 From: Sande Gilda Date: Fri, 26 Oct 2018 09:33:29 -0400 Subject: [PATCH] JBEAP-15215,WFLY-11209: Add expected warnings for jaxws-* quickstart when running the Java client --- jaxws-addressing/README.adoc | 12 ++++++++++++ jaxws-ejb/README.adoc | 12 ++++++++++++ jaxws-pojo/README.adoc | 12 ++++++++++++ jaxws-retail/README.adoc | 15 ++++++++++++++- 4 files changed, 50 insertions(+), 1 deletion(-) diff --git a/jaxws-addressing/README.adoc b/jaxws-addressing/README.adoc index 78b413d9a2..7746c44668 100644 --- a/jaxws-addressing/README.adoc +++ b/jaxws-addressing/README.adoc @@ -94,6 +94,18 @@ This is a known Eclipse issue. For more information, see Eclipse Bugzilla - http ---- Hello World! ---- ++ +[NOTE] +==== +You will also see the following warnings in the *Problems* tab. +[source] +---- +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. +---- +You can ignore these warnings. +==== . To undeploy the project, right-click on the *{artifactId}* parent project and choose *Run As* –> *Maven build*. Enter `wildfly:undeploy` for the *Goals* and click *Run*. diff --git a/jaxws-ejb/README.adoc b/jaxws-ejb/README.adoc index b6beb0a445..ffc2846c38 100644 --- a/jaxws-ejb/README.adoc +++ b/jaxws-ejb/README.adoc @@ -82,6 +82,18 @@ For this quickstart, follow the special instructions to link:{useEclipseDeployJa ---- EJB3Bean returning: ejbClient calling ---- ++ +[NOTE] +==== +You will also see the following warnings in the *Problems* tab. +[source] +---- +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. +---- +You can ignore these warnings. +==== . To undeploy the project, right-click on the *{artifactId}* parent project and choose *Run As* –> *Maven build*. Enter `wildfly:undeploy` for the *Goals* and click *Run*. diff --git a/jaxws-pojo/README.adoc b/jaxws-pojo/README.adoc index 443ad815cd..fee1f352d6 100644 --- a/jaxws-pojo/README.adoc +++ b/jaxws-pojo/README.adoc @@ -82,6 +82,18 @@ For this quickstart, follow the special instructions to link:{useEclipseDeployJa ---- JSEBean pojo: pojoClient calling ---- ++ +[NOTE] +==== +You will also see the following warnings in the *Problems* tab. +[source] +---- +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. +---- +You can ignore these warnings. +==== . To undeploy the project, right-click on the *{artifactId}* parent project and choose *Run As* –> *Maven build*. Enter `wildfly:undeploy` for the *Goals* and click *Run*. diff --git a/jaxws-retail/README.adoc b/jaxws-retail/README.adoc index 5482aa89c9..09a96830bb 100644 --- a/jaxws-retail/README.adoc +++ b/jaxws-retail/README.adoc @@ -123,12 +123,25 @@ WFLYSRV0010: Deployed "{artifactId}-service.war" ** To access the application, right-click on the *{artifactId}-client* project and choose *Run As* –> *Java Application*. ** Choose the *Client* class and click *OK*. -** Review the output in the console window. You should see the following message: +** You should see the following message in the *Console* tab: + [source,options="nowrap"] ---- Jay Boss's discount is 10.00 ---- ++ +[NOTE] +==== +You will also see the following warnings in the *Problems* tab. +[source] +---- +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. +---- +You can ignore these warnings. +==== + . To undeploy the project, right-click on the *{artifactId}-service* project and choose *Run As* –> *Maven build*. Enter `wildfly:undeploy` for the *Goals* and click *Run*. // Debug the Application