Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67C95105E8 for ; Mon, 18 Nov 2013 09:07:25 +0000 (UTC) Received: (qmail 44707 invoked by uid 500); 18 Nov 2013 09:07:23 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 44679 invoked by uid 500); 18 Nov 2013 09:07:22 -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 44650 invoked by uid 99); 18 Nov 2013 09:07:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 09:07:20 +0000 Date: Mon, 18 Nov 2013 09:07:20 +0000 (UTC) From: "Chris Becker (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-5393) Marshalling fails for some calls when using Jacorb MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chris Becker created CXF-5393: --------------------------------- Summary: Marshalling fails for some calls when using Jacorb Key: CXF-5393 URL: https://issues.apache.org/jira/browse/CXF-5393 Project: CXF Issue Type: Bug Components: CORBA Binding Affects Versions: 2.7.7 Environment: Java 7, Jacorb BZ968 Reporter: Chris Becker Attachments: JacorbRepro.zip When using CXF CORBA binding with Jacorb, marshalling fails for all but the most simple requests. I have no idea if this is Jacorb's or CXF's fault, as you need a patched Jacorb to even get this far (Branch BZ968 at https://github.com/JacORB/JacORB). I've enclose 3 simple apps that reproduce the bugs: - ReproService: A simple service that implements the module 'repro' from repro.idl, using CXF - ReproClient: A client that calls this service using CXF - ReproClientCorba: A client that calls the service using interfaces created by idlj Initially, ReproService runs using SUN's orb. With this configuration, the three requests done by ReproClientCorba succeed. With ReproClient, 2 requests fail, one of them silently. If you start ReproServicewith Jacorb (by uncommenting three lines in ReproServiceMainSpring), no requests succeed. To run these samples, you need a CORBA nameservice on localhost:9999, and a Jacorb 3.4-SNAPSHOT (from BZ968). Use - mvn -Pservice to start the service - mvn -Pclient (in another shell) to run the client that reproduces the bugs - mvn -Pclientcorba to run the sanity check client that works correctly -- This message was sent by Atlassian JIRA (v6.1#6144)