I just confirmed Geronimo 2.1.3 does produce an error if taglib element has the version attribute. Below is the log output
xxxxx\repository\org\apache\tuscany\sca\sample-customer-dojo-webapp\1.4-SNAPSHOT\sample-customer-dojo-webapp-1.4-SNAPSHOT.war\WEB-INF\lib\tuscany-host-webapp-1.4-SNAPSHOT.jar!\META-INF\sca.tld:23:1: error: uniqattspec: Duplicate attribute: version in element [EMAIL PROTECTED]://java.sun.com/xml/ns/javaee I'll update the current TLD with these changes and will notify the J2EE committee in OASIS for the TLD issues. On Tue, Aug 26, 2008 at 5:08 AM, Kevan Miller <[EMAIL PROTECTED]> wrote: > > On Aug 25, 2008, at 2:19 PM, Vamsavardhana Reddy wrote: > >> Hi Raymond, >> >> Thanks for your input. Adding <rtexprvalue> tags inside <attribute> tags, >> three of the errors were taken care. The first error was taken care by >> removing the version attribute from <taglib>. Looks like sca.tld in >> host-webapp module needs to be fixed. My sca.tld that made the sample war >> deploy and run successfully on Geronimo looks like the following >> (changed/added lines are shown in bold font): > > I don't see why <taglib version=2.1> should be invalid. I suspect that > Geronimo is improperly enhancing the taglib element with a redundant > version=2.1 attribute. Definitely worth investigating from a Geronimo > perspective. > > --kevan > > -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
