Hi Aki On Wed, Jun 8, 2011 at 11:33 AM, Aki Yoshida <elak...@googlemail.com> wrote: > hi, > sorry. > i'll be fixing it.
np at all; by the way - I'm not sure I'm right there about dropping explicit SOAPMessages refs, I was just hoping to get the coloc binding reused somehow for JAX-RS tests, etc in time. Hopefully you can hide those refs somehow :-) thanks, Sergey > regards, aki > > 2011/6/8 Sergey Beryozkin <sberyoz...@gmail.com>: >> 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 >> >