Skip to content

Commit

Permalink
BZ-1201785 - com.google.protobuf.InvalidProtocolBufferException
Browse files Browse the repository at this point in the history
exception is thrown while loading stateful knowledge session
 - additional change required in jbpm repo due to change in drools code
  • Loading branch information
krisv committed Apr 10, 2015
1 parent db99c36 commit b8469dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -356,7 +356,7 @@ public ProcessInstance readProcessInstance(MarshallerReaderContext context) thro
ExtensionRegistry registry = PersisterHelper.buildRegistry( context, null );
Header _header;
try {
_header = PersisterHelper.readFromStreamWithHeader( context, registry );
_header = PersisterHelper.readFromStreamWithHeaderPreloaded( context, registry );
} catch ( ClassNotFoundException e ) {
// Java 5 does not accept [new IOException(String, Throwable)]
IOException ioe = new IOException( "Error deserializing process instance." );
Expand Down

0 comments on commit b8469dd

Please sign in to comment.