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.

Reply via email to