Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 58060 invoked from network); 8 Nov 2008 22:49:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2008 22:49:35 -0000 Received: (qmail 87442 invoked by uid 500); 8 Nov 2008 22:49:42 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 87419 invoked by uid 500); 8 Nov 2008 22:49:42 -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 87407 invoked by uid 99); 8 Nov 2008 22:49:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 14:49:42 -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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 22:48:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 88321234C28B for ; Sat, 8 Nov 2008 14:48:44 -0800 (PST) Message-ID: <182071722.1226184524556.JavaMail.jira@brutus> Date: Sat, 8 Nov 2008 14:48:44 -0800 (PST) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-1459) ClassCastException occurs on HTTPS web service call made by app deployed to BEA WebLogic 9.2 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-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646036#action_12646036 ] Benson Margulies commented on CXF-1459: --------------------------------------- Here's the usual procedure: 1) svn co the current trunk. 2) make your changes. 3) svn diff > something.txt 4) attach something.txt and then I thank you copiously and try to lure you into making more patches and eventually becoming a committer :-) > ClassCastException occurs on HTTPS web service call made by app deployed to BEA WebLogic 9.2 > -------------------------------------------------------------------------------------------- > > Key: CXF-1459 > URL: https://issues.apache.org/jira/browse/CXF-1459 > Project: CXF > Issue Type: Improvement > Affects Versions: 2.0.4 > Reporter: Tom Schroedl > > HTTPS web service call fails from webapp deployed in ear file to BEA 9.2 with following error: > java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection > at org.apache.cxf.transport.https.HttpsURLConnectionFactory.createConnection(HttpsURLConnectionFactory.java:120) > My weblogic-application.xml contains: > > javax.jws.* > > The secure web service call works in Tomcat 5.5. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.