Hi,
I just started to develop osgi bundles, and I wrote a small server/client
bundle just for testing avro.
The protocol is simple:
protocol Heartbeat {
int ping(string id);
}
When i am using the same test code in a simple java application, everything
works fine.
If I am running the bundles with the osgi framework (equinox), I always get
-1 as response from ping call. There was no exception thrown.
I use avro 1.5.4, every dependency is a separate bundle.
I hope there will be someone who can help me.
Thanks,
Bandesz