[JBoss JIRA] (RTGOV-293) Deserialization issue when using clustered switchyard demo
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-293?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on RTGOV-293:
-----------------------------------------------
Gary Brown <gbrown(a)redhat.com> made a comment on [bug 1014496|https://bugzilla.redhat.com/show_bug.cgi?id=1014496]
Was also able reproduce using the remote-invoker quickstart in swyd 1.1.M4.
However when testing fix in swyd 1.1.M4, got the following exception in the client:
[INFO] --- exec-maven-plugin:1.2.1:java (default-cli) @ switchyard-quickstart-demo-cluster-client ---
Oops ... something bad happened. org.switchyard.HandlerException: org.switchyard.SwitchYardException: SWITCHYARD010813: Cannot convert from 'org.switchyard.quickstarts.demo.cluster.Offer' to 'org.switchyard.quickstarts.demo.cluster.Application'. No registered Transformer available for transforming from 'java:org.switchyard.quickstarts.demo.cluster.Offer' to 'java:org.switchyard.quickstarts.demo.cluster.Application'. A Transformer must be registered.
> Deserialization issue when using clustered switchyard demo
> ----------------------------------------------------------
>
> Key: RTGOV-293
> URL: https://issues.jboss.org/browse/RTGOV-293
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Activity request event is stored in the switchyard exchange properties so that it can be accessed when processing the response's activity event.
> When using the clustered example, the exchange is serialized to be passed between clustered nodes. The receiving node does not have access to the activity model, thus causing class not found exceptions.
> Keith suggests marking the property as transient to prevent it being serialized - but this still retains the property in the requestor, which should enable the activity event processing to function correctly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 3 months
[JBoss JIRA] (RTGOV-293) Deserialization issue when using clustered switchyard demo
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-293?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on RTGOV-293:
-----------------------------------------------
Gary Brown <gbrown(a)redhat.com> changed the Status of [bug 1014496|https://bugzilla.redhat.com/show_bug.cgi?id=1014496] from NEW to MODIFIED
> Deserialization issue when using clustered switchyard demo
> ----------------------------------------------------------
>
> Key: RTGOV-293
> URL: https://issues.jboss.org/browse/RTGOV-293
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Activity request event is stored in the switchyard exchange properties so that it can be accessed when processing the response's activity event.
> When using the clustered example, the exchange is serialized to be passed between clustered nodes. The receiving node does not have access to the activity model, thus causing class not found exceptions.
> Keith suggests marking the property as transient to prevent it being serialized - but this still retains the property in the requestor, which should enable the activity event processing to function correctly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 3 months
[JBoss JIRA] (RTGOV-293) Deserialization issue when using clustered switchyard demo
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-293?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated RTGOV-293:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1014496
> Deserialization issue when using clustered switchyard demo
> ----------------------------------------------------------
>
> Key: RTGOV-293
> URL: https://issues.jboss.org/browse/RTGOV-293
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Activity request event is stored in the switchyard exchange properties so that it can be accessed when processing the response's activity event.
> When using the clustered example, the exchange is serialized to be passed between clustered nodes. The receiving node does not have access to the activity model, thus causing class not found exceptions.
> Keith suggests marking the property as transient to prevent it being serialized - but this still retains the property in the requestor, which should enable the activity event processing to function correctly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 3 months
[JBoss JIRA] (RTGOV-293) Deserialization issue when using clustered switchyard demo
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-293?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-293.
------------------------------
Resolution: Done
> Deserialization issue when using clustered switchyard demo
> ----------------------------------------------------------
>
> Key: RTGOV-293
> URL: https://issues.jboss.org/browse/RTGOV-293
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Activity request event is stored in the switchyard exchange properties so that it can be accessed when processing the response's activity event.
> When using the clustered example, the exchange is serialized to be passed between clustered nodes. The receiving node does not have access to the activity model, thus causing class not found exceptions.
> Keith suggests marking the property as transient to prevent it being serialized - but this still retains the property in the requestor, which should enable the activity event processing to function correctly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 3 months
[JBoss JIRA] (RTGOV-293) Deserialization issue when using clustered switchyard demo
by Gary Brown (JIRA)
Gary Brown created RTGOV-293:
--------------------------------
Summary: Deserialization issue when using clustered switchyard demo
Key: RTGOV-293
URL: https://issues.jboss.org/browse/RTGOV-293
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.M1
Activity request event is stored in the switchyard exchange properties so that it can be accessed when processing the response's activity event.
When using the clustered example, the exchange is serialized to be passed between clustered nodes. The receiving node does not have access to the activity model, thus causing class not found exceptions.
Keith suggests marking the property as transient to prevent it being serialized - but this still retains the property in the requestor, which should enable the activity event processing to function correctly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 3 months