CVS Grabbed the latest at 8:15 CST (Chicago, IL) 7/15/2004 and did a maven
build.

Got two test errors (same as before):

    [junit] [ERROR] TEST org.openejb.deployment.EJBConfigBuilderTest FAILED

    [junit] [ERROR] TEST org.openejb.mdb.BasicMDBContainerTest FAILED

Deleted those two files.

Did another build, and got:

    [echo] Building server configuration
    [java] java.lang.IllegalArgumentException: Unknown reference XAServices
    [java]      at
org.apache.geronimo.gbean.jmx.GBeanMBean.getReferenceByName(GBeanMBean.java:
801)
    [java]      at
org.apache.geronimo.gbean.jmx.GBeanMBean.setReferencePatterns(GBeanMBean.jav
a:795)
    [java]      at
org.apache.geronimo.deployment.service.GBeanBuilder.setReference(GBeanBuilde
r.java:85)

Commented out the gbean:

<!--
    <gbean name="geronimo.server:type=WorkManager,name=DefaultWorkManager"
class="org.apache.geronimo.connector.work.GeronimoWorkManager">
        <attribute name="syncMaximumPoolSize" type="int">10</attribute>
        <attribute name="startMaximumPoolSize" type="int">10</attribute>
        <attribute name="scheduledMaximumPoolSize" type="int">10</attribute>
        <reference
name="XAServices">geronimo.server:type=TransactionManager</reference>
    </gbean>
-->

in j2ee-server-plan.xml

And did a third build:

BUILD SUCCESSFUL
Total time: 2 minutes 39 seconds
Finished at: Thu Jul 15 09:04:14 CDT 2004

Thanks
David Farb

Reply via email to