
| Key: |
TUSCANY-173
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Duplicate
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
Raymond Feng
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
11/Apr/06 02:57 PM
|
|
For the attached test case, I got TargetException when I use the java reflection to invoke a given operation for the external web service.
org.apache.tuscany.core.context.TargetException: No target invoker configured for operation [SingleTag]
at org.apache.tuscany.core.invocation.jdk.JDKInvocationHandler.invoke(JDKInvocationHandler.java:89)
at $Proxy8.SingleTag(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.apache.tuscany.samples.interopdoc.InteropDocClient.invoke(InteropDocClient.java)
at org.apache.tuscany.samples.interopdoc.InteropDocClient.main(InteropDocClient.java:57)
|
|
Description
|
For the attached test case, I got TargetException when I use the java reflection to invoke a given operation for the external web service.
org.apache.tuscany.core.context.TargetException: No target invoker configured for operation [SingleTag]
at org.apache.tuscany.core.invocation.jdk.JDKInvocationHandler.invoke(JDKInvocationHandler.java:89)
at $Proxy8.SingleTag(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.apache.tuscany.samples.interopdoc.InteropDocClient.invoke(InteropDocClient.java)
at org.apache.tuscany.samples.interopdoc.InteropDocClient.main(InteropDocClient.java:57) |
Show » |
| No work has yet been logged on this issue.
|
|