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 395DA200BFA for ; Thu, 12 Jan 2017 08:16:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 380C6160B2D; Thu, 12 Jan 2017 07:16:54 +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 82C42160B40 for ; Thu, 12 Jan 2017 08:16:53 +0100 (CET) Received: (qmail 73631 invoked by uid 500); 12 Jan 2017 07:16:52 -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 73597 invoked by uid 99); 12 Jan 2017 07:16:52 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2017 07:16:52 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4825B2C03E0 for ; Thu, 12 Jan 2017 07:16:52 +0000 (UTC) Date: Thu, 12 Jan 2017 07:16:52 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (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: Thu, 12 Jan 2017 07:16:54 -0000 [ https://issues.apache.org/jira/browse/WW-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15820350#comment-15820350 ] Lukasz Lenart edited comment on WW-4731 at 1/12/17 7:16 AM: ------------------------------------------------------------ xerces isn't a Struts dependency and as I said, I have extended the factory to log errors and warns, before that warn existed as well but wasn't logged. was (Author: lukaszlenart): xerces isn't a Struts dependency and as I said, I have extended the factory to log errors and warns, before warn existed as well but wasn't logged. > 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)