Modified: activemq/sandbox/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/DeferredDecodeMessage.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/DeferredDecodeMessage.java?rev=713629&r1=713628&r2=713629&view=diff ============================================================================== --- activemq/sandbox/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/DeferredDecodeMessage.java (original) +++ activemq/sandbox/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/DeferredDecodeMessage.java Wed Nov 12 19:56:48 2008 @@ -56,7 +56,7 @@ encodedForm=null; CodedInputStream input = CodedInputStream.newInstance(originalForm); mergeUnframed(input); - input.checkLastTagWas(0); +// input.checkLastTagWas(0); // We need to reset the encoded form because the mergeUnframed // from a stream clears it out. encodedForm = originalForm;
