[
https://issues.apache.org/jira/browse/CXF-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Schroedl updated CXF-1459:
------------------------------
Attachment: HttpsURLConnectionFactory.patch
Here's my patch file. Hope I did this right. I checked out the trunk and
modified the two files for the classes:
org.apache.cxf.transport.https.HttpsURLConnectionFactory
org.apache.cxf.transport.https.HttpsURLConnectionInfo
Using tortoise svn in the directory, I did 'create patch' and selected both
files.
It only adds support for the com.sun.net.ssl case. I have not added the BEA
case, but for someone working with that now, they should be able to see what
I've done and add support.
> 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
> 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.