You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2010/06/30 00:50:49 UTC

[jira] Commented: (GERONIMO-5414) Remove references to corba in connector deployer

    [ https://issues.apache.org/jira/browse/GERONIMO-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883741#action_12883741 ] 

David Jencks commented on GERONIMO-5414:
----------------------------------------

I committed something in rev 959134 that tries to make the dependency on ORB.class from the resource-ref builder (for ORB refs) very optional.  It doesn't appear to break anything too obviously but I don't know if it's sufficient.

> Remove references to corba in connector deployer
> ------------------------------------------------
>
>                 Key: GERONIMO-5414
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5414
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Kevan Miller
>             Fix For: 3.0
>
>
> Connector-deployer shouldn't require Yoko. Here's the connector-deployer module section from config.xml for  a minimal server:
> <module name="org.apache.geronimo.configs/connector-deployer-1_6/3.0-SNAPSHOT/car">
>        <gbean name="ResourceRefBuilder">
>            <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
>            <attribute name="corbaEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
>                <environment:environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:environment="http://geronimo.apache\
> .org/xml/ns/deployment-1.2">
>                    <dependencies>
>                        <dependency>
>                            <groupId>org.apache.geronimo.configs</groupId>
>                            <artifactId>j2ee-corba-yoko</artifactId>
>                            <version>3.0-SNAPSHOT</version>
>                            <type>car</type>
>            </dependency>
>          </dependencies>
>        </environment:environment>
>            </attribute>
>        </gbean>
>        <gbean name="AdminObjectRefBuilder">
>            <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
>        </gbean>
>        <gbean name="ClientResourceRefBuilder">
>            <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
>            <attribute name="corbaEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
>                <environment:environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:environment="http://geronimo.apache\
> .org/xml/ns/deployment-1.2">
>                    <dependencies>
>                        <dependency>
>                            <groupId>org.apache.geronimo.configs</groupId>
>                            <artifactId>client-corba-yoko</artifactId>
>                            <version>3.0-SNAPSHOT</version>
>                            <type>car</type>
>            </dependency>
>          </dependencies>
>        </environment:environment>
>            </attribute>
>        </gbean>
>    </module>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.