[jira] [Closed] (GERONIMO-5414) Remove references to corba in connector deployer
"Mark Struberg (Jira)" <[email protected]> Mon, 4 May 2026 06:06:00 +0000 (UTC)
| Newsgroups | gmane.comp.java.geronimo.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/GERONIMO-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Struberg closed GERONIMO-5414.
-----------------------------------
Resolution: Won't Fix
Closing old outdated issues.
Note that the Apache Geronimo Application Server itself was declared EOL in 2017 and we do not maintain the server parts anymore.
We still do actively maintain many of the Java EE / Jakarta EE which saw the light during creation of the Apache Geronimo Aplication Server.
If you feel that this ticket still affects one of those components then please feel free to reopen the ticket.
thanks, your Apache Geronimo team!
> 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 Lee Miller
> Priority: Major
> Fix For: 3.0.2
>
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)