You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2012/10/10 16:03:09 UTC

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

     [ https://issues.apache.org/jira/browse/GERONIMO-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia updated GERONIMO-5414:
----------------------------------

    Fix Version/s:     (was: 3.0.0)
                   3.0.1
    
> 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.0
>            Reporter: Kevan Miller
>             Fix For: 3.0.1
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira