<html>
<head>
<base href="http://www.jacorb.org/bugzilla/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Notification Service filter"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=989#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Notification Service filter"
href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=989">bug 989</a>
from <span class="vcard"><a class="email" href="mailto:dlh.zhangtao@gmail.com" title="zhangtao <dlh.zhangtao@gmail.com>"> <span class="fn">zhangtao</span></a>
</span></b>
<pre>(In reply to Nick Cross from <a href="show_bug.cgi?id=989#c3">comment #3</a>)
<span class="quote">> I don't quite follow your problem. You already have the int looking at your
> code so just insert it ?</span >
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!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>