[
https://issues.apache.org/jira/browse/CXF-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500574
]
Freeman Fang commented on CXF-697:
----------------------------------
The ClassCastException was fixed by Dan Kulp days ago
See the code after change
if (b instanceof SoapBindingInfo) {
SoapBindingInfo sbi = (SoapBindingInfo)b;
transportURI = sbi.getTransportURI();
}
Before do class exception, check the type first
Would you please test with the latest trunk
Thanks
> Agis ClassCastException:
> -------------------------
>
> Key: CXF-697
> URL: https://issues.apache.org/jira/browse/CXF-697
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.0-RC
> Environment: Linux Debian - Java 1.5- CXF trunk
> Reporter: Guillaume Alleon
> Assignee: Freeman Fang
> Fix For: 2.0
>
> Attachments: cxftest.tgz
>
>
> Got a java.lang.ClassCastException: org.apache.cxf.service.model.BindingInfo
> when using a Dynamic client (Aegis Binding)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.