Bug 779866 (SOA-2225)

Summary: Riftsaw is unable to invoke services exposed via SOAPProcessor.
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Marek Baluch <mbaluch>
Component: JBossESBAssignee: Default User <jbpapp-maint>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.dev2   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2225
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-19 15:34:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
reproducer.zip none

Description Marek Baluch 2010-08-11 11:00:31 UTC
project_key: SOA

See linked issue.

Comment 1 Marek Baluch 2010-08-11 11:00:49 UTC
Link: Added: This issue depends JBESB-3457


Comment 2 Kevin Conner 2010-08-11 12:48:01 UTC
The body contents are not Serializable, so cannot be marshalled by the ESB.

JBESB issue has been rejected.

Comment 3 Kevin Conner 2010-08-11 12:53:08 UTC
The question that needs to be answered is what is being places in the body to prevent this?

The response from the SOAPProcessor action should be a String or byte[], both Serializable.  Add a SystemPrintln to your service and see what is being passed within the body.

Comment 4 Marek Baluch 2010-08-11 14:58:52 UTC
The SOAPProcessor action will not be executed. The quickstart fails when the message is passed into the ESB from the jbr listener.
You are right that the object within the body is not serializable. It's a SOAPMessageImpl object. 

Comment 5 Marek Baluch 2010-08-11 15:53:30 UTC
Attached reproducer.

1) unzip to samples dir
2) ant deploy
3) ant deploy-process
4) ant sendhello

Comment 6 Marek Baluch 2010-08-11 15:53:31 UTC
Attachment: Added: reproducer.zip


Comment 7 Marek Baluch 2010-08-19 15:35:15 UTC
I have a working sample now so this issue is not relevant amymore.