Bug 779178 (SOA-1573)

Summary: XsltAction - non-well formed XML message is silently transformed to empty string
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Jiri Pechanec <jpechane>
Component: JBossESBAssignee: Kevin Conner <kevin.conner>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.0.0 ER1   
Target Milestone: ---   
Target Release: 5.0.0 GA, 5.0.0 ER6   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1573
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-05 08:49:33 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
xslt.zip none

Description Jiri Pechanec 2009-10-29 08:22:39 UTC
Date of First Response: 2009-12-02 05:41:06
project_key: SOA

I ma not sure what should be correct behavior of this test case. If I send the non-wellformed message to XxsltAction then there is a message written into log
09:18:49,541 ERROR [STDERR] SystemId Unknown; Line #2; Column #10; The end-tag for element type "catalog" must end with a '>' delimiter.
and the pipeline processing continues with empty String.

I am not sure that this is a correct behavior.

Comment 1 trev 2009-12-02 10:41:06 UTC
Jirka, can you provide an example please

Comment 2 Jiri Pechanec 2009-12-04 08:38:27 UTC
Run ant valid to see valid transformation
Run ant invalid to see the transformation of non-wellformed XML  file
Log contains message
09:35:03,711 ERROR [STDERR] SystemId Unknown; Line #2; Column #10; The end-tag for element type "catalog" must end with a '>' delimiter.
But no exception is throws and processing is finished with empty string as output of transformation

Comment 3 Jiri Pechanec 2009-12-04 08:38:27 UTC
Attachment: Added: xslt.zip


Comment 4 Kevin Conner 2009-12-07 11:06:44 UTC
Link: Added: This issue depends JBESB-3036


Comment 5 David Ward 2009-12-16 19:40:30 UTC
Please re-test now that JBESB-3036 has been closed according to process.  Thank you.

Comment 6 Jiri Pechanec 2010-01-05 08:49:33 UTC
Verified in ER6