Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-15 Thread Raymond Feng
-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly Scott Kurz wrote: Oh, I see what I was confused about. The WebServiceBindingImpl object is not going to have an IC in your case in which you simply declare an empty element: binding.ws

[jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Mike Edwards (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12596708#action_12596708 ] Mike Edwards commented on TUSCANY-2316: --- Scott, The ClassCastExceptions occur in

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Scott Kurz
Mike, Just trying to use this issue to test/expand my own understanding of the Tuscany databinding framework. You're saying there's a problem with setting (resetting) the Axiom DB on the IC obtained from the WebServiceBindingImpl.I'm just trying to understand what the problem could be. What

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Mike Edwards
Scott Kurz wrote: Mike, Just trying to use this issue to test/expand my own understanding of the Tuscany databinding framework. You're saying there's a problem with setting (resetting) the Axiom DB on the IC obtained from the WebServiceBindingImpl.I'm just trying to understand what the

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Scott Kurz
Mike, On Wed, May 14, 2008 at 9:41 AM, Mike Edwards [EMAIL PROTECTED] wrote: Scott, Glad you've taken this out of the JIRA comments and on to the list - easier to communicate this way ;-). The point about the original code in Axis2ReferenceBindingProvider and Axis2ServiceBindingProvider

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Luciano Resende
This is all happening on the Axis2ServiceBindingProvider constructor, and I assume that at this point the resolve method you mentioned has not been trigerred yet. Note that when java interface is used, we properly handle it, but we were not handling it when a WSDl interface was in use. Below is

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Scott Kurz
Oh, I see what I was confused about. The WebServiceBindingImpl object is not going to have an IC in your case in which you simply declare an empty element: binding.ws/ It is in fact, going to set the IC from the component ref/srvc IC.For some reason I had it in my had that things worked

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Mike Edwards
Scott Kurz wrote: Oh, I see what I was confused about. The WebServiceBindingImpl object is not going to have an IC in your case in which you simply declare an empty element: binding.ws/ It is in fact, going to set the IC from the component ref/srvc IC.For some reason I had it in my had

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-14 Thread Luciano Resende
On Wed, May 14, 2008 at 2:07 PM, Mike Edwards [EMAIL PROTECTED] wrote: Scott Kurz wrote: Oh, I see what I was confused about. The WebServiceBindingImpl object is not going to have an IC in your case in which you simply declare an empty element: binding.ws/ It is in fact, going to set

[jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services references with WSDL interfaces correctly

2008-05-13 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12596503#action_12596503 ] Scott Kurz commented on TUSCANY-2316: - The binding-ws-axis2 is overwriting the