Weird, I now have:

test:compile:
[javac] Compiling 12 source files to /Users/jeremy/Java/incubator-geronimo/modules/deployment/target/test- classes
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:60: package org.apache.geronimo.deployment.xbeans does not exist
import org.apache.geronimo.deployment.xbeans.AttributeType;
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:61: package org.apache.geronimo.deployment.xbeans does not exist
import org.apache.geronimo.deployment.xbeans.ConfigurationDocument;
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:62: package org.apache.geronimo.deployment.xbeans does not exist
import org.apache.geronimo.deployment.xbeans.ConfigurationType;
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:63: package org.apache.geronimo.deployment.xbeans does not exist
import org.apache.geronimo.deployment.xbeans.GbeanType;
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:64: package org.apache.geronimo.deployment.xbeans does not exist
import org.apache.geronimo.deployment.xbeans.ReferenceType;
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:65: package org.apache.geronimo.deployment.xbeans does not exist
import org.apache.geronimo.deployment.xbeans.DependencyType;
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:78: cannot resolve symbol
symbol : class ConfigurationDocument
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
ConfigurationDocument doc = ConfigurationDocument.Factory.parse(plan1);
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:78: package ConfigurationDocument does not exist
ConfigurationDocument doc = ConfigurationDocument.Factory.parse(plan1);
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:79: cannot resolve symbol
symbol : class ConfigurationType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
ConfigurationType configuration = doc.getConfiguration();
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:82: cannot resolve symbol
symbol : class DependencyType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
DependencyType[] dependencies = configuration.getDependencyArray();
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:88: cannot resolve symbol
symbol : class GbeanType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
GbeanType[] gbeans = configuration.getGbeanArray();
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:91: cannot resolve symbol
symbol : class AttributeType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
AttributeType[] attrs = gbeans[0].getAttributeArray();
^
/Users/jeremy/Java/incubator-geronimo/modules/deployment/src/test/org/ apache/geronimo/deployment/service/ConfigPlanTest.java:98: cannot resolve symbol
symbol : class ReferenceType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
ReferenceType[] refs = gbeans[0].getReferenceArray();
^
13 errors



Jeremy L.


On Feb 9, 2004, at 1:46, Aaron Mulder wrote:

        Never mind -- it worked after a clean build.

Aaron

On Mon, 9 Feb 2004, Aaron Mulder wrote:
        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 [EMAIL PROTECTED]://java.sun.com/xml/ns/j2ee
org.apache.xmlbeans.XmlException: XML object is not of type
[EMAIL PROTECTED]://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(SchemaTypeL oaderBase.java:360)
at
org.apache.geronimo.xbeans.j2ee.ConnectorDocument$Factory.parse(Connec torDocument.java:68)
at
org.apache.geronimo.connector.deployment.Connector_1_5Test.testLoadJ2e eDeploymentDescriptor(Connector_1_5Test.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j ava:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess orImpl.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
[EMAIL PROTECTED]://java.sun.com/xml/ns/j2ee
org.apache.geronimo.deployment.DeploymentException:
org.apache.xmlbeans.XmlException: XML object is not of type
[EMAIL PROTECTED]://java.sun.com/xml/ns/j2ee
at
org.apache.geronimo.connector.deployment.AbstractConnectorModule.gener ateClassPath(AbstractConnectorModule.java:123)
at
org.apache.geronimo.connector.deployment.Connector_1_5Test.testCreateC onnector_1_5Module(Connector_1_5Test.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j ava:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess orImpl.java:25)
Caused by: org.apache.xmlbeans.XmlException: XML object is not of type
[EMAIL PROTECTED]://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(SchemaTypeL oaderBase.java:360)
at
org.apache.geronimo.xbeans.j2ee.ConnectorDocument$Factory.parse(Connec torDocument.java:68)
at
org.apache.geronimo.connector.deployment.Connector_1_5Module.getConnec torDocument(Connector_1_5Module.java:120)
at
org.apache.geronimo.connector.deployment.AbstractConnectorModule.gener ateClassPath(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








Reply via email to