Ok I think I misunderstood your problem.
Is eclipse excluding all but *.java files in the src directory maybe? Check
the project properties.
In your client code see if you can load it yourself with code like
InputStream is = getClass().getClassLoader().getResourceAsStream("cxf.xml");
Make sure is is not null.
This was cxf wsdl 2 java? Because you might not even be using cxf. By
default I think wsdl2java generated clients can use java 6 jaxws built in.
On Oct 29, 2012 11:28 PM, "becam" <[email protected]> wrote:
> Hi all,
> thanks for you replies! I'm not using maven as Glen said. But why should I
> use it? I have just to build a simple jar file, and everything is working
> except this logs issue.
> Unfortunately i need this stuff working asap, so I don't have many time at
> the moment to lern new stuff. I would like just to know why logging feature
> doesn't work as documentation says...
>
>
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Cannog-loggin-soap-messages-in-client-side-tp5717499p5717523.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>