; Copyright (c) 1999 by BEA WebXpress, Inc. All Rights Reserved. (SessionDescriptor beanHomeName cluster.ejb.TellerHome enterpriseBeanClassName examples.cluster.ejb.teller.TellerBean homeInterfaceClassName examples.cluster.ejb.teller.TellerHome remoteInterfaceClassName examples.cluster.ejb.teller.Teller isReentrant false ; session EJBean-specific properties stateManagementType STATELESS_SESSION sessionTimeout 5; seconds ; end session EJBean-specific properties (accessControlEntries ; DEFAULT [admin managers] ); end accessControlEntries (controlDescriptors (DEFAULT isolationLevel TRANSACTION_SERIALIZABLE transactionAttribute TX_BEAN_MANAGED runAsMode CLIENT_IDENTITY ; runAsIdentity ); end DEFAULT ); end controlDescriptors (environmentProperties (clusterProperties ; Cluster-specific environment properties homeIsClusterable true ; homeLoadAlgorithm ; statelessBeanStubIsReplicaAware true ; statelessBeanMethodsAreIdempotent false ); end clusterProperties ; homeClassName ; ejbObjectClassName maxBeansInFreePool 100 maxBeansInCache 100 idleTimeoutSeconds 5 ; Transaction logging properties maxLogTableSize 5 logPoolName oraclePool ); end environmentProperties ); end SessionDescriptor