Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42CAAD8AF for ; Mon, 1 Oct 2012 02:42:23 +0000 (UTC) Received: (qmail 33899 invoked by uid 500); 1 Oct 2012 02:42:22 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 33847 invoked by uid 500); 1 Oct 2012 02:42:22 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 33837 invoked by uid 99); 1 Oct 2012 02:42:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 02:42:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jasonmpell@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-ia0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 02:42:14 +0000 Received: by iakh37 with SMTP id h37so328844iak.0 for ; Sun, 30 Sep 2012 19:41:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=g237LjDHpFAjat7vcr0mf0eVYUaorrnxnzkaugFVqCw=; b=vHqc74y8F9BT1WG9cc8q7Rrx/l113EIaLKD50+6nIUZIN0FGcexkyAxiwS1zFmVjD1 5A9GW/qUvv3Tpi5hQNOrvj/mL5gbpqdwrI7cVC+bRSplynLlPNmKV5gZ015kUX+gz51s DhTfUw7OOE8VPeR1hCnLBE09JsUEjPvDdk4OFflvJjsbposcbMaS2BHN0YST5i2RR55l 3z9WsqIJ/TqPyL+o69uKfRv6aG9o93IiDGlozxv92DDmMOwE2VZ00qXC3M2BSlQeKDIw scwASpFuqOGmwDg5NaJFLMYX7EdoTY+lIBUkQgVxeR5OtpzzQ7sWIWQgrxHGPmyniwFq AT6Q== MIME-Version: 1.0 Received: by 10.50.212.97 with SMTP id nj1mr4392063igc.26.1349059313785; Sun, 30 Sep 2012 19:41:53 -0700 (PDT) Sender: jasonmpell@gmail.com Received: by 10.42.152.197 with HTTP; Sun, 30 Sep 2012 19:41:53 -0700 (PDT) Date: Mon, 1 Oct 2012 12:41:53 +1000 X-Google-Sender-Auth: lUYobH2aJ1piz-_xZeOVP2CWQT0 Message-ID: Subject: building cxf 2.6.x-fixes From: Jason Pell To: users@cxf.apache.org Content-Type: text/plain; charset=UTF-8 Hi, I am trying to build cxf 2.6 branch with tests and it fails at cxf-rt-frontend-jaxrs. I am building with maven 3 and jdk 1.6.0_32 on linux (Ubuntu 10.10) I am just doing a mvn clean then a mv install The following tests fail: Failed tests: testCustomSchemaJaxbContextPrefixes(org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest): expected:<1> but was:<0> testExternalSchemaJaxbContextPrefixes(org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest): expected:<1> but was:<0> testExternalRelativeSchemaJaxbContextPrefixes(org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest): expected:<1> but was:<0> testExternalSchemaCustomPrefix(org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest): expected:<1> but was:<0> testCustomSchemaAndSchemaPrefixes(org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest): expected:<1> but was:<0> testSingleRootResource(org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest): expected:<1> but was:<0> testMultipleRootResources(org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest): expected:<1> but was:<0> I deleted my entire .m2/repository just in case I had some invalid jars lying around. The tests are looking for a xsd:long in the generated wadl and I took a look at it and there are only xsd:int generated. I suspect this might be a jaxb version issue? Should I enable jaxb 2.2 profile to build this project?