Author: azeez
Date: Sat Jun  6 02:36:58 2009
New Revision: 37960
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37960

Log:
Updating EJB sample

Modified:
   trunk/wsas/java/modules/samples/EJBService/README
   trunk/wsas/java/modules/samples/EJBService/build.xml

Modified: trunk/wsas/java/modules/samples/EJBService/README
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/EJBService/README?rev=37960&r1=37959&r2=37960&view=diff
==============================================================================
--- trunk/wsas/java/modules/samples/EJBService/README   (original)
+++ trunk/wsas/java/modules/samples/EJBService/README   Sat Jun  6 02:36:58 2009
@@ -6,14 +6,15 @@
 
 1. Deploy resource/sample-ejb-1.0.jar to Jboss Application Server (Tested with 
version 4.0.4)
 2. Copy JBOSS_HOME/client/jbossall-client.jar to WSAS_HOME/lib/extensions
-3. In WSAS console goto Services -> EJB Provider Configuration & deploy EJB 
Service
+3. Restart WSAS
+4. In WSAS console goto Services -> EJB Provider Configuration & deploy EJB 
Service
 Please download the Documentation Distribution and refer to the EJB Services 
sample document in the distribution for detailed instructions on how to run the 
EJB Services sample.
 You can find EJB client interfaces inside resource/ejb-provider-adaptor.jar.
 
-4. Compile client code
+5. Compile client code
 ant compile-all
 
-5.Run client
+6.Run client
 ant run-client
 
 

Modified: trunk/wsas/java/modules/samples/EJBService/build.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/EJBService/build.xml?rev=37960&r1=37959&r2=37960&view=diff
==============================================================================
--- trunk/wsas/java/modules/samples/EJBService/build.xml        (original)
+++ trunk/wsas/java/modules/samples/EJBService/build.xml        Sat Jun  6 
02:36:58 2009
@@ -15,7 +15,7 @@
   ~ limitations under the License.
   -->
 
-<project name="ejbservice" default="deploy">
+<project name="ejbservice" default="compile-all">
        <property environment="env"/>
        <property name="wsashome" value="../.."/>
        <property name="src" value="src"/>

_______________________________________________
Wsas-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to