JBoss Community

Re: java.lang.String cannot be cast to org.jbpm.task.utils.MarshalledContentWrapper

created by Mauricio Salatino in jBPM - View the full discussion

The snapshots will work perfectly.. from now we want the user to avoid doing stuff like:

ByteArrayOutputStream bos = new ByteArrayOutputStream();           ObjectOutputStream out;           try {                out = new ObjectOutputStream(bos);                out.writeObject(result);                out.close();

So if you find yourself doing that and you don't find any other simple way just let us know and we will fix it.

Cheers


Reply to this message by going to Community

Start a new discussion in jBPM at Community