; Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved. (SessionDescriptor beanHomeName simpapp.ConverterHome enterpriseBeanClassName examples.wlec.ejb.simpapp.ConverterBean homeInterfaceClassName examples.wlec.ejb.simpapp.ConverterHome remoteInterfaceClassName examples.wlec.ejb.simpapp.Converter isReentrant false ; Session EJBean-specific properties: stateManagementType STATELESS_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 converterAdmin ); end DEFAULT ); end controlDescriptors (environmentProperties ; Application-specific environment properties IIOPPoolName simplepool ; end Application-specific environment properties ; homeClassName ; ejbObjectClassName maxBeansInFreePool 100 maxBeansInCache 100 idleTimeoutSeconds 60 ); end environmentProperties ); end SessionDescriptor