; Copyright (c) 1999 by BEA WebXpress, Inc. All Rights Reserved. (SessionDescriptor beanHomeName bankapp.TellerHome enterpriseBeanClassName examples.jolt.ejb.bankapp.TellerBean homeInterfaceClassName examples.jolt.ejb.bankapp.TellerHome remoteInterfaceClassName examples.jolt.ejb.bankapp.Teller isReentrant false ; Session EJBean-specific properties: stateManagementType STATEFUL_SESSION sessionTimeout 10; seconds ; end session EJBean-specific properties (accessControlEntries ; DEFAULT [admin managers] ); end accessControlEntries (controlDescriptors (DEFAULT isolationLevel TRANSACTION_SERIALIZABLE transactionAttribute TX_NOT_SUPPORTED ; transactionAttribute TX_REQUIRED runAsMode CLIENT_IDENTITY ; runAsIdentity tellerAdmin ); end DEFAULT ); end controlDescriptors (environmentProperties ; Application-specific environment properties joltPoolName demojoltpool transactionSessionTimeout 10; seconds ; end Application-specific environment properties ; homeClassName ; ejbObjectClassName maxBeansInFreePool 100 maxBeansInCache 100 idleTimeoutSeconds 60 ); end environmentProperties ); end SessionDescriptor