Bug 781101 (SOA-3593)

Summary: Make XsltAction handle org.w3c.dom.Node or Document
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: tcunning
Component: JBossESBAssignee: tcunning
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Pechanec <jpechane>
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0 GACC: dlesage, dpalmer, jpechane, ldimaggi, myarboro, sdorfiel
Target Milestone: CR1   
Target Release: 5.3.0 GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3593
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
XsltAction is unable to handle org.w3c.dom.Node or Document objects. This makes it difficult for users to chain XsltActions.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-15 17:26:15 UTC Type: Enhancement
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
Failing XSLT chaining none

Description tcunning 2011-11-15 20:37:47 UTC
project_key: SOA

XsltAction cannot handle Document or Node, making it hard to chain XsltActions.   See related but JBESB-3708.

Comment 1 tcunning 2011-11-15 20:38:01 UTC
Link: Added: This issue is related to JBESB-3708


Comment 2 Suz 2012-06-13 03:01:49 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
XsltAction is unable to handle org.w3c.dom.Node or Document objects. This makes it difficult for users to chain XsltActions.

Comment 3 Jiri Pechanec 2012-06-13 10:38:15 UTC
The code is not wokring properly - see attached example. If STRING is used between actions then it works as expected. If DOM is used, the second transformation is not properly applied.

Comment 4 Jiri Pechanec 2012-06-13 10:39:27 UTC
Created attachment 591435 [details]
Failing XSLT chaining

Comment 5 Jiri Pechanec 2012-07-12 08:29:50 UTC
The chaining is still failing

Comment 6 JBoss JIRA Server 2012-07-13 16:15:04 UTC
Tom Cunningham <tcunning> updated the status of jira JBESB-3708 to Resolved

Comment 7 JBoss JIRA Server 2012-07-13 16:15:04 UTC
Tom Cunningham <tcunning> made a comment on jira JBESB-3708

bananastand:rosetta tcunning$ svn commit
Sending        rosetta/src/org/jboss/soa/esb/actions/transformation/xslt/ResultFactory.java
Sending        rosetta/src/org/jboss/soa/esb/actions/transformation/xslt/SourceFactory.java
Transmitting file data ..
Committed revision 38139.
bananastand:rosetta tcunning$

Comment 8 JBoss JIRA Server 2012-07-13 16:15:10 UTC
Tom Cunningham <tcunning> updated the status of jira JBESB-3708 to Closed

Comment 9 JBoss JIRA Server 2012-07-13 16:15:34 UTC
Tom Cunningham <tcunning> updated the status of jira JBESB-3708 to Reopened

Comment 10 JBoss JIRA Server 2012-07-13 16:15:53 UTC
Tom Cunningham <tcunning> updated the status of jira JBESB-3708 to Resolved

Comment 11 JBoss JIRA Server 2012-07-13 16:15:56 UTC
Tom Cunningham <tcunning> updated the status of jira JBESB-3708 to Closed

Comment 12 Ryan Zhang 2012-07-20 06:35:07 UTC
Please verify this issue on 5.3.0 CR1.

Comment 13 Jiri Pechanec 2012-07-23 11:17:32 UTC
Verified in CR1