Hi, > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > <https://builds.apache.org/job/CXF-Trunk-JDK15/ws/trunk/rt/bindings/coloc/src/main/java/org/apache/cxf/binding/coloc/ColocUtil.java>:[31,22] > package javax.xml.soap does not exist > [ERROR] > <https://builds.apache.org/job/CXF-Trunk-JDK15/ws/trunk/rt/bindings/coloc/src/main/java/org/apache/cxf/binding/coloc/ColocUtil.java>:[185,49] > cannot find symbol > symbol : class SOAPMessage > location: class org.apache.cxf.binding.coloc.ColocUtil > [ERROR] > <https://builds.apache.org/job/CXF-Trunk-JDK15/ws/trunk/rt/bindings/coloc/src/main/java/org/apache/cxf/binding/coloc/ColocUtil.java>:[186,49] > cannot find symbol > symbol : class SOAPMessage > location: class org.apache.cxf.binding.coloc.ColocUtil > [INFO] 3 errors
I think SOAPMessage should not make it into the coloc binding - because that is not a SOAP-specific binding - some users have been asking about a coloc support for JAX-RS frontend as well so having a javax.xml.soap dep seems problematic to me cheers, Sergey
