Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 41925 invoked from network); 12 Feb 2008 14:33:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 14:33:31 -0000 Received: (qmail 12096 invoked by uid 500); 12 Feb 2008 14:33:24 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 12068 invoked by uid 500); 12 Feb 2008 14:33:24 -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 11772 invoked by uid 99); 12 Feb 2008 14:33:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 06:33:23 -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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 14:33:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 08A8371406F for ; Tue, 12 Feb 2008 06:33:09 -0800 (PST) Message-ID: <14662394.1202826789031.JavaMail.jira@brutus> Date: Tue, 12 Feb 2008 06:33:09 -0800 (PST) From: "Tony Dalbrekt (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Closed: (CXF-1428) Another solution to setup WebSphere 6.1 to work with CXF. In-Reply-To: <23186777.1202824989909.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-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Dalbrekt closed CXF-1428. ------------------------------ Resolution: Fixed Ah, thanks! Never thought about that. Done by now. Tony > Another solution to setup WebSphere 6.1 to work with CXF. > ---------------------------------------------------------- > > Key: CXF-1428 > URL: https://issues.apache.org/jira/browse/CXF-1428 > Project: CXF > Issue Type: Task > Components: Resources > Environment: ttp://cwiki.apache.org/CXF20DOC/ > Reporter: Tony Dalbrekt > Priority: Trivial > Original Estimate: 0.08h > Remaining Estimate: 0.08h > > Improve documentation for WebSphere setup: http://cwiki.apache.org/CXF20DOC/appserverguide.html#AppServerGuide-Websphere > If you put your wsdl4j-1.6.1 jar in $WAS_HOME/java/jre/lib/endorsed as suggested in the wiki all your application will depend on your version of wsdl4j. Another solution is to create a new class loader in your server which loads before parent class loader, create a shared library with your version of wsdl4j and add this shared library to your new class loader. This version of wsdl4j will only be available for your specific server and not affect applications running in other servers. > Tested in WAS 6.1 only but should work in earlier versions as well. > Step by step > 1. In the WAS console navigate to "Environment > Shared Libraries" > 2. Select the scope you wish your library should be visible in > 3. Click "New" and set values ex.: name=MYAPP_SHARED_LIB, classpath=PATH_TO/wsdl4j-1.6.1.jar and "Save" > 4. Navigate to "Application servers > [your server name] > Java and Process Management > Class loader > New" > 5. Select "Classes loaded with application class loader first" and "Save" > 6. Select your new class loader and click " Shared library references" > 7. Add your shared library (MYAPP_SHARED_LIB) save and restart your server. > This should do it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.