How to solve with using Flex Builder 3 and BlazeDS?

Posted by Teerasej on Stack Overflow See other posts from Stack Overflow or by Teerasej
Published on 2010-03-22T04:08:24Z Indexed on 2010/03/22 4:11 UTC
Read the original article Hit count: 354

Filed under:
|
|
|

Hi, everyone.

Thank you for interesting in my question, I think you can help me out from this little problem.

I am using Flex builder 3, BlazeDS, and Java with Spring and Hibernate framework. I using the remote object to load a string from spring's configuration files. But in testing, I found this fault event like this:

RPC Fault faultString="java.lang.NullPointerException" faultCode="Server.Processing" faultDetail="null"

I have check the configuration in remote-config.xml and services-config.xml. But it looks good. There is some people talked about this problem around the internet and I think you can help me and them.

I am using these environment:

  • Flex Builder 3
  • BlazeDS 3.2.0
  • JBoss server

Full stacktrace: [RPC Fault faultString="java.lang.NullPointerException" faultCode="Server.Processing" faultDetail="null"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:220] at mx.rpc::Responder/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:53] at mx.rpc::AsyncRequest/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103] at NetConnectionMessageResponder/statusHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:569] at mx.messaging::MessageResponder/status()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:222]

© Stack Overflow or respective owner

Related posts about flex

Related posts about blazeds