Logi:<br><br>The issue we discussed in that thread ended up being an issue in GNU Classpath 0.98 with Class.getSimpleName()<br><br>I reported it to the Cacao dev team (the VM I am using) and they got feedback from Classpath that they would fix it. I didnt have time to wait, so made the attached patch.<br>
<br>However, we ended up running into yet another issue with the DBus java bindings on Cacao, and just decided to drop dbus entirely for our project (can&#39;t remember what). Perhaps something needs the management interface, which Cacao does not fully implement. So you may end up with other issues down the road based on your VM...  In the end DBus was just a little too heavy weight for us anyway - although excellent for its main application.<br>
<br clear="all">-Ed<br><br><br><div class="gmail_quote">On Fri, Jan 22, 2010 at 5:11 PM, Logi Harmoni <span dir="ltr">&lt;<a href="mailto:logihards@gmail.com">logihards@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Ed, Matthew,<br>
<br>
Just would like to followup on your conversation from Sept. 09.  I am<br>
new to DBus and DBus-java.  Trying to get an embedded system build<br>
with Poky (OE) to work with DBus and Java.  For java VM we are using<br>
JamVM that works with GNU classpath.  Looks like I run onto same issue<br>
that Ed reported in that tread.  I am getting following when run<br>
&#39;jamvm -verbose ....&#39;:<br>
<br>
....<br>
[Linking class org/freedesktop/DBus$Error$MatchRuleInvalid]<br>
[Loaded org/freedesktop/DBus$Error$MatchRuleInvalid]<br>
....<br>
<br>
I interpret that as Error MatchRuleInvalid.<br>
<br>
Tried the same code on host Debian and the test works fine with Sun<br>
Java.  Really looks like same symptoms.<br>
<br>
Ed, you mentioned about some patch for GNU Classpath.  Is there a<br>
patch for classpath-0.98 (this is what we are using) that addresses<br>
this issue and may be some other ones related to dbus-java?  Or is<br>
there any workaround to get dbus-java work with GNU Classpath?<br>
<br>
Thanks a million for any help and inside about integrating dbus-java<br>
in system that uses GNU Classpath.  If more info and/or debug output<br>
or else would be useful please let me know and I will post it.<br>
<br>
Best regards,<br>
logihards<br>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
</blockquote></div><br>