WSO2 Web service Application Server
===================================

Sample : EJB Services
======================

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
3. In WSAS console goto Services -> EJB Provider Configuration & deploy EJB Service
(Please refer sample-guide.html for detailed instructions on EJB services on WSAS Documentation)
You can find EJB client interfaces inside resource/ejb-provider-adaptor.jar.

4. Compile client code
ant compile-all

5.Run client
ant run-client


