Re: CXF JAX-WS java.lang.UnsupportedOperationException logging

2015-03-27 Thread Romain Manni-Bucau
2015-03-27 18:26 GMT+01:00 willemvanpelt : > Romain Manni-Bucau wrote > >> this has to be done at container level (tomee/lib) not webapp > > What do you mean with 'this'? > Do you mean adding the file 'org.apache.cxf.Logger' to the tomee/lib > directory? > > log4j in tomee/lib + this system proper

Re: CXF JAX-WS java.lang.UnsupportedOperationException logging

2015-03-27 Thread willemvanpelt
Romain Manni-Bucau wrote >> this has to be done at container level (tomee/lib) not webapp What do you mean with 'this'? Do you mean adding the file 'org.apache.cxf.Logger' to the tomee/lib directory? It's not a jar, but a war. Does this exclusions.list has effect in a war or wouldn't this matter

Re: CXF JAX-WS java.lang.UnsupportedOperationException logging

2015-03-27 Thread Romain Manni-Bucau
this has to be done at container level (tomee/lib) not webapp if your webservice is in a jar you can add a WEB-INF/exclusions.list with: default-list yourjar Romain Manni-Bucau @rmannibucau | Blog | Github

Re: CXF JAX-WS java.lang.UnsupportedOperationException logging

2015-03-27 Thread willemvanpelt
Adding -Dorg.apache.cxf.logger=org.apache.cxf.common.logging.Log4jLogger doesn't work. I've also tried adding it by creating a file META-INF/cxf/org.apache.cxf.logger but that help either. This is how I defined my applicationContext.xml if it could help you.

Re: CXF JAX-WS java.lang.UnsupportedOperationException logging

2015-03-27 Thread Romain Manni-Bucau
You can surely workaround it forcing org.apache.cxf.Logger= org.apache.cxf.common.logging.Log4jLogger But you'll need to add log4j library in tomee. Romain Manni-Bucau @rmannibucau | Blog | Github

CXF JAX-WS java.lang.UnsupportedOperationException logging

2015-03-27 Thread willemvanpelt
HiWe're facing an issue with CXF JAX-WS. I've seen some errors about this issue and I see that it should have been fixed in 1.7.2 but the latest version according to the tomee site is 1.7.1.I get the following stacktrace when deploying a Spring webapp that exposes a CXF JAX-WS webservice.2015-03-27