Re: Build failed in Jenkins: CXF-Trunk-JDK15 #2140

2011-06-08 Thread Sergey Beryozkin
Hi, [INFO] - [ERROR] COMPILATION ERROR : [INFO] - [ERROR]

Re: Build failed in Jenkins: CXF-Trunk-JDK15 #2140

2011-06-08 Thread Aki Yoshida
hi, sorry. i'll be fixing it. regards, aki 2011/6/8 Sergey Beryozkin sberyoz...@gmail.com: Hi, [INFO] - [ERROR] COMPILATION ERROR : [INFO] - [ERROR]

Re: Build failed in Jenkins: CXF-Trunk-JDK15 #2140

2011-06-08 Thread Sergey Beryozkin
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

Re: Build failed in Jenkins: CXF-Trunk-JDK15 #2140

2011-06-08 Thread Aki Yoshida
Hi Sergey, I just dropped SOAPMessage. Most people would be using Source and the patch that I submitted was only supporting the Source usage. It makes sense to drop SOAPMessage. I had a reference to SOAPMessage in ColocUtil as I though I could eventually support the SOAPMessage as well. However,