You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2005/10/25 10:08:16 UTC

svn commit: r328307 - in /geronimo/trunk/sandbox/petstore: maven.xml src/plan/petstore1.3.2-security-plan.xml

Author: jlaskowski
Date: Tue Oct 25 01:08:05 2005
New Revision: 328307

URL: http://svn.apache.org/viewcvs?rev=328307&view=rev
Log:
Small changes to reflect the current Geronimo naming scheme

PetStore deploys fine, but doesn't start up properly (issues with security configuration - jacc is not configured)

Modified:
    geronimo/trunk/sandbox/petstore/maven.xml
    geronimo/trunk/sandbox/petstore/src/plan/petstore1.3.2-security-plan.xml

Modified: geronimo/trunk/sandbox/petstore/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/petstore/maven.xml?rev=328307&r1=328306&r2=328307&view=diff
==============================================================================
--- geronimo/trunk/sandbox/petstore/maven.xml (original)
+++ geronimo/trunk/sandbox/petstore/maven.xml Tue Oct 25 01:08:05 2005
@@ -23,7 +23,7 @@
     xmlns:velocity="jelly:velocity"
     >
 
-    <j:set var="instDir" value="${maven.build.dir}/geronimo_${geronimo_version}"/>
+    <j:set var="instDir" value="${maven.build.dir}/geronimo-${geronimo_version}"/>
 
     <goal name="default">
         <attainGoal name="petstore:deploy"/>
@@ -158,6 +158,7 @@
     <goal name="petstore:start" description="Start PetStore">
         <deploy:startRemoteServer
             geronimoTarget="${instDir}"
+            debugPort="8000"
 	    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

Modified: geronimo/trunk/sandbox/petstore/src/plan/petstore1.3.2-security-plan.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/petstore/src/plan/petstore1.3.2-security-plan.xml?rev=328307&r1=328306&r2=328307&view=diff
==============================================================================
--- geronimo/trunk/sandbox/petstore/src/plan/petstore1.3.2-security-plan.xml (original)
+++ geronimo/trunk/sandbox/petstore/src/plan/petstore1.3.2-security-plan.xml Tue Oct 25 01:08:05 2005
@@ -20,7 +20,7 @@
 
 <configuration
     xmlns="http://geronimo.apache.org/xml/ns/deployment"
-    parentId="org/apache/geronimo/Secure"
+    parentId="org/apache/geronimo/Security"
     configId="org/apache/geronimo/PetStoreSecurity1.3.2"
     >