Thanks,
Slowly I'm getting there. I found a few posts others are having same
problem deploying servicemix.war to Geronimo 2.1 but with no answers. I'm
getting taglib error.
[java] 15:00:46,352 INFO [config] Loaded Module: myApp/1.0/car
[java] 15:00:49,430 WARN [JspModuleBuilderExtension] Invalid
transformed taglib
[java] org.apache.xmlbeans.XmlException: Invalid deployment descriptor:
errors:
[java]
[java] C:\apps\myApp.ear\webApp.war\WEB-INF\myApp.tld:10:5: error:
cvc-datatype-valid.1.1: string value 'My App Tag Library' does not match
pattern for tld-canonical-nameType in namespace
http://java.sun.com/xml/ns/javaee
[java]
[java] Descriptor:
[java] <taglib xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" version="2.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
[java] <tlib-version>1.0</tlib-version>
[java] <short-name>My App Tag Library</short-name>
[java] <uri>http://localhost/myApp</uri>
[java] <tag>
[java] <name>validateLogin</name>
[java] <tag-class>myapp.web.tags.ValidateLoginTag</tag-class>
[java] <body-content>empty</body-content>
[java] <attribute>
[java] <name>beanName</name>
[java] <required>false</required>
[java] <rtexprvalue>true</rtexprvalue>
[java] </attribute>
[java] <attribute>
[java] <name>loginPage</name>
[java] <required>false</required>
[java] <rtexprvalue>true</rtexprvalue>
[java] </attribute>
[java] <attribute>
[java] <name>successPage</name>
[java] <required>false</required>
[java] <rtexprvalue>true</rtexprvalue>
[java] </attribute>
[java] </tag>
--
View this message in context:
http://www.nabble.com/deploy-offline%2C-Deployer-operation-failed%3A-Failed-to-expand-the-module-archive-tp18226797s134p18267007.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.