warmwinter / hessianphp

Automatically exported from code.google.com/p/hessianphp
MIT License
0 stars 0 forks source link

Thrown exceptions are being catched as HessianFault #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a service throwing some particular Exception, e.g. in Java
2. Call that service with Hessian PHP fron try/catch block

What is the expected output? What do you see instead?
Catched exception should look the same as the thrown exception, bu HassianFault 
is being catched.

What version of the product are you using? On what operating system?
Hessian PHP 2.0.2, Ubuntu, hessian 4.0.7 on Java side

Maybe I miss some desing details in Hessian?

Original issue reported on code.google.com by qri...@gmail.com on 1 Jul 2010 at 5:50