jeanparpaillon / erlang-dbus

Erlang DBUS implementation (forked from unmaintained erlang-dbus)
Apache License 2.0
51 stars 22 forks source link

Error in getting introspection data from Java D-Bus code #7

Closed jeanparpaillon closed 8 years ago

jeanparpaillon commented 8 years ago

The following java code is implementing erocci backend D-Bus interface (see https://github.com/erocci/erocci_backend_dbus): https://github.com/Scalair-OpenSource/eroccijavabackendsample

When calling Introspect method, unmarshaling fail in decoding headers. String length is incorrect, see: https://github.com/lizenn/erlang-dbus/blob/master/src/dbus_marshaller.erl#L692

jeanparpaillon commented 8 years ago

Endian story... fixing it