[jacorb-bugs] [Bug 989] Notification Service filter
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Thu Jun 26 02:27:32 CEST 2014
http://www.jacorb.org/bugzilla/show_bug.cgi?id=989
--- Comment #4 from zhangtao <dlh.zhangtao at gmail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20140626/a01e897b/attachment.html>
More information about the jacorb-bugs
mailing list