You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Alan D. Cabrera" <ad...@toolazydogs.com> on 2004/08/12 04:16:13 UTC

I can't pick up containers with this pattern

I'm using this pattern: geronimo.server:J2EEModule=org/openejb/Itests,*

 

In:

 

    <gbean name="openejb.CORBA:type=POA,domain=FOO"
class="org.openejb.corba.POABean">

        <attribute name="AdapterName"
type="java.lang.String">org/openejb/Itests</attribute>

        <reference
name="Containers">geronimo.server:J2EEModule=org/openejb/Itests,*</refer
ence>

        <reference name="Server">openejb.CORBA:type=Server</reference>

    </gbean>

 

    <gbean name="openejb.CORBA:type=Server"
class="org.openejb.corba.CORBA">

        <attribute name="Args"
type="java.util.ArrayList">FOO,BAR,-Car</attribute>

        <attribute name="Properties" type="java.util.Properties">

            openorb.home=file:/dev/corba/OpenORB/OpenORB/src/

        </attribute>

    </gbean>

 

 

It doesn't pick up any deployed EJBs.

 

 

 

Regards,

Alan