Discussion:
event channel problem
(too old to reply)
JJH
2010-05-13 11:00:30 UTC
Permalink
Hi,all

using push mode ,event channel.

server use c++(supplier)(OmniORB,OmniEvents)
client use java servlet (consumer)(Jacorb)


Sometimes client can not get the data when server put data into Any
object

server put data into Any Object
but push function in client can't receive datas.

how could i debug this bug ?

Does anybody know how to do ? Thanks a lot.

JJH
Raghu Hudli
2010-06-13 13:07:39 UTC
Permalink
I am not sure if you are still looking for a solution, since this post is
quite old. The obvious question is are you sure that you are using the same
object reference for the event channel on both sides - consumer and
supplier? Event channels often obtained in proprietary manner. An option is
to make the stringified object reference to the other side or better to
publish the channel object reference in a common naming server.

Other than channel object reference, the other things are quite straight
forward - registration of push consumers.

Raghu


On 13/05/10 4:30 PM, in article
Post by JJH
Hi,all
using push mode ,event channel.
server use c++(supplier)(OmniORB,OmniEvents)
client use java servlet (consumer)(Jacorb)
Sometimes client can not get the data when server put data into Any
object
server put data into Any Object
but push function in client can't receive datas.
how could i debug this bug ?
Does anybody know how to do ? Thanks a lot.
JJH
Loading...