|
From: Francisco R. <rev...@us...> - 2002-05-27 22:41:51
|
User: reverbel
Date: 02/05/27 15:41:48
Modified: . build.xml
Log:
Making the bankiiop test work with the multiple invokers code:
- The test client uses the CosNaming jndi provider.
- Beans use ejb-refs to find each other.
- These refs are properly set up for IIOP (in jboss.xml).
Revision Changes Path
1.138 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- build.xml 26 May 2002 20:53:24 -0000 1.137
+++ build.xml 27 May 2002 22:41:48 -0000 1.138
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.137 2002/05/26 20:53:24 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.138 2002/05/27 22:41:48 reverbel Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -948,6 +948,7 @@
<include name="org/jboss/test/bankiiop/beans/**"/>
</fileset>
<fileset dir="${build.resources}/bankiiop">
+ <include name="cosnaming.jndi.properties"/>
<include name="**/*.xml"/>
</fileset>
</jar>
|