Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 86618 invoked from network); 9 Feb 2004 06:27:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Feb 2004 06:27:39 -0000 Received: (qmail 40339 invoked by uid 500); 9 Feb 2004 06:27:03 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 40260 invoked by uid 500); 9 Feb 2004 06:27:03 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 39956 invoked from network); 9 Feb 2004 06:27:02 -0000 Received: from unknown (HELO www.princetongames.org) (66.250.40.202) by daedalus.apache.org with SMTP; 9 Feb 2004 06:27:02 -0000 Received: from localhost (ammulder@localhost) by www.princetongames.org (8.11.6/8.11.6) with ESMTP id i196RrS09109 for ; Mon, 9 Feb 2004 01:27:53 -0500 X-Authentication-Warning: www.princetongames.org: ammulder owned process doing -bs Date: Mon, 9 Feb 2004 01:27:53 -0500 (EST) From: Aaron Mulder X-X-Sender: ammulder@www.princetongames.org To: geronimo-dev@incubator.apache.org Subject: Re: Build Problems In-Reply-To: <7A127572-5AC5-11D8-B236-003065F4889C@coredevelopers.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Now I'm getting the test error Jeremy mentioned. Aaron test:test: [junit] Running org.apache.geronimo.connector.deployment.Connector_1_0Test [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.35 sec [junit] Running org.apache.geronimo.connector.deployment.Connector_1_5Test [junit] Tests run: 3, Failures: 0, Errors: 2, Time elapsed: 2.13 sec [junit] [ERROR] TEST org.apache.geronimo.connector.deployment.Connector_1_5Test FAILED Testcase: testLoadJ2eeDeploymentDescriptor took 1.785 sec Caused an ERROR XML object is not of type D=connector@http://java.sun.com/xml/ns/j2ee org.apache.xmlbeans.XmlException: XML object is not of type D=connector@http://java.sun.com/xml/ns/j2ee at org.apache.xmlbeans.impl.store.Root.autoTypedDocument(Root.java:477) at org.apache.xmlbeans.impl.store.Root.loadXml(Root.java:1079) at org.apache.xmlbeans.impl.store.Root.loadXml(Root.java:1063) at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:360) at org.apache.geronimo.xbeans.j2ee.ConnectorDocument$Factory.parse(ConnectorDocument.java:68) at org.apache.geronimo.connector.deployment.Connector_1_5Test.testLoadJ2eeDeploymentDescriptor(Connector_1_5Test.java:99) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) Testcase: testLoadJ2eeDeploymentDescriptorTestcase: testLoadGeronimoDeploymentDescriptor took 0.231 sec Testcase: testCreateConnector_1_5Module took 0.083 sec Caused an ERROR org.apache.xmlbeans.XmlException: XML object is not of type D=connector@http://java.sun.com/xml/ns/j2ee org.apache.geronimo.deployment.DeploymentException: org.apache.xmlbeans.XmlException: XML object is not of type D=connector@http://java.sun.com/xml/ns/j2ee at org.apache.geronimo.connector.deployment.AbstractConnectorModule.generateClassPath(AbstractConnectorModule.java:123) at org.apache.geronimo.connector.deployment.Connector_1_5Test.testCreateConnector_1_5Module(Connector_1_5Test.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) Caused by: org.apache.xmlbeans.XmlException: XML object is not of type D=connector@http://java.sun.com/xml/ns/j2ee at org.apache.xmlbeans.impl.store.Root.autoTypedDocument(Root.java:477) at org.apache.xmlbeans.impl.store.Root.loadXml(Root.java:1079) at org.apache.xmlbeans.impl.store.Root.loadXml(Root.java:1063) at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:360) at org.apache.geronimo.xbeans.j2ee.ConnectorDocument$Factory.parse(ConnectorDocument.java:68) at org.apache.geronimo.connector.deployment.Connector_1_5Module.getConnectorDocument(Connector_1_5Module.java:120) at org.apache.geronimo.connector.deployment.AbstractConnectorModule.generateClassPath(AbstractConnectorModule.java:112) ... 15 more On Sun, 8 Feb 2004, David Jencks wrote: > Sorry, I missed the maven.xml and project.xml files in my checkin this > morning. The build works for me now, hope it is ok for everyone. > > thanks > david jencks > > On Sunday, February 8, 2004, at 04:18 PM, Jeremy Boynes wrote: > > > Aaron Mulder wrote: > > > >> I just checked out a new tree and tried to build. I did a rebuild > >> in the modules/maven-xmlbeans-plugin directory first as per David's > >> advice. Now when I build, I get compile errors on the XMLBeans > >> generated classes. It looks like the classes are there, just with > >> the wrong package or something? > > > > I am having the same issue. > > > > I added a dependency on the geronimo-spec-j2eeschema module and the > > Connector module now compiles but the Connector_1_5Test fails. It > > appears not to be using the correct xmlbeans objects. > > > > I commented out the tests locally to keep going but haven't committed > > that for obvious reasons. > > > > -- > > Jeremy > > >