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 D6EF7200C50 for ; Sat, 8 Apr 2017 09:06:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D573C160B96; Sat, 8 Apr 2017 07:06:45 +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 2A1E5160B88 for ; Sat, 8 Apr 2017 09:06:45 +0200 (CEST) Received: (qmail 16196 invoked by uid 500); 8 Apr 2017 07:06:44 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 16182 invoked by uid 99); 8 Apr 2017 07:06:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Apr 2017 07:06:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4B0EB1805C4 for ; Sat, 8 Apr 2017 07:06:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.718 X-Spam-Level: * X-Spam-Status: No, score=1.718 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ZI1RRh8SaAnT for ; Sat, 8 Apr 2017 07:06:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 493635FB5C for ; Sat, 8 Apr 2017 07:06:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D5AFAE04FE for ; Sat, 8 Apr 2017 07:06:41 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8B8CD24066 for ; Sat, 8 Apr 2017 07:06:41 +0000 (UTC) Date: Sat, 8 Apr 2017 07:06:41 +0000 (UTC) From: "Dennis Kieselhorst (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (TRINIDAD-2339) Trinidad on Jboss AS 6. Cannot deploy application because of syntax error in tld MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 08 Apr 2017 07:06:46 -0000 [ https://issues.apache.org/jira/browse/TRINIDAD-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Kieselhorst resolved TRINIDAD-2339. ------------------------------------------ Resolution: Fixed > Trinidad on Jboss AS 6. Cannot deploy application because of syntax error in tld > -------------------------------------------------------------------------------- > > Key: TRINIDAD-2339 > URL: https://issues.apache.org/jira/browse/TRINIDAD-2339 > Project: MyFaces Trinidad > Issue Type: Bug > Affects Versions: 2.0.1-core > Environment: Jboss Application Server 6. With Myface 2.0 > Reporter: Shoaib Ali Khan > Assignee: Dennis Kieselhorst > Priority: Critical > Fix For: 2.1.3-core > > > When deploy application on Jboss 6 I get a XML parsing error for tr.tld. on line 113. The syntax error is on tag ' filedownloadactionlistener' . I have moved the description xml tag immediately after . Then it worked please refer to following change for solution to this problem. > > <--Moved this description tag. > The fileDownloadActionListener tag provides a declarative syntax for downloading files to a user from a command component. > > fileDownloadActionListener > org.apache.myfaces.trinidadinternal.taglib.listener.FileDownloadActionListenerTag > empty > > > > the content or mime type of the file - e.g., text/html or application/pdf > > contentType > > > .............. -- This message was sent by Atlassian JIRA (v6.3.15#6346)