RemoteClass (to CFC) and Messaging


i've got value object in class flex application has remoteclass declaration, mapping coldfusion cfc in different web app. works great.

the problem i'm having when attempt send instance of class (wywo.callvo.cfc on coldfusion server, vo.callvo.as in flex application's root directory) on message body, in:

msg.body = callvo;
producer.send(msg);

i following message console:

exception in rtmpreader thread: flex.messaging.messageexception: cannot create class of type 'wywo.callvo'. type 'wywo.callvo' not found.
flex.messaging.messageexception: cannot create class of type 'wywo.callvo'.
type 'wywo.callvo' not found.
@ flex.messaging.util.classutil.createclass(classutil.java:57)
...
...

the problem seems messaging subsystem has no knowledge of coldfusion server (my remote objects connecting through different coldfusion destination).

is there way working giving current configuration?

tia,
joe



More discussions in Flex (Read Only)


adobe

Comments