You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Shawn Jiang <ge...@gmail.com> on 2011/06/07 10:15:56 UTC

Re: svn commit: r1131922 - in /geronimo/server/trunk/plugins: j2ee/geronimo-j2ee-schema/src/main/java/org/apache/geronimo/schema/ j2ee/geronimo-web-2.5-builder/src/main/java/org/apache/geronimo/web25/deployment/ jetty8/geronimo-jetty8-builder/src/mai

I believe this will fix the regression as well.  At least,  I can see the
corba app could be deployed to the server successfully.    I can't see the
test running result because selenium is not working well with my win7 64bit
somehow.

Committing to https://svn.apache.org/repos/asf/geronimo/server/trunk ...
        M
plugins/client/geronimo-client-builder/src/main/java/org/apache/geronimo/client/builder/AppClientModuleBuilder.java
        M
plugins/connector-1_6/geronimo-connector-builder-1_6/src/main/java/org/apache/geronimo/connector/deployment/AdminObjectRefBuilder.java
        M
plugins/j2ee/geronimo-web-2.5-builder/src/main/java/org/apache/geronimo/web/deployment/GenericToSpecificPlanConverter.java
        M
plugins/j2ee/geronimo-web-2.5-builder/src/main/java/org/apache/geronimo/web25/deployment/AbstractWebModuleBuilder.java
        M
plugins/jetty8/geronimo-jetty8-builder/src/main/java/org/apache/geronimo/jetty8/deployment/JettyModuleBuilder.java
        M
plugins/openejb/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbModuleBuilder.java
        M
plugins/tomcat/geronimo-tomcat7-builder/src/main/java/org/apache/geronimo/tomcat/deployment/TomcatModuleBuilder.java
Committed r1132900

On Mon, Jun 6, 2011 at 11:11 AM, Kevan Miller <ke...@gmail.com>wrote:

>
> On Jun 5, 2011, at 2:21 AM, genspring@apache.org 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.2suppress-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




-- 
Shawn