Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 76446 invoked from network); 6 Mar 2009 22:56:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 22:56:19 -0000 Received: (qmail 7250 invoked by uid 500); 6 Mar 2009 22:56:19 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 7233 invoked by uid 500); 6 Mar 2009 22:56:19 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 7222 invoked by uid 99); 6 Mar 2009 22:56:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 14:56:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 22:56:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33A40234C4AF for ; Fri, 6 Mar 2009 14:55:56 -0800 (PST) Message-ID: <1492512507.1236380156210.JavaMail.jira@brutus> Date: Fri, 6 Mar 2009 14:55:56 -0800 (PST) From: "Brian Relph (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2093) CXF Compatiblity In-Reply-To: <1852234896.1236380036449.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Relph updated CXF-2093: ----------------------------- Attachment: cxf-test-case.zip Test projects for 2.0 - 2.1 - 2.2 compatiblity tests. > CXF Compatiblity > ---------------- > > Key: CXF-2093 > URL: https://issues.apache.org/jira/browse/CXF-2093 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0.9, 2.1.3, 2.0.10, 2.1.4, 2.2, 2.1.5 > Reporter: Brian Relph > Attachments: cxf-test-case.zip > > > The attached projects attempt to illustrate the compatibility problems between CXF versions. The projects also illustrate some bugs within each CXF code branch. Hopefully these test projects can help to identify the bugs. > The -service projects are wars. They each contain a test that starts the war, generates a client, and runs each service method. The wars can also run standalone with 'mvn jetty:run', and you can run the -client projects tests against it. > The -client projects contains a test that creates a client, and attempts to run each service method against a localhost:8080 server. > Here is an overview of the current compatibility with the supplied projects: > 2.0 Service > ---------------- > 1. 2.0 Client: The client throws a null-pointer exception when creating the Aegis databinding at org.apache.cxf.aegis.type.basic.BeanTypeInfo.getType(BeanTypeInfo.java:199). > 2. 2.1 Client: The client throws a null-pointer exception when creating the Aegis databinding at org.apache.cxf.aegis.type.basic.BeanType.getMinOccurs(BeanType.java:775). > 3. 2.2 Client: The client cannot send any method arguments (all methods receive null-valued arguments. > 2.1 Service > ---------------- > 1. 2.0 Client: The client throws a null-pointer exception when creating the Aegis databinding at org.apache.cxf.aegis.type.basic.BeanTypeInfo.getType(BeanTypeInfo.java:199). > 2. 2.1 Client: The client throws a null-pointer exception when creating the Aegis databinding at org.apache.cxf.aegis.type.basic.BeanType.getMinOccurs(BeanType.java:775). > 3. 2.2 Client: The client cannot send any method arguments (all methods receive null-valued arguments. > 2.2 Service > ---------------- > 1. 2.0 Client: The client throws a null-pointer exception when creating the Aegis databinding at org.apache.cxf.aegis.type.basic.BeanTypeInfo.getType(BeanTypeInfo.java:199). > 2. 2.1 Client: The client throws a null-pointer exception when creating the Aegis databinding at org.apache.cxf.aegis.type.basic.BeanType.getMinOccurs(BeanType.java:775). > 3. 2.2 Client: All tests pass. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.