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 513D1200BF9 for ; Sun, 8 Jan 2017 17:42:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4E241160B36; Sun, 8 Jan 2017 16:42: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 957AF160B1F for ; Sun, 8 Jan 2017 17:41:59 +0100 (CET) Received: (qmail 61065 invoked by uid 500); 8 Jan 2017 16:41: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 61055 invoked by uid 99); 8 Jan 2017 16:41:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2017 16:41:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 869282C1F54 for ; Sun, 8 Jan 2017 16:41:58 +0000 (UTC) Date: Sun, 8 Jan 2017 16:41:58 +0000 (UTC) From: "Stefaan Dutry (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: Sun, 08 Jan 2017 16:42:00 -0000 [ https://issues.apache.org/jira/browse/WW-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15809660#comment-15809660 ] Stefaan Dutry commented on WW-4731: ----------------------------------- [~lukaszlenart] Don't forget to update the javadoc inside the class. {{org.apache.struts2.views.xslt.XSLTResult}} [XSLTResult|https://github.com/apache/struts/blob/master/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.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)