[jboss-user] [JBoss jBPM] - Re: problem with getVariable of serializable Object value

2007-02-28 Thread leogamas
Hi Alex, Really, my class (TaskRef) are in two different places, in the jboss lib directory and in the classes directory of my webapp. So i solved the problem putting it in a unique place that both (jbpm and my webapp) can see. Thanks for the help!! Leonardo Gamas. View the original post : ht

[jboss-user] [JBoss jBPM] - Re: problem with getVariable of serializable Object value

2007-02-27 Thread [EMAIL PROTECTED]
Apparently the class loader under which the object is deserialized is not the same loader under which the object was serialized. You mention you put the class in the lib directory of the server so that jBPM could get the value. How was it serialized in the first place? That is, where does the c