[protobuf] Use protocol Buffer with JAVA RMI

2010-10-05 Thread Corentin
Does anyone have already tried protocol buffer messages in the case of JAVA RMI ? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to proto...@googlegroups.com. To unsubscribe from this group, send email to

Re: [protobuf] Python installation does not build plugin_pb2

2010-10-05 Thread Kenton Varda
It's not generated because none of the python implementation actually uses it. So, generating it and including it in the egg would just increase the library size for everyone, when most people don't need it. What makes you feel uncomfortable about generating it yourself? On Fri, Oct 1, 2010 at 6

Re: [protobuf] Re: "This type does not have extensions"

2010-10-05 Thread Kenton Varda
This exception shouldn't be possible. If you can produce a small, self-contained program that demonstrates the problem, I could debug it. Please make sure that the program is small (no more than one .proto file and one source file) and runs quickly. Probably the easiest thing to do is record a s