[Smartcc-cvs] smartcc/test/etc/client Test-application-client.xml,1.1.1.1,1.2 Test-smart-client.xml,
Brought to you by:
hengels
|
From: <he...@us...> - 2002-05-29 08:12:17
|
Update of /cvsroot/smartcc/smartcc/test/etc/client
In directory usw-pr-cvs1:/tmp/cvs-serv23271/test/etc/client
Modified Files:
Test-application-client.xml Test-smart-client.xml
Log Message:
o fixed some bugs regarding interceptors
o implemented the recorder and replay tool
Index: Test-application-client.xml
===================================================================
RCS file: /cvsroot/smartcc/smartcc/test/etc/client/Test-application-client.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Test-application-client.xml 27 May 2002 16:22:23 -0000 1.1.1.1
--- Test-application-client.xml 29 May 2002 08:12:13 -0000 1.2
***************
*** 26,28 ****
--- 26,35 ----
</ejb-local-ref>
+ <ejb-ref>
+ <ejb-ref-name>ejb/ReplayTest</ejb-ref-name>
+ <ejb-ref-type>Session</ejb-ref-type>
+ <home>org.smartcc.test.RemoteTestHome</home>
+ <remote>org.smartcc.test.RemoteTest</remote>
+ </ejb-ref>
+
</application-client>
Index: Test-smart-client.xml
===================================================================
RCS file: /cvsroot/smartcc/smartcc/test/etc/client/Test-smart-client.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Test-smart-client.xml 27 May 2002 16:22:23 -0000 1.1.1.1
--- Test-smart-client.xml 29 May 2002 08:12:13 -0000 1.2
***************
*** 26,29 ****
--- 26,42 ----
</smart-local-ref>
+ <smart-ref>
+ <ejb-ref-name>ejb/ReplayTest</ejb-ref-name>
+ <transport>org.smartcc.RMITransport</transport>
+ <lookup>ejb/RemoteTest</lookup>
+ <properties>
+ java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
+ java.naming.provider.url=jnp://localhost:1099
+ </properties>
+ <interceptor>
+ <interceptor-name>org.smartcc.replay.RecordingInterceptor</interceptor-name>
+ </interceptor>
+ </smart-ref>
+
<login-configuration>@vendor@</login-configuration>
</smart-client>
|