You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/07 00:14:04 UTC

svn commit: r354605 - in /geronimo/trunk/sandbox: adventurebuilder/maven.xml daytrader/modules/derby/maven.xml petstore/maven.xml

Author: ammulder
Date: Tue Dec  6 15:13:58 2005
New Revision: 354605

URL: http://svn.apache.org/viewcvs?rev=354605&view=rev
Log:
Missed a couple URIs

Modified:
    geronimo/trunk/sandbox/adventurebuilder/maven.xml
    geronimo/trunk/sandbox/daytrader/modules/derby/maven.xml
    geronimo/trunk/sandbox/petstore/maven.xml

Modified: geronimo/trunk/sandbox/adventurebuilder/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/adventurebuilder/maven.xml?rev=354605&r1=354604&r2=354605&view=diff
==============================================================================
--- geronimo/trunk/sandbox/adventurebuilder/maven.xml (original)
+++ geronimo/trunk/sandbox/adventurebuilder/maven.xml Tue Dec  6 15:13:58 2005
@@ -96,7 +96,7 @@
 	    configs="org/apache/geronimo/AdventureBuilder1.0.1"/>
         <ant:echo message="Waiting for server at: ${instDir}"/>
         <deploy:waitForStarted
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"
             id="org/apache/geronimo/Adventure1.0.1"/>
@@ -105,7 +105,7 @@
 
     <goal name="ab:stop" description="Stop Adventure Builder">
         <deploy:stopRemoteServer
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"/>
         <echo message="server has stopped"/>

Modified: geronimo/trunk/sandbox/daytrader/modules/derby/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/daytrader/modules/derby/maven.xml?rev=354605&r1=354604&r2=354605&view=diff
==============================================================================
--- geronimo/trunk/sandbox/daytrader/modules/derby/maven.xml (original)
+++ geronimo/trunk/sandbox/daytrader/modules/derby/maven.xml Tue Dec  6 15:13:58 2005
@@ -66,7 +66,7 @@
         <ant:echo message="Waiting for server at: ${maven.build.dir}/geronimo-${geronimo_version}"/>
         <u:sleep millis="60000"/>
         <deploy:waitForStarted
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"
             maxtries="125"
@@ -76,7 +76,7 @@
     </goal>
     <goal name="deployDaytrader">
         <deploy:distribute
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="deployer:geronimo:jmx"
             username="system"
             password="manager"
             module="${maven.repo.local}/daytrader/ears/daytrader-ear-${geronimo_version}.ear"
@@ -84,28 +84,28 @@
     </goal>
     <goal name="startDaytrader">
         <deploy:start
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="deployer:geronimo:jmx"
             username="system"
             password="manager"
             id="${pom.groupId}/cars/${pom.artifactId}-${pom.currentVersion}.car"/>
     </goal>
     <goal name="stopDaytrader">
         <deploy:stop
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="deployer:geronimo:jmx"
             username="system"
             password="manager"
             id="${pom.groupId}/cars/${pom.artifactId}-${pom.currentVersion}.car"/>
     </goal>
     <goal name="undeployDaytrader">
         <deploy:undeploy
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="deployer:geronimo:jmx"
             username="system"
             password="manager"
             id="${pom.groupId}/cars/${pom.artifactId}-${pom.currentVersion}.car"/>
     </goal>
     <goal name="stopServer">  
         <deploy:stopRemoteServer
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"/>
     </goal>

Modified: geronimo/trunk/sandbox/petstore/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/petstore/maven.xml?rev=354605&r1=354604&r2=354605&view=diff
==============================================================================
--- geronimo/trunk/sandbox/petstore/maven.xml (original)
+++ geronimo/trunk/sandbox/petstore/maven.xml Tue Dec  6 15:13:58 2005
@@ -140,27 +140,27 @@
 	    configs="org/apache/geronimo/PetStore1.3.2 org/apache/geronimo/Supplier1.3.2 org/apache/geronimo/PetStoreSecurity1.3.2 org/apache/geronimo/OPC1.3.2 org/apache/geronimo/PetStoreAdmin1.3.2 org/apache/geronimo/RuntimeDeployer"/>
         <ant:echo message="Waiting for server at: ${instDir}"/>
         <deploy:waitForStarted
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"
             id="org/apache/geronimo/PetStore1.3.2"/>
         <deploy:waitForStarted
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"
             id="org/apache/geronimo/Supplier1.3.2"/>
         <deploy:waitForStarted
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"
             id="org/apache/geronimo/PetStoreSecurity1.3.2"/>
         <deploy:waitForStarted
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"
             id="org/apache/geronimo/OPC1.3.2"/>
         <deploy:waitForStarted
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"
             id="org/apache/geronimo/PetStoreAdmin1.3.2"/>
@@ -169,7 +169,7 @@
 
     <goal name="petstore:stop" description="Stop PetStore">
         <deploy:stopRemoteServer
-            uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
+            uri="jmx:rmi://localhost/jndi/rmi:/JMXConnector"
             username="system"
             password="manager"/>
         <echo message="server has stopped"/>