Hi,

Is it caused by the file name is cxf.xml, but from your code, you refer it as mycxf.xml?

Freeman
On 2010-4-27, at 上午12:06, Renuka Pathak wrote:

Hi CXF Team,

I have an eclipse java project. I am using CXF.xml for logging
configuration. cxf.xml file in at the location /src/main/resources/ cxf.xml. When I run my test from location /src/main/java/test/test.java, I am not
able to see any effect of logging using CXF.xml.

CXF.xml is at the classpath & I am able to print it using below lines :

URL url = getClass().getClassLoader().getResource("mycxf.xml");
       System.out.println("url" + url);


I am not sure what's wrong. Could you please help.

Thanks!!!


--
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com

Reply via email to