Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 3547 invoked from network); 24 Sep 2008 18:47:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 18:47:52 -0000 Received: (qmail 26095 invoked by uid 500); 24 Sep 2008 18:47:47 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 26056 invoked by uid 500); 24 Sep 2008 18:47:47 -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 26045 invoked by uid 99); 24 Sep 2008 18:47:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 11:47:47 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.79.199.57] (HELO server.dankulp.com) (64.79.199.57) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 18:46:46 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id 1CE6C197C98D; Wed, 24 Sep 2008 14:47:20 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.2.5-gr0 (2008-06-10) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter.OGOYfEeLsS Received: from dilbert (c-24-91-141-225.hsd1.ma.comcast.net [24.91.141.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTP id 2177E197C879; Wed, 24 Sep 2008 14:47:19 -0400 (EDT) From: Daniel Kulp To: users@cxf.apache.org Subject: Re: Tomcat freezing when trying to instantiate CXF Service Date: Wed, 24 Sep 2008 14:47:20 -0400 User-Agent: KMail/1.9.9 Cc: Campster References: <19652541.post@talk.nabble.com> In-Reply-To: <19652541.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809241447.20826.dkulp@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.9 required=3.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.5-gr0 On Wednesday 24 September 2008 12:20:31 pm Campster wrote: > When launching Tomcat it freezes when trying to load my CXF Service. The > console stops being updated after the following: > > INFO: Creating Service > {http://endpoint.services.cost.prometheus.intervolve.com/}CostService from > class com.intervolve.prometheus.cost.services.endpoint.CostServiceFacade > > The thing is, this only happens when I have specific types of parameters in > CostServiceFacade's methods. If I put in an Integer or a Double or even > Object it works fine, but if I throw in one of our own classes (say, > Product) it simply freezes and never instantiates the service or any of the > subsequent services it needs to start. > > Does anyone have any idea what could possibly be causing this? Nope. Any chance you can "kill -3" it and get a stack trace from it? Either that or attach a debugger to it and debug into what it's trying to do? -- Daniel Kulp dkulp@apache.org http://www.dankulp.com/blog