No answer unfortunately, but I do have two questions...

1) how do you manage to debug your server side jave code?  I am
running under JBoss and using Eclipse as my IDE for both Java and
FlexBuilder and I can't figure out how to set breakpoints in my Java
code or attach a debugger to the server.

2) how do you switch on the FDS logging?

not the response you were hoping for I am sure, but you would be
helping a fella out :-)

SP

--- In flexcoders@yahoogroups.com, "parkerwhirlow" <[EMAIL PROTECTED]>
wrote:
>
> Hi again,
> 
> I've got a simple save case working as far as I can tell (from
> debugging the server java side, everything is OK after leaving the
> HibernateAssembler.java updateItem() method.
> 
> But the result never gets back to the client... I have a responder
> registered to the call like so:
> 
> call = service.commit();
> call.action = "save";
> call.addResponder(responder);
> 
> And my responder has both fault and result methods. I know the
> responder is registered because I was getting faults for a long time,
> and those were firing the fault handler. But now that I think I have
> the save going successfully, I'm not getting anything back.
> 
> I've turned on FDS logging for messages, see the trace below. Seems
> like the "ACK" message is being sent... 
> 
> Any ideas?
> 
> thanks,
> PW
> 
> 
> 02/05 11:01:36 user [Flex] 11:01:36.794 [DEBUG]
> [Message.Data.transacted] After invoke service: data-service
>   reply: Flex Message (flex.messaging.messages.AcknowledgeMessage)
>     clientId = null
>     correlationId = null
>     destination = null
>     messageId = 7793A2C0-FA0D-5A78-3641-BB1BA4B4ADB5
>     timestamp = 1170702096794
>     timeToLive = 0
>     body =
>     [
> 
>     ]
> 
> 02/05 11:01:36 user [Flex] 11:01:36.794 [DEBUG] [Endpoint.RTMP]
> Serializing AMF/RTMP response
> Version: 3
>   (Command method=_result (0) trxId=20)
>     (Typed Object #0 'flex.messaging.messages.AcknowledgeMessage')
>       destination = null
>       headers = (Object #1)
>       correlationId = "322C326C-9C96-8513-7EC3-934715E5D887"
>       messageId = "7793A2C0-FA0D-5A78-3641-BB1BA4B4ADB5"
>       timestamp = 1.170702096794E12
>       clientId = "77909013-D108-A13B-EC7E-EDBFA5C3A894"
>       timeToLive = 0.0
>       body = (Array #2)
>


Reply via email to