| Anonymous | Login | Signup for a new account | 10-28-2025 18:26 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000116 | [Resin] | minor | always | 04-22-05 00:00 | 01-30-06 09:38 | ||||
| Reporter | anonymous | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 3.0.15 | ||||||
| Summary | 0000116: Hessian Python implementation does not work | ||||||||
| Description |
RSN-107 Greetings, The Python client implementation hessianlib.py seems not to work correctly. I tried it with my own service as well as with the http://www.caucho.com/hessian/test/basic [^] service. Both with the same result: C:\Temp>python hessianlib.py Traceback (most recent call last): File "hessianlib.py", line 463, in ? print proxy.hello() File "hessianlib.py", line 376, in __call__ return self._invoker(self._method, args) File "hessianlib.py", line 429, in __invoke return self.parse_response(h.getfile()) File "hessianlib.py", line 435, in parse_response value = parser.parse_reply() File "hessianlib.py", line 277, in parse_reply value = self.parse_object() File "hessianlib.py", line 285, in parse_object return self.parse_object_code(self.read(1)) File "hessianlib.py", line 352, in parse_object_code raise "UnknownObjectCode %d" % code TypeError: an integer is required If played around a little bit. If I remove for example # major = read(1) in HessianParser.parse_reply it works: C:\Temp>python hessianlib.py Hello, world Regards -- Tobias |
||||||||
| Additional Information | Windows, Python 2.2, Spring Framework | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
| There are no notes attached to this issue. |
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 27 unique queries executed. |