dain 2004/09/21 01:20:48
Modified: modules/core/src/java/org/openejb/sfsb
StatefulContainerBuilder.java
Log:
Rewrite deployment to simplify for integration of AppClient and proper handling of
manifest class-path and extensions.
Revision Changes Path
1.9 +2 -2
openejb/modules/core/src/java/org/openejb/sfsb/StatefulContainerBuilder.java
Index: StatefulContainerBuilder.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/sfsb/StatefulContainerBuilder.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- StatefulContainerBuilder.java 18 Jul 2004 22:32:24 -0000 1.8
+++ StatefulContainerBuilder.java 21 Sep 2004 05:20:48 -0000 1.9
@@ -85,7 +85,7 @@
StatefulInstanceContextFactory contextFactory = new
StatefulInstanceContextFactory(getContainerId(), beanClass, getUserTransaction(),
getUnshareableResources(), getApplicationManagedSecurityResources());
StatefulInstanceFactory instanceFactory = new
StatefulInstanceFactory(contextFactory);
- // create and intitalize the interceptor builder
+ // create and intitalize the interceptor moduleBuilder
InterceptorBuilder interceptorBuilder = initializeInterceptorBuilder(new
StatefulInterceptorBuilder(), signatures, vtable);
interceptorBuilder.setInstanceFactory(instanceFactory);
interceptorBuilder.setInstanceCache(new SimpleInstanceCache());