You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2007/03/24 15:42:32 UTC

[jira] Commented: (GERONIMO-3008) jsp taglib schema changes from 2.0 to 2.1 make upgrade hard.

    [ https://issues.apache.org/jira/browse/GERONIMO-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483846 ] 

David Jencks commented on GERONIMO-3008:
----------------------------------------

Applied in rev 522036.  I think there are some more upgrade issues so I'm leaving this open while we investigate.

I turned off validation of the transformed tld files.... to see errors turn it on again.

> jsp taglib schema changes from 2.0 to 2.1 make upgrade hard.
> ------------------------------------------------------------
>
>                 Key: GERONIMO-3008
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3008
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-beta1
>            Reporter: David Jencks
>         Assigned To: Tim McConnell
>             Fix For: 2.0-beta1
>
>         Attachments: JspModuleBuilderExtension.java
>
>
> an attribute like this:
>         <attribute>
>             <name>doEndTag</name>
>             <required>true</required>
>             <type>java.lang.String</type>
>         </attribute>
> is legal in 2.0 but not 2.1 where the type needs to be preceded with <rtexprvalue>true/false</rtexprvalue>
> It looks to me from the 2.1 schema that the default is supposed to be false but it might be a good idea if someone who knows what it's supposed to mean verifies this.
> I suspect this is a result of an error in the 2.1 jsp schema but there's nothing we can do about it now AFAIK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.