[Bug 989] Notification Service filter

[email protected] Thu, 26 Jun 2014 00:27:32 +0000
Newsgroups gmane.comp.corba.jacorb.bugs
Message-ID <[email protected]/bugzilla/>
http://www.jacorb.org/bugzilla/show_bug.cgi?id=989

--- Comment #4 from zhangtao <[email protected]> ---
(In reply to Nick Cross from comment #3)
> I don't quite follow your problem. You already have the int looking at your
> code so just insert it ?

so,my server service running is ok. but, one date input it,the notification
service just error so that. and founed it in java founction such as :

public boolean push_structured_events(StructuredEvent[] dataReadyEvent ){
        if (!isConnectStatus()){
            return false;
        }
        try {
           
getSequenceProxyPushConsumer().push_structured_events(dataReadyEvent);
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
        return true;
    }

now ,my Any Object if insert_long or insert_string is no problem. just enmu
Object error appeared!

-- 
You are receiving this mail because:
You are the assignee for the bug.

_______________________________________________
jacorb-bugs mailing list
[email protected]
https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-bugs