-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 5.1.0.CR1
-
Fix Version/s: 5.2.0 GA
-
Component/s: Examples
-
Labels:None
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
Executing ant runtest produces following warning:
...
test-compile:
[copy] Copying 1 file to /home/mvanek/work/build/cr1/jboss-as/samples/quickstarts/helloworld_ejb3_ws_wss/test/classes
[javac] Compiling 1 source file to /home/mvanek/work/build/cr1/jboss-as/samples/quickstarts/helloworld_ejb3_ws_wss/test/classes
[javac] /home/mvanek/work/build/cr1/jboss-as/samples/quickstarts/helloworld_ejb3_ws_wss/test/src/org/jboss/soa/esb/samples/quickstart/helloworld/WSTestClientWSS.java:27: warning: [deprecation] toURL() in java.io.File has been deprecated
[javac] URL securityURL = new File("test/classes/META-INF/jboss-wsse-client.xml").toURL();
[javac] ^
[javac] 1 warning
runtest:
[java] log4j:WARN No appenders could be found for logger (org.jboss.ws.metadata.builder.jaxws.JAXWSWebServiceMetaDataBuilder).
[java] log4j:WARN Please initialize the log4j system properly.