|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 1621 | minor | always | 02-21-07 09:38 | 06-20-07 11:24 | |
|
|
|||||
| Reporter: | hixxxxx | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|
|||||
| Summary: | 0001621: hessian calls wrong methods | ||||
| Description: |
attached are sources for reproducing this bug (needs jetty). The essence of this bug is in Client.java: HessianProxyFactory hpf = new HessianProxyFactory(); hpf.setOverloadEnabled(true); Service service = (Service)hpf.create(Service.class, "http://localhost:1234/test/"); [^] service.aMethod(new A()); service.aMethod(new B()); service is an interface with overloaded methods: aMethod(A), aMethod(B). Hessian calls on my linux machine (on win, it works!) on both calls aMethod(B) ! environment details: suse 10.2., jdk1.5.0_11, hessian 3.0.20 |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: |
|
||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||