You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Henry Zongaro (JIRA)" <xa...@xml.apache.org> on 2004/11/16 19:55:23 UTC

[jira] Created: (XALANJ-1994) NoSuchMethodError for call to imported template

NoSuchMethodError for call to imported template
-----------------------------------------------

         Key: XALANJ-1994
         URL: http://nagoya.apache.org/jira/browse/XALANJ-1994
     Project: XalanJ2
        Type: Bug
  Components: parse-or-compile, XSLTC  
    Versions: 2.5, 2.6    
    Reporter: Henry Zongaro
 Assigned to: Henry Zongaro 
     Fix For: 2.6


A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Updated: (XALANJ-1994) NoSuchMethodError for call to imported template

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-1994?page=history ]

Brian Minchau updated XALANJ-1994:
----------------------------------

    Xalan info:   (was: [PatchAvailable])

> NoSuchMethodError for call to imported template
> -----------------------------------------------
>
>          Key: XALANJ-1994
>          URL: http://issues.apache.org/jira/browse/XALANJ-1994
>      Project: XalanJ2
>         Type: Bug
>   Components: parse-or-compile, XSLTC
>     Versions: 2.5, 2.6
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>  Attachments: j1994.xsl, j1994a.xsl, j1994b.xsl, patch.j1994.txt
>
> A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Updated: (XALANJ-1994) NoSuchMethodError for call to imported template

Posted by "Henry Zongaro (JIRA)" <xa...@xml.apache.org>.
     [ http://nagoya.apache.org/jira/browse/XALANJ-1994?page=history ]

Henry Zongaro updated XALANJ-1994:
----------------------------------

    Attachment: patch.j1994.txt

Patch for this bug - reviewied by Christine Li (mailto:jycli@ca.ibm.com)

> NoSuchMethodError for call to imported template
> -----------------------------------------------
>
>          Key: XALANJ-1994
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-1994
>      Project: XalanJ2
>         Type: Bug
>   Components: parse-or-compile, XSLTC
>     Versions: 2.5, 2.6
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>      Fix For: 2.6
>  Attachments: j1994.xsl, j1994a.xsl, j1994b.xsl, patch.j1994.txt
>
> A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Resolved: (XALANJ-1994) NoSuchMethodError for call to imported template

Posted by "Henry Zongaro (JIRA)" <xa...@xml.apache.org>.
     [ http://nagoya.apache.org/jira/browse/XALANJ-1994?page=history ]
     
Henry Zongaro resolved XALANJ-1994:
-----------------------------------

     Resolution: Fixed
    Fix Version:     (was: 2.6)

Patch applied in CVS.

> NoSuchMethodError for call to imported template
> -----------------------------------------------
>
>          Key: XALANJ-1994
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-1994
>      Project: XalanJ2
>         Type: Bug
>   Components: parse-or-compile, XSLTC
>     Versions: 2.5, 2.6
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>  Attachments: j1994.xsl, j1994a.xsl, j1994b.xsl, patch.j1994.txt
>
> A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Updated: (XALANJ-1994) NoSuchMethodError for call to imported template

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-1994?page=all ]

Brian Minchau updated XALANJ-1994:
----------------------------------

    Fix Version: 2.7

> NoSuchMethodError for call to imported template
> -----------------------------------------------
>
>          Key: XALANJ-1994
>          URL: http://issues.apache.org/jira/browse/XALANJ-1994
>      Project: XalanJ2
>         Type: Bug
>   Components: parse-or-compile, XSLTC
>     Versions: 2.5, 2.6
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>      Fix For: 2.7
>  Attachments: j1994.xsl, j1994a.xsl, j1994b.xsl, patch.j1994.txt
>
> A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Updated: (XALANJ-1994) NoSuchMethodError for call to imported template

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-1994?page=history ]

Brian Minchau updated XALANJ-1994:
----------------------------------

    Xalan info: [PatchAvailable]

> NoSuchMethodError for call to imported template
> -----------------------------------------------
>
>          Key: XALANJ-1994
>          URL: http://issues.apache.org/jira/browse/XALANJ-1994
>      Project: XalanJ2
>         Type: Bug
>   Components: parse-or-compile, XSLTC
>     Versions: 2.5, 2.6
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>  Attachments: j1994.xsl, j1994a.xsl, j1994b.xsl, patch.j1994.txt
>
> A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Updated: (XALANJ-1994) NoSuchMethodError for call to imported template

Posted by "Henry Zongaro (JIRA)" <xa...@xml.apache.org>.
     [ http://nagoya.apache.org/jira/browse/XALANJ-1994?page=history ]

Henry Zongaro updated XALANJ-1994:
----------------------------------

    Attachment: j1994.xsl
                j1994a.xsl
                j1994b.xsl

Stylesheets that demonstrate the problem.  Input document is arbitrary.

> NoSuchMethodError for call to imported template
> -----------------------------------------------
>
>          Key: XALANJ-1994
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-1994
>      Project: XalanJ2
>         Type: Bug
>   Components: parse-or-compile, XSLTC
>     Versions: 2.5, 2.6
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>      Fix For: 2.6
>  Attachments: j1994.xsl, j1994a.xsl, j1994b.xsl
>
> A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Updated: (XALANJ-1994) NoSuchMethodError for call to imported template

Posted by "Henry Zongaro (JIRA)" <xa...@xml.apache.org>.
     [ http://nagoya.apache.org/jira/browse/XALANJ-1994?page=history ]

Henry Zongaro updated XALANJ-1994:
----------------------------------

    Xalan-keywords: PatchAvailable

> NoSuchMethodError for call to imported template
> -----------------------------------------------
>
>          Key: XALANJ-1994
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-1994
>      Project: XalanJ2
>         Type: Bug
>   Components: parse-or-compile, XSLTC
>     Versions: 2.5, 2.6
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>      Fix For: 2.6
>  Attachments: j1994.xsl, j1994a.xsl, j1994b.xsl, patch.j1994.txt
>
> A java.lang.NoSuchMethodError results if an xsl:call-template instruction refers to an imported template, and another template with the same name, but lower import precedence has a different number of arguments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org