Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2868A200BF6 for ; Tue, 10 Jan 2017 11:08:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 26FD0160B4D; Tue, 10 Jan 2017 10:08:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 71361160B31 for ; Tue, 10 Jan 2017 11:07:59 +0100 (CET) Received: (qmail 11720 invoked by uid 500); 10 Jan 2017 10:07:58 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 11691 invoked by uid 99); 10 Jan 2017 10:07:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2017 10:07:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 819452C1F54 for ; Tue, 10 Jan 2017 10:07:58 +0000 (UTC) Date: Tue, 10 Jan 2017 10:07:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4731) XSLT error during transformation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 Jan 2017 10:08:00 -0000 [ https://issues.apache.org/jira/browse/WW-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15814555#comment-15814555 ] Hudson commented on WW-4731: ---------------------------- SUCCESS: Integrated in Jenkins build Struts-JDK7-master #582 (See [https://builds.apache.org/job/Struts-JDK7-master/582/]) WW-4731 Adds additional test case to confirm that everything is ok (lukaszlenart: rev f48c9620fcb877d23492c6fdd3cc7f7be5cc10e7) * (add) core/src/test/resources/XSLTResultTest6.xsl * (edit) core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java * (edit) core/src/test/resources/log4j2.xml * (edit) core/src/test/java/org/apache/struts2/views/xslt/XSLTResultTest.java > XSLT error during transformation > -------------------------------- > > Key: WW-4731 > URL: https://issues.apache.org/jira/browse/WW-4731 > Project: Struts 2 > Issue Type: Bug > Components: Core, Core Results > Affects Versions: 2.5.2, 2.5.8 > Reporter: COMBEAU > Assignee: Lukasz Lenart > Priority: Critical > Fix For: 2.5.next > > Attachments: continents.xslt, continentsAction.java, struts.xml > > > I have an issue when I am trying to generate content with xslt. > During the processing request I have this error : > {noformat} > 15:37:01 ERROR [org.apache.struts2.views.xslt.XSLTResult.execute] - Unable to render XSLT Template, 'null' > org.apache.struts2.StrutsException: Error transforming result > at org.apache.struts2.views.xslt.XSLTResult$1.error(XSLTResult.java:371) ~[struts2-core-2.5.8.jar:2.5.8] > at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.postErrorToListener(TransformerImpl.java:811) ~[?:1.7.0_79] > at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:754) ~[?:1.7.0_79] > at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:359) ~[?:1.7.0_79] > at org.apache.struts2.views.xslt.XSLTResult.execute(XSLTResult.java:355) ~[struts2-core-2.5.8.jar:2.5.8] > at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:366) ~[struts2-core-2.5.8.jar:2.5.8] > at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:270) ~[struts2-core-2.5.8.jar:2.5.8] > 15:37:01 ERROR [org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler.sendErrorResponse] - Exception occurred during processing request: Error transforming result - [unknown location] > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)