Protocol buffers extensions getting lost on the way?

2009-07-08 Thread ProzakLord
Hi all, I was wondering if anyone had run across the same issue. The issue is the following. I have a bunch of protocl buffers that I use for the communnication between client and server, the client is in C++ the server in java. It was all running fine until I made the following refactoring in

Re: Protocol buffers extensions getting lost on the way?

2009-07-08 Thread Kenton Varda
The javadoc for ExtensionRegistry discusses the reasons why we didn't take the auto-populated approach as was done in C++. In fact, I sort of wish we had done something like ExtensionRegistry in C++ as well, as I get a lot of messages from people who are confused why their program behaves