Hi,
I am trying to running a example provided by amfast (hello_world) and
running at Adobe Flash Builder 4
I had that to make some customizations at file hello_world.mxml for
running and compile at new version.
This is my new MXML file adaptated:
http://pastebin.com/BzWHzJeq
My problem is: When i click at button "Raise Exception", the null
message is showed, instead of the content exception message.
This is an image that ilustrate this problem (Flash Builder 4):
http://www.image-share.com/ipng-442-248.html
And this is the message that running at Flex Builder 3 (it works
normally):
http://www.image-share.com/ipng-442-254.html
Any help, please ?
Thanks
Victor Jabur
----------------------------------------------------------------------------------------------------------------------------------------
And this is the log that django capturated:
[19/Dec/2010:12:30:6] EXCEPTION
# ---- EXCEPTION DESCRIPTION BEGIN ---- #
# ---- Type ---- #
Exception
# ---- Detail ---- #
Example Exception
# ---- Traceback ---- #
File "/usr/local/lib/python2.6/dist-packages/AmFast-0.5.2_r532-py2.6-
linux-x86_64.egg/amfast/remoting/__init__.py", line 221, in invoke
self.body[0].invoke(request, self)
-
File "/usr/local/lib/python2.6/dist-packages/AmFast-0.5.2_r532-py2.6-
linux-x86_64.egg/amfast/remoting/flex_messages.py", line 291, in
invoke
msg.response_msg.body.body = target.invoke(packet, msg, self.body)
-
File "/usr/local/lib/python2.6/dist-packages/AmFast-0.5.2_r532-py2.6-
linux-x86_64.egg/amfast/remoting/__init__.py", line 143, in invoke
return self.callable(*args)
-
File "/app/pythonProjects/wsgi_apps/JulianaJaburProject/../
JulianaJaburProject/JulianaJaburApp/controller.py", line 6, in
raiseException
raise Exception("Example Exception")
# ---- EXCEPTION DESCRIPTION END ---- #
[19/Dec/2010 12:30:06] "POST /julianajabur/amf HTTP/1.1" 200 468