Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 63134 invoked from network); 25 Oct 2007 00:37:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 00:37:41 -0000 Received: (qmail 2122 invoked by uid 500); 25 Oct 2007 00:37:29 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 2109 invoked by uid 500); 25 Oct 2007 00:37:29 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 2100 invoked by uid 99); 25 Oct 2007 00:37:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 17:37:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 00:37:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C02DD714209 for ; Wed, 24 Oct 2007 17:36:50 -0700 (PDT) Message-ID: <22326245.1193272610773.JavaMail.jira@brutus> Date: Wed, 24 Oct 2007 17:36:50 -0700 (PDT) From: "Bastien LEGRAS (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1135) JAXB Context failure when beans are packaged outside application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org JAXB Context failure when beans are packaged outside application ---------------------------------------------------------------- Key: CXF-1135 URL: https://issues.apache.org/jira/browse/CXF-1135 Project: CXF Issue Type: Bug Components: JAX-WS Runtime, Resources Affects Versions: 2.0.2, 2.0 Environment: JBOSS 4.0.4 / WINXP 32bits Reporter: Bastien LEGRAS When Beans (generated through WSDL2Java) are moved to a external jar (added to the web application classpath), the Spring implementors instanciate Beans with null properties. Bringing back the beans within the web application solves immediately. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.