On Jun 5, 2011, at 2:21 AM, [email protected] wrote: > Author: genspring > Date: Sun Jun 5 06:21:46 2011 > New Revision: 1131922 > > URL: http://svn.apache.org/viewvc?rev=1131922&view=rev > Log: > move schema conversion "openejb-jar" from SchemaConversoinUtils to > jetty/tomcat builders.
I'm seeing failures in the corba-marshal-ear testsuite test. I'd guess this commit is responsible: [INFO] Distributing module artifact: /Users/kevan/geronimo/server/trunk/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/target/corba-marshal-ear-3.0-SNAPSHOT.ear [org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory] : Parsing URI=deployer:geronimo:jmx://localhost:1099 [org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory] : Parsing URI=deployer:geronimo:jmx://localhost:1099 [org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory] : Using protocol=jmx, host=localhost, port=1099 [org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory] : Using JMXServiceURL with host=localhost, port=1099, secure=false Deployer operation failed: org.apache.xmlbeans.XmlException: Invalid deployment descriptor: [error: cvc-complex-type.2.4a: Expected elements 'moduleId@http://geronimo.apache.org/xml/ns/deployment-1.2 dependencies@http://geronimo.apache.org/xml/ns/deployment-1.2 bundle-activator@http://gero nimo.apache.org/xml/ns/deployment-1.2 bundle-classPath@http://geronimo.apache.org/xml/ns/deployment-1.2 import-package@http://geronimo.apache.org/xml/ns/deployment-1.2 export-package@http://geronimo.apache.org/xml/ns/deployment-1.2 require-bundle@http://geronimo.apache.org/xml/ns/deploymen t-1.2 dynamic-import-package@http://geronimo.apache.org/xml/ns/deployment-1.2 hidden-classes@http://geronimo.apache.org/xml/ns/deployment-1.2 non-overridable-classes@http://geronimo.apache.org/xml/ns/deployment-1.2 private-classes@http://geronimo.apache.org/xml/ns/deployment-1.2 inverse-cl assloading@http://geronimo.apache.org/xml/ns/deployment-1.2 suppress-default-environment@http://geronimo.apache.org/xml/ns/deployment-1.2' instead of 'compoundSecMechTypeList@http://geronimo.apache.org/xml/ns/deployment-1.2' here] Descriptor: <xml-fragment xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:sec="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:tss="http://openejb.apache.org/xml/ns/corba-tss-config-2.1" xmlns:app="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:namin g="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:pkgen="http://openejb.apache.org/xml/ns/pkgen-2.1" xmlns:ns9="http://java.sun.com/xml/ns/persistence" xmlns:o="http://openejb.apache.org/xml/ns/openejb-jar-2.2" xmlns:ns6="ht tp://geronimo.apache.org/xml/ns/openejb-clustering-wadi-1.2" xmlns:ns7="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns8="http://geronimo.apache.org/xml/ns/security-2.0"> <dep:compoundSecMechTypeList> <dep:compoundSecMech> <dep:sasMech> <dep:identityTokenTypes> <dep:ITTAnonymous/> <dep:ITTPrincipalNameGSSUP principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/> <dep:ITTDistinguishedName/> <dep:ITTX509CertChain/> </dep:identityTokenTypes> </dep:sasMech> </dep:compoundSecMech> </dep:compoundSecMechTypeList> </xml-fragment> --kevan
