[
http://jira.jboss.com/jira/browse/JBPM-632?page=all ]
Thomas Diesler resolved JBPM-632.
---------------------------------
Resolution: Out of Date
DelegationException serialization broken
----------------------------------------
Key: JBPM-632
URL:
http://jira.jboss.com/jira/browse/JBPM-632
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.1
Environment: Used in JBoss 3.2.7 on Windows XP, JDK 1.4.1
Reporter: Reid Pinchback
Assigned To: Tom Baeyens
Priority: Minor
Throwables are java.io.Serializable. DelegationException is a throwable and hence
serializable.
It contains a non-transient reference to non-serializable data (ExecutionContext). If an
Action
throws a perfectly serializable RuntimeException it gets wrapped in a non-serializable
DelegationException
and results in unmarshalling errors when propagated to an EJB client.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira