[Fwd: ClassCastException when I call a function on my stubs]

2005-04-22 Thread Bruno Gonçalves
());         } } Thanks... --- Bruno Vg --- Begin Message --- I have an ClassCastException when I call a function on my stubs, for example: HelloWorldResponse resp = (HelloWorldResponse) stub.helloWorld(helloWorld); When debuging i find that the problem is in this section: file: WSDDTargetedChain.java

ClassCastException when I call a function on my stubs

2005-04-22 Thread Bruno Gonçalves
I have an ClassCastException when I call a function on my stubs, for example: HelloWorldResponse resp = (HelloWorldResponse) stub.helloWorld(helloWorld); When debuging i find that the problem is in this section: file: WSDDTargetedChain.java     pivot = (Handler)ClassUtils.forName