Mantis - Hessian
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2455 | major | always | 02-21-08 19:19 | 07-11-08 09:09 | |
|
|||||
Reporter: | mbergens | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.6 | ||
|
|||||
Summary: | 0002455: The bug 2024 is still occuring with the version 3.1.3 of Java library and the latest of Flex library | ||||
Description: |
This bug: http://bugs.caucho.com/bug_view_page.php?bug_id=2024 [^] is still happening by me, running the version 3.1.3 of the java jar downloaded from here: http://hessian.caucho.com/ [^] and the latest snapshot of the Flex library downloaded from the same place. I do this: getUserService = new HessianService("flex"); var asyncToken: AsyncToken = getUserService.getRandomUser.send(); asyncToken.addResponder(this); No error on the java side, the method is called as expected and completes successfully. But on the Flex side, both public function fault(data:Object):void { and public function result(data:Object):void { are called by Hessian, the result gets correct results but the fault gets this error: Error 0001009: Cannot access a property or method of a null object reference. This is actually major issue for me: how in the world do I decide if there is an error or not?? Has the bug 2024 been fixed as it is reported fixed? If it has been fixed, has the change any impact on the Flex code, if it does, has it been fixed on the Java side only? |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|