[jboss-svn-commits] JBL Code SVN: r21467 - labs/jbossesb/workspace/dbevenius/security/product/samples/quickstarts/opensso.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 12 08:48:47 EDT 2008


Author: beve
Date: 2008-08-12 08:48:47 -0400 (Tue, 12 Aug 2008)
New Revision: 21467

Modified:
   labs/jbossesb/workspace/dbevenius/security/product/samples/quickstarts/opensso/readme.txt
Log:
Minor update about the deploy-ejb target.


Modified: labs/jbossesb/workspace/dbevenius/security/product/samples/quickstarts/opensso/readme.txt
===================================================================
--- labs/jbossesb/workspace/dbevenius/security/product/samples/quickstarts/opensso/readme.txt	2008-08-12 12:46:56 UTC (rev 21466)
+++ labs/jbossesb/workspace/dbevenius/security/product/samples/quickstarts/opensso/readme.txt	2008-08-12 12:48:47 UTC (rev 21467)
@@ -41,7 +41,7 @@
   Note: 
   When running with jbossesb-server the last action will fail as this requires an EJB to be deployed.
   Since the jbossesb-server does not have ejb-deployer the last message printed will be:
-	[STDOUT] Could not lookup SimpleSLSB/remote. Please make sure the the EJB has been deployed by running 'ant deploy-ejb' and that the target server supports EJBs
+	[STDOUT] Could not lookup SimpleSLSB/remote. Please make sure that the target server supports EJBs
 
 To Run '.esb' archive mode with JBossAS-server:
 ===========================
@@ -60,8 +60,9 @@
        </authentication>
   	</application-policy>
   3. Copy AMConfig.properties to server/default/conf
-  4. Start the server.
-  5. Type 'ant runtest'
+  4. Type 'ant deploy-ejb'
+  5. Start the server.
+  6. Type 'ant runtest'
 
 What to look for in this quickstart
 ===================================




More information about the jboss-svn-commits mailing list