seancorfield / org-corfield-cfmx

Automatically exported from code.google.com/p/org-corfield-cfmx
0 stars 0 forks source link

No serializer found for class #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a future task (Task1) that calls a method (M)
2. In method M create a second future task (Task2) that call a method (M2)
3. In M2 create a webservice cfc and call it.

What is the expected output? What do you see instead?

I expect the web service to return a variables instead of throwing an exception

What version of the product are you using? On what operating system?
version 2.0

Please provide any additional information below.

If I use only one future task (skip step 1) the web service is called and
everything work fine. Note: That if in method M2 i do not call a web
service again everything work fine.

Thanks

Original issue reported on code.google.com by christos...@gmail.com on 25 Jul 2007 at 10:03

GoogleCodeExporter commented 9 years ago
sorry the release I use is Release 1.2

Original comment by christos...@gmail.com on 25 Jul 2007 at 10:05

GoogleCodeExporter commented 9 years ago
I found the error - the argumentColection within method M includes the task and
method arguments of future task1. And My program is sending all the
argumentCollection to the web service as arguments this was the cause of the 
error in
the webservice...

Anyway is solve it within my program 

Thanks

Original comment by christos...@gmail.com on 25 Jul 2007 at 2:56

GoogleCodeExporter commented 9 years ago
The user figured out the problem and it was within their code.

Original comment by seancorf...@gmail.com on 25 Jul 2007 at 8:44