Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 46943 invoked from network); 28 Sep 2004 07:47:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Sep 2004 07:47:39 -0000 Received: (qmail 30100 invoked by uid 500); 28 Sep 2004 07:47:20 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 29940 invoked by uid 500); 28 Sep 2004 07:47:18 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 29930 invoked by uid 99); 28 Sep 2004 07:47:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [212.100.160.76] (HELO smtp2.mail.be.easynet.net) (212.100.160.76) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 28 Sep 2004 00:47:18 -0700 Received: from 213-193-172-97.adsl.easynet.be ([213.193.172.97]) by smtp2.mail.be.easynet.net with esmtp (Exim 4.41) id 1CCChf-0006Oc-Sy for axis-user@ws.apache.org; Tue, 28 Sep 2004 09:47:15 +0200 From: Stefan Champailler To: axis-user@ws.apache.org Subject: Re: Axis 1.2beta + JBoss 4.0.0 troubles (newbie) Date: Tue, 28 Sep 2004 09:47:51 +0200 User-Agent: KMail/1.7 References: <200409271809.51661.schampailler@easynet.be> <200409271920.00624.schampailler@easynet.be> <41586B26.6060201@yahoo.com.br> In-Reply-To: <41586B26.6060201@yahoo.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409280947.51680.schampailler@easynet.be> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It works a little better. Unfortunately, the EchoHeader.jws file fails to compile. I'll try some more later... thx for the answer anyway ! Stefan > Stefan Champailler wrote: > > Thank you for the answer, I'll look at that. > > Hi, did you try to use the standard configuration? > > jboss -c standard > > I don't know if this may be the root of problem, but class loader > configuration changed a lot in the jboss 4.0 default configuration to > become j2ee spec compliant and so maybe this is giving trouble to axis > find the configuration file. > > The standard configuration is the jboss 4.0 with unified classloader as > 3.2.x > > I hope it helps. > > Regards, > > Francisco Figueiredo Jr.