Hi, can someone tell me how I can list all the EJBs registrated in the JNDI, with their jndi names ? Thanx very much ! Mo -----Ursprüngliche Nachricht----- Von: jBoss CVS Development [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 16. Februar 2001 14:12 An: [EMAIL PROTECTED] Betreff: [jBoss-Dev] CVS update: zoap/src/de/infor/businessservices/implementations/test TestService.java User: jung Date: 01/02/16 05:11:51 Modified: src/de/infor/businessservices/implementations/test TestService.java Log: Adopted jbossMQ documentation template. Added the desperately needed HowTo, streamlined the library inclusions, Added a Todo-List and Preliminary Schedule. Changed some CVS-tags. Revision Changes Path 1.3 +11 -2 zoap/src/de/infor/businessservices/implementations/test/TestService.java Index: TestService.java =================================================================== RCS file: /products/cvs/ejboss/zoap/src/de/infor/businessservices/implementations/test /TestService.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- TestService.java 2000/12/04 12:35:44 1.2 +++ TestService.java 2001/02/16 13:11:51 1.3 @@ -1,5 +1,5 @@ /* - * $Id: TestService.java,v 1.2 2000/12/04 12:35:44 jung Exp $ + * $Source: /products/cvs/ejboss/zoap/src/de/infor/businessservices/implementations/test /TestService.java,v $ * Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12, * D-66299 Friedrichsthal, Germany. All Rights Reserved. * @@ -59,7 +59,7 @@ * * @see <related> * @author $Author: jung $ - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class TestService implements javax.ejb.SessionBean { @@ -106,6 +106,11 @@ /** * $Log: TestService.java,v $ + * Revision 1.3 2001/02/16 13:11:51 jung + * Adopted jbossMQ documentation template. Added the desperately needed + * HowTo, streamlined the library inclusions, Added a Todo-List and + * Preliminary Schedule. Changed some CVS-tags. + * * Revision 1.2 2000/12/04 12:35:44 jung * adopted to latest jboss container, *
