[protobuf] Using protobuf to exchange messages between c++ and java

2012-12-05 Thread valadas
Hello all, I'm trying to exchange messages between c++ and java and vice-versa without success. I've defined two messages (1 to be sent from c++ to java and another to be sent the other way around) with union types (see attached .proto). The c++ code is as follows:

[protobuf] Re: Issue 324 in protobuf: Feature: Add a new primitive type for a DateTime format

2012-12-05 Thread protobuf
Updates: Status: Invalid Comment #6 on issue 324 by liuj...@google.com: Feature: Add a new primitive type for a DateTime format http://code.google.com/p/protobuf/issues/detail?id=324 Protobuf library is designed to provides fundamental low-level primitive types. You can use int64

[protobuf] Re: Issue 375 in protobuf: Invoking ShutdownProtobufLibrary() more than once causes segmentation fault.

2012-12-05 Thread protobuf
Comment #3 on issue 375 by liuj...@google.com: Invoking ShutdownProtobufLibrary() more than once causes segmentation fault. http://code.google.com/p/protobuf/issues/detail?id=375 Hmm, looks like the ShutdownProtoLibrary() already can be called by multiple times. Rolled back r450. -- You

[protobuf] Re: Issue 345 in protobuf: option java_package missing in src/google/protobuf/compiler/plugin.proto

2012-12-05 Thread protobuf
Updates: Status: Fixed Labels: FixedIn-2.5.0 Comment #4 on issue 345 by liuj...@google.com: option java_package missing in src/google/protobuf/compiler/plugin.proto http://code.google.com/p/protobuf/issues/detail?id=345 Fixed in r456 -- You received this message because you

Re: [protobuf] c++ to java issue (zero tag)

2012-12-05 Thread Christopher Head
On Wed, 5 Dec 2012 07:37:40 -0800 (PST) valadas valadas.gonc...@gmail.com wrote: *FileinputStream pipe = new FileinputStream(pipeName);* *char buffer = new char[4096];* ** *pipe.read(buffer);* * MessagesProtos.OperationalMessage message =

[protobuf] Re: Issue 390 in protobuf: RepeatedFieldAccessor UnsupportedOperationException detail message wrong

2012-12-05 Thread protobuf
Updates: Status: Fixed Labels: FixedIn-2.5.0 Comment #2 on issue 390 by liuj...@google.com: RepeatedFieldAccessor UnsupportedOperationException detail message wrong http://code.google.com/p/protobuf/issues/detail?id=390 (No comment was entered for this change.) -- You