[ 
https://issues.apache.org/jira/browse/CXF-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739016#action_12739016
 ] 

Daniel Howard commented on CXF-1459:
------------------------------------

I am working with CXF 2.2.1 and WebLogic 10.3 on AIX using the IBM jvm and 
using -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl 
system define. In org.apache.cxf.transport.https.HttpsURLConnectionFactory, I 
commented out handling the deprecated sun case in decorateWithTLS() method.  
Everything seems to be working. I am not able to set the hostname verifier nor 
the ssl socket factory with the cxf.xml, but it is using everything set by the 
WebLogic console and that is what I wanted.  Am I missing something that is 
going to be a problem later for me?

> 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
>          Components: Integration
>    Affects Versions: 2.0.4
>            Reporter: Tom Schroedl
>            Assignee: Benson Margulies
>         Attachments: HttpsURLConnectionFactory.patch
>
>
> 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:
> <prefer-application-packages>
>    <package-name>javax.jws.*</package-name>
> </prefer-application-packages>
> 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.

Reply via email to