Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2339

Trinidad on Jboss AS 6. Cannot deploy application because of syntax error in tld

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.0.1-core
    • 2.1.3-core
    • None
    • None
    • Jboss Application Server 6. With Myface 2.0

    Description

      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 <tag>. Then it worked please refer to following change for solution to this problem.

      <tag>
      <description> <--Moved this description tag.
      The fileDownloadActionListener tag provides a declarative syntax for downloading files to a user from a command component.
      </description>
      <name>fileDownloadActionListener</name>
      <tag-class>org.apache.myfaces.trinidadinternal.taglib.listener.FileDownloadActionListenerTag</tag-class>
      <body-content>empty</body-content>

      <attribute>
      <description>
      the content or mime type of the file - e.g., text/html or application/pdf
      </description>
      <name>contentType</name>
      <deferred-value/>
      </attribute>

      ..............

      Attachments

        Activity

          People

            deki Dennis Kieselhorst
            shoaib2ali Shoaib Ali Khan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: