[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5549) ESB Editor - Smooks Action - need clarification on excludeNonSerializables and messageProfile

Tom Fennelly (JIRA) jira-events at lists.jboss.org
Tue Jan 5 11:15:30 EST 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12502258#action_12502258 ] 

Tom Fennelly commented on JBIDE-5549:
-------------------------------------

Hey Brian.

So I think this property is required alright.

When Smooks processes a message, one of the byproducts (results) can be a series of Java Objects.  The SmooksAction copies these objects onto the ESB Message, making them available to subsequent actions in the ESB Action Pipeline.  Some of these Java Objects can obviously be Serializable, while others may not be.  If the SmooksAction copies non-Serializable objects onto the message and the message is then routed, serialization exceptions will result.  The "excludeNonSerializables" on the SmooksAction allows you to tell the SmooksAction not to copy Objects that are not Serializable.

> ESB Editor - Smooks Action - need clarification on excludeNonSerializables and messageProfile
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-5549
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5549
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: esb
>    Affects Versions: 3.1.0.GA
>            Reporter: Brian Fitzpatrick
>            Assignee: Tom Fennelly
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> Hey Tom... 
> Either the "excludeNonSerializables" and "messageProfile" properties are missing from the doc, or they are extras in the UI. If missing from the docs, what do they do?
> When I asked Kevin, he said I should ask you. :)
> Should we include them in the ESB editor as optional properties?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list