You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2007/09/15 05:35:45 UTC

svn commit: r575871 - in /geronimo/server/trunk/configs: online-deployer/pom.xml openejb/pom.xml

Author: djencks
Date: Fri Sep 14 20:35:44 2007
New Revision: 575871

URL: http://svn.apache.org/viewvc?rev=575871&view=rev
Log:
GERONIMO-3453 a couple of minor tweaks

Modified:
    geronimo/server/trunk/configs/online-deployer/pom.xml
    geronimo/server/trunk/configs/openejb/pom.xml

Modified: geronimo/server/trunk/configs/online-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/online-deployer/pom.xml?rev=575871&r1=575870&r2=575871&view=diff
==============================================================================
--- geronimo/server/trunk/configs/online-deployer/pom.xml (original)
+++ geronimo/server/trunk/configs/online-deployer/pom.xml Fri Sep 14 20:35:44 2007
@@ -75,6 +75,27 @@
             <artifactId>ognl</artifactId>
         </dependency>
 
+        <!-- used by plugin installer -->
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-activation_1.1_spec</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

Modified: geronimo/server/trunk/configs/openejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/openejb/pom.xml?rev=575871&r1=575870&r2=575871&view=diff
==============================================================================
--- geronimo/server/trunk/configs/openejb/pom.xml (original)
+++ geronimo/server/trunk/configs/openejb/pom.xml Fri Sep 14 20:35:44 2007
@@ -154,6 +154,17 @@
                         <includeVersion>true</includeVersion>
                     </useMavenDependencies>
                     <category>EJB Container</category>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content>
+                                <gbean name="EJBNetworkService">
+                                    <attribute name="port">${OpenEJBPort + PortOffset}</attribute>
+                                    <attribute name="host">${ServerHostname}</attribute>
+                                </gbean>
+                            </config-xml-content>
+                            <config-substitution key="OpenEJBPort">4201</config-substitution>
+                        </plugin-artifact>
+                    </instance>
                 </configuration>
             </plugin>
         </plugins>